mirror of
https://gitlab.com/veloren/veloren.git
synced 2025-07-26 05:12:29 +00:00
Misc. balance fixes
This commit is contained in:
@ -7,7 +7,7 @@ BasicBeam(
|
||||
range: 22.0,
|
||||
max_angle: 22.5,
|
||||
damage_effect: Some(Buff((
|
||||
kind: Frigid,
|
||||
kind: Frozen,
|
||||
dur_secs: 3.0,
|
||||
strength: Value(0.5),
|
||||
chance: 1.0,
|
||||
|
@ -6,7 +6,7 @@ RapidMelee(
|
||||
kind: NecroticVortex(
|
||||
damage: 20,
|
||||
pull: 12.0,
|
||||
lifesteal: 8.0,
|
||||
lifesteal: 3.0,
|
||||
energy_regen: 30,
|
||||
),
|
||||
range: 25.0,
|
||||
|
@ -1,11 +1,14 @@
|
||||
[
|
||||
(1.7, All([
|
||||
// coins are temporary placeholder for unique drops
|
||||
(1, All([
|
||||
Item("common.items.keys.myrmidon_key"),
|
||||
Lottery([
|
||||
(1.7, All([
|
||||
// Coins are temporary placeholder for unique drops
|
||||
MultiDrop(Item("common.items.utility.coins"), 200, 500),
|
||||
MultiDrop(Item("common.items.log.eldwood"), 2, 6),
|
||||
Item("common.items.keys.myrmidon_key"),
|
||||
],
|
||||
)),
|
||||
(0.1, Item("common.items.weapons.axe.parashu")),
|
||||
(0.2, Item("common.items.armor.misc.neck.carcanet_of_wrath")),
|
||||
])),
|
||||
(0.1, Item("common.items.weapons.axe.parashu")),
|
||||
(0.2, Item("common.items.armor.misc.neck.carcanet_of_wrath")),
|
||||
])
|
||||
])),
|
||||
]
|
Reference in New Issue
Block a user