diff options
author | Aki <please@ignore.pl> | 2023-01-08 00:59:29 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2023-01-08 00:59:29 +0100 |
commit | 85e4741a6b39e436befacaf9778619696c9c5a33 (patch) | |
tree | 02c2f2c4b4d49711daac92a2aa772d3e2daea25b /universe/resources | |
parent | 30865a57fb3f52607c14b9d210a256b3be3ddcb8 (diff) | |
download | kurator-85e4741a6b39e436befacaf9778619696c9c5a33.zip kurator-85e4741a6b39e436befacaf9778619696c9c5a33.tar.gz kurator-85e4741a6b39e436befacaf9778619696c9c5a33.tar.bz2 |
Renamed health to structure points where applicable
Diffstat (limited to 'universe/resources')
-rw-r--r-- | universe/resources/universe/ship_types.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/universe/resources/universe/ship_types.json b/universe/resources/universe/ship_types.json index d5bc1e8..cc2d892 100644 --- a/universe/resources/universe/ship_types.json +++ b/universe/resources/universe/ship_types.json @@ -1,17 +1,17 @@ [ { "name": "Anvil", - "base_health_points": 600.0, + "base_structure_points": 600.0, "max_speed": 218.0 }, { "name": "Eclipse", - "base_health_points": 600.0, + "base_structure_points": 600.0, "max_speed": 263.0 }, { "name": "Warbringer", - "base_health_points": 600.0, + "base_structure_points": 600.0, "max_speed": 336.0 } ] |