Misc. balance fixes

This commit is contained in:
uniior
2024-11-13 23:21:41 -03:00
parent 00a4cf0415
commit 27b6eb47a8
3 changed files with 12 additions and 9 deletions

View File

@ -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,

View File

@ -6,7 +6,7 @@ RapidMelee(
kind: NecroticVortex(
damage: 20,
pull: 12.0,
lifesteal: 8.0,
lifesteal: 3.0,
energy_regen: 30,
),
range: 25.0,

View File

@ -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")),
])
])),
]