Skip to content

Commit

Permalink
Halves Space Basilisk and Dwarf Legion Health (#4112)
Browse files Browse the repository at this point in the history
## About The Pull Request

Lowers Space Basilisk Health from 175 to 90.

Lowers Dwarf Legion Health from 150 to 75.

## Why It's Good For The Game

These spawn as "mook" mobs from drills done in space, rapid fire
freezing bolts and move at decently high speeds while soaking *repeated*
automatic gunfire. This should make them easier to handle when four of
them pop out of the drill at once.

Dwarf legions would run across your screen and spam skulls at you while
taking more bullets than a goliath on average.

## Changelog

:cl:
balance: Space Basilisks and Dwarf Legions are decently weaker.
/:cl:
  • Loading branch information
firebudgy authored Feb 7, 2025
1 parent f57581f commit 2784378
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
throw_message = "does nothing against the hard shell of"
vision_range = 2
speed = 3
maxHealth = 175
health = 175
maxHealth = 90
health = 90
harm_intent_damage = 5
obj_damage = 60
melee_damage_lower = 7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@
icon_aggro = "dwarf_legion"
icon_dead = "dwarf_legion"
//mob_trophy = /obj/item/mob_trophy/dwarf_skull
maxHealth = 150
health = 150
maxHealth = 75
health = 75
move_to_delay = 2
speed = 1 //much faster!
dwarf_mob = TRUE
Expand Down

0 comments on commit 2784378

Please sign in to comment.