Skip to content

Commit

Permalink
Merge pull request #6032 from sturnclaw/microfixes
Browse files Browse the repository at this point in the history
Fix bugs, expand equipment coverage, add detailed stats for equipment
  • Loading branch information
sturnclaw authored Jan 31, 2025
2 parents 3800ddc + f3297bb commit 303d73f
Show file tree
Hide file tree
Showing 15 changed files with 777 additions and 465 deletions.
2 changes: 1 addition & 1 deletion COMPILING.txt
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ modules such as missions and BBS interaction. See the pioneer wiki for further
details. For up-to-date documentation one can build it locally from the
pioneer source

0. Install dependencies: naturaldocs (v 1.x)
0. Install dependencies: naturaldocs (v 2.x)

1. Run make -C build codedoc

Expand Down
56 changes: 56 additions & 0 deletions data/lang/equipment-core/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"description": "",
"message": "Shields your spaceship from the heat of atmospheric re-entry."
},
"ATMOSPHERIC_SHIELDING_FLAVOURTEXT": {
"description": "",
"message": "Provides a moderate level of protection against atmospheric friction and pressure at a minimal mass cost."
},
"ATMOSPHERIC_SHIELDING_HEAVY": {
"description": "Will withstand higher pressures than normal Atmospheric Shielding",
"message": "Heavy Atmospheric Shielding"
Expand All @@ -23,6 +27,10 @@
"description": "",
"message": "A more capable version of Atmospheric Shields"
},
"ATMOSPHERIC_SHIELDING_HEAVY_FLAVOURTEXT": {
"description": "",
"message": "Specialized for scientific expeditions within dense atmospheres, this shielding trades weight and efficiency for a significant increase in the atmospheric pressures it can withstand."
},
"AUTOPILOT": {
"description": "",
"message": "Autopilot"
Expand Down Expand Up @@ -673,6 +681,10 @@
"description": "Name for an equipment item that reinforces the hull's superstructure",
"message": "Reinforced Structure"
},
"REINFORCED_STRUCTURE_DESCRIPTION": {
"description": "Description of the Reinforced Structure equipment item",
"message": "Aftermarket strengthening kit for the ship's frame. Increases resistance to high atmospheric pressures."
},
"REQUIRED_SLOT_IS_EMPTY": {
"description": "Tooltip for wrong equipment item",
"message": "Required slot is empty"
Expand Down Expand Up @@ -900,5 +912,49 @@
"SLOTLESS": {
"description": "",
"message": "Slotless"
},
"STAT_ATMO_SHIELD": {
"description": "Stat name for atmospheric shielding. 'Atmospheric' is abbreviated.",
"message": "Atm. Pressure Resistance"
},
"STAT_SHIELD": {
"description": "Stat name for shield generator effectiveness.",
"message": "Effective Shield Strength"
},
"STAT_THRUSTER_POWER": {
"description": "Stat name for thruster upgrades",
"message": "Maximum Thrust Increase"
},
"STAT_HYPERDRIVE_RESERVOIR": {
"description": "",
"message": "Fuel Reservoir Size"
},
"STAT_HYPERDRIVE_EFFICIENCY": {
"description": "",
"message": "Fuel Efficiency Rating"
},
"STAT_MISSILE_RADIUS": {
"description": "",
"message": "Fuzing Radius"
},
"STAT_MISSILE_WARHEAD": {
"description": "",
"message": "Explosive Yield (Equivalent)"
},
"UNIT_WARHEAD_DAMAGE": {
"description": "Unit abbreviation for missile warhead damage.",
"message": "kg TNT"
},
"UNIT_HYPERDRIVE_EFFICIENCY": {
"description": "Fictional unit abbreviation for hyperdrive efficiency",
"message": "kF"
},
"HARDPOINT_TURRET_BOTTOM": {
"description": "Slot name for a ventral-mounted turret",
"message": "Bottom Turret"
},
"HARDPOINT_TURRET_TOP": {
"description": "Slot name for a dorsal-mounted turret",
"message": "Top Turret"
}
}
Loading

0 comments on commit 303d73f

Please sign in to comment.