mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix manifest
This commit is contained in:
parent
8574066176
commit
cc84fb3df3
@ -585,13 +585,13 @@
|
||||
],
|
||||
),
|
||||
Custom("Bird Medium Basic"): (
|
||||
primary: "common.abilities.custom.birdmediumbasic.singlestrike",
|
||||
secondary: "common.abilities.custom.birdmediumbasic.singlestrike",
|
||||
primary: Simple(None, "common.abilities.custom.birdmediumbasic.singlestrike"),
|
||||
secondary: Simple(None, "common.abilities.custom.birdmediumbasic.singlestrike"),
|
||||
abilities: [],
|
||||
),
|
||||
Custom("Frost Gigas"): (
|
||||
primary: "common.abilities.custom.gigas_frost.cleave",
|
||||
secondary: "common.abilities.custom.gigas_frost.wide_cleave",
|
||||
primary: Simple(None, "common.abilities.custom.gigas_frost.cleave"),
|
||||
secondary: Simple(None, "common.abilities.custom.gigas_frost.wide_cleave"),
|
||||
abilities: [
|
||||
Simple(None, "common.abilities.custom.gigas_frost.icespike_smash"),
|
||||
Simple(None, "common.abilities.custom.gigas_frost.leapshockwave"),
|
||||
@ -601,15 +601,15 @@
|
||||
],
|
||||
),
|
||||
Custom("Boreal Bow"): (
|
||||
primary: "common.abilities.custom.boreal_warrior.bow.charged",
|
||||
secondary: "common.abilities.custom.boreal_warrior.bow.repeater",
|
||||
primary: Simple(None, "common.abilities.custom.boreal_warrior.bow.charged"),
|
||||
secondary: Simple(None, "common.abilities.custom.boreal_warrior.bow.repeater"),
|
||||
abilities: [
|
||||
Simple(None, "common.abilities.custom.boreal_warrior.bow.shotgun")
|
||||
],
|
||||
),
|
||||
Custom("Boreal Hammer"): (
|
||||
primary: "common.abilities.custom.boreal_warrior.hammer.singlestrike",
|
||||
secondary: "common.abilities.custom.boreal_warrior.hammer.dash",
|
||||
primary: Simple(None, "common.abilities.custom.boreal_warrior.hammer.singlestrike"),
|
||||
secondary: Simple(None, "common.abilities.custom.boreal_warrior.hammer.dash"),
|
||||
abilities: [
|
||||
Simple(None, "common.abilities.custom.boreal_warrior.hammer.leap")
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user