Skip to content

Commit

Permalink
The weakening
Browse files Browse the repository at this point in the history
- Damage match between upper and lower at tier 4
- Health lowered to Runner (230 from 300)
- Speed lowered from hellhound (-1) to -0.5
- Removed explosive armor
  • Loading branch information
AmoryBlaine committed Sep 11, 2024
1 parent 37cc830 commit 9bd8ffe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/modules/mob/living/carbon/xenomorph/castes/Soldier.dm
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
/datum/caste_datum/soldier
caste_type = XENO_CASTE_SOLDIER
tier = 2
melee_damage_lower = XENO_DAMAGE_TIER_3
melee_damage_lower = XENO_DAMAGE_TIER_4
melee_damage_upper = XENO_DAMAGE_TIER_4
melee_vehicle_damage = XENO_DAMAGE_TIER_3
max_health = XENO_HEALTH_TIER_2
max_health = XENO_HEALTH_RUNNER
plasma_gain = XENO_PLASMA_GAIN_TIER_8
plasma_max = XENO_PLASMA_TIER_10
crystal_max = XENO_CRYSTAL_LOW
xeno_explosion_resistance = XENO_EXPLOSIVE_ARMOR_TIER_1
armor_deflection = XENO_ARMOR_TIER_1
xeno_explosion_resistance = XENO_NO_EXPLOSIVE_ARMOR
armor_deflection = XENO_ARMOR_FACTOR_TIER_1
evasion = XENO_EVASION_MEDIUM
speed = XENO_SPEED_HELLHOUND //Faster than drones, slower than lurkers.
speed = -0.5

caste_desc = "A warrior of the hive."
evolves_to = list(XENO_CASTE_QUEEN, XENO_CASTE_BURROWER, XENO_CASTE_CARRIER, XENO_CASTE_HIVELORD) //Add more here separated by commas
Expand Down

0 comments on commit 9bd8ffe

Please sign in to comment.