Skip to content

Commit

Permalink
More misc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Athena148 committed Oct 5, 2024
1 parent 774d8e7 commit 9e4f04b
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@
health = 600
maxHealth = 600
armor_legacy_mob = list(
"melee" = 20,
"bullet" = 20,
"laser" = 70,
"energy" = 80,
"melee" = 40,
"bullet" = 50,
"laser" = 30,
"energy" = 20,
"bomb" = 0,
"bio" = 100,
"rad" = 100,
Expand All @@ -215,7 +215,7 @@
legacy_melee_damage_upper = 40
attack_armor_type = DAMAGE_MODE_PIERCE | DAMAGE_MODE_SHARP
attack_armor_pen = 30
movement_cooldown = 4
movement_cooldown = 2
base_pixel_x = -16
base_pixel_y = 2
icon_scale_x = 1.2
Expand Down Expand Up @@ -369,7 +369,7 @@
health = 200
legacy_melee_damage_lower = 15
legacy_melee_damage_upper = 15
movement_cooldown = 6
movement_cooldown = 3
base_pixel_x = -16
attack_sound = 'sound/mobs/biomorphs/spitter_attack.ogg'
ai_holder_type = /datum/ai_holder/polaris/simple_mob/melee
Expand Down

0 comments on commit 9e4f04b

Please sign in to comment.