mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-06 14:19:43 +00:00
- Default Minimum penetration for mechs changed to 10 - Default minimum damage for mechs changed to 5 - Ripley and Odysseus have 0 minimum penetration Just took a double check at the armor changes for mechs and the initial values for these seemed a bit high. So going to tone these down a bit before release.
4 lines
257 B
Plaintext
4 lines
257 B
Plaintext
/obj/mecha
|
|
damage_minimum = 5 //Incoming damage lower than this won't actually deal damage. Scrapes shouldn't be a real thing.
|
|
minimum_penetration = 10 //Incoming damage won't be fully applied if you don't have at least 20. Almost all AP clears this.
|