Merge branch 'changes_to_staff_m3_ability' into 'master'

Smol balance changes

See merge request veloren/veloren!3008
This commit is contained in:
Samuel Keiffer 2021-11-16 22:45:59 +00:00
commit 2d89e298df
15 changed files with 32 additions and 32 deletions

View File

@ -1,9 +1,9 @@
Shockwave(
energy_cost: 60.0,
buildup_duration: 0.7,
energy_cost: 50.0,
buildup_duration: 0.5,
swing_duration: 0.1,
recover_duration: 0.2,
damage: 20.0,
damage: 15.0,
poise_damage: 0,
knockback: ( strength: 25.0, direction: Away),
shockwave_angle: 360.0,

View File

@ -2,7 +2,7 @@ SpinMelee(
buildup_duration: 0.35,
swing_duration: 0.4,
recover_duration: 0.5,
base_damage: 16.0,
base_damage: 13.0,
base_poise_damage: 13,
knockback: ( strength: 10.0, direction: Away),
range: 3.5,
@ -12,7 +12,7 @@ SpinMelee(
strength: DamageFraction(0.1),
chance: 0.1,
))),
energy_cost: 15.0,
energy_cost: 20.0,
is_infinite: false,
movement_behavior: ForwardGround,
is_interruptible: true,

View File

@ -4,11 +4,11 @@ ItemDef(
kind: Armor((
kind: Head("Cultist"),
stats: (
protection: Normal(12.0),
poise_resilience: Normal(2.0),
energy_max: 5.0,
energy_reward: 0.03,
crit_power: 0.04,
protection: Normal(8.0),
poise_resilience: Normal(1.0),
energy_max: 2.0,
energy_reward: 0.025,
crit_power: 0.01,
stealth: 0.04,
),
)),

View File

@ -4,8 +4,8 @@ ItemDef(
kind: Armor((
kind: Chest("Cultist"),
stats: (
protection: Normal(48.0),
poise_resilience: Normal(6.0),
protection: Normal(44.0),
poise_resilience: Normal(5.0),
energy_max: 13.5,
energy_reward: 0.135,
crit_power: 0.125,

View File

@ -6,9 +6,9 @@ ItemDef(
stats: (
protection: Normal(2.0),
poise_resilience: Normal(0.0),
energy_max: 10,
energy_max: 4.5,
energy_reward: 0.05,
crit_power: 0.06,
crit_power: 0.03,
stealth: 0.0,
),
)),

View File

@ -4,7 +4,7 @@ ItemDef(
kind: Armor((
kind: Pants("Cultist"),
stats: (
protection: Normal(32.0),
protection: Normal(30.0),
poise_resilience: Normal(4.0),
energy_max: 9.0,
energy_reward: 0.1,

View File

@ -4,7 +4,7 @@ ItemDef(
kind: Armor((
kind: Shoulder("Cultist"),
stats: (
protection: Normal(32.0),
protection: Normal(30.0),
poise_resilience: Normal(5.0),
energy_max: 9.0,
energy_reward: 0.1,

View File

@ -5,13 +5,13 @@ ItemDef(
kind: Head("Crown"),
stats: (
protection: Normal(12.0),
poise_resilience: Normal(0.0),
energy_max: 9.0,
poise_resilience: Normal(2.0),
energy_max: 5.0,
energy_reward: 0.1,
crit_power: 0.12,
crit_power: 0.1,
stealth: 0.0,
),
)),
quality: Common,
quality: Epic,
tags: [],
)

View File

@ -12,6 +12,6 @@ ItemDef(
stealth: 0.0,
),
)),
quality: Common,
quality: Moderate,
tags: [],
)

View File

@ -12,6 +12,6 @@ ItemDef(
stealth: 0.0335,
),
)),
quality: Common,
quality: Moderate,
tags: [],
)

View File

@ -4,14 +4,14 @@ ItemDef(
kind: Armor((
kind: Head("Hood"),
stats: (
protection: Normal(8.0),
protection: Normal(6.0),
poise_resilience: Normal(1.0),
energy_max: 0,
energy_reward: 0.0,
crit_power: 0.0,
crit_power: 0.04,
stealth: 0.12,
),
)),
quality: Common,
quality: Moderate,
tags: [],
)

View File

@ -4,14 +4,14 @@ ItemDef(
kind: Armor((
kind: Head("Mitre"),
stats: (
protection: Normal(0.0),
protection: Normal(4.0),
poise_resilience: Normal(0.0),
energy_max: 11.0,
energy_max: 8.0,
energy_reward: 0.12,
crit_power: 0.1,
stealth: 0.0,
),
)),
quality: Common,
quality: High,
tags: [],
)

View File

@ -4,7 +4,7 @@ ItemDef(
kind: Armor((
kind: Head("Spikeguard"),
stats: (
protection: Normal(0.0),
protection: Normal(2.0),
poise_resilience: Normal(10.0),
energy_max: 0,
energy_reward: 0.0,

View File

@ -6,8 +6,8 @@ ItemDef(
stats: (
protection: Normal(0.0),
poise_resilience: Normal(0.0),
energy_max: 0,
energy_reward: 0.0,
energy_max: 4,
energy_reward: 0.04,
crit_power: 0.0,
stealth: 0.0,
),

View File

@ -12,6 +12,6 @@ ItemDef(
stealth: 0.025,
),
)),
quality: Common,
quality: High,
tags: [],
)