Nerfs most armor across the board, shuffles guns values around. (#11467)

This commit is contained in:
Matt Atlas
2021-03-25 16:02:40 +01:00
committed by GitHub
parent 936029a852
commit 1e1c25baa5
26 changed files with 300 additions and 241 deletions
@@ -294,7 +294,7 @@
species_restricted = list(BODYTYPE_VAURCA)
armor = list(
melee = ARMOR_MELEE_RESISTANT,
bullet = ARMOR_BALLISTIC_RESISTANT,
bullet = ARMOR_BALLISTIC_MEDIUM,
laser = ARMOR_LASER_MAJOR,
bomb = ARMOR_BOMB_PADDED,
bio = ARMOR_BIO_SHIELDED,
@@ -311,7 +311,7 @@
species_restricted = list(BODYTYPE_VAURCA)
armor = list(
melee = ARMOR_MELEE_RESISTANT,
bullet = ARMOR_BALLISTIC_RESISTANT,
bullet = ARMOR_BALLISTIC_MEDIUM,
laser = ARMOR_LASER_MAJOR,
bomb = ARMOR_BOMB_PADDED,
bio = ARMOR_BIO_SHIELDED,