Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new Ship Equipment Display implementation #5315

Merged
merged 10 commits into from
Jan 14, 2022
15,892 changes: 13,517 additions & 2,375 deletions data/icons/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions data/lang/equipment-core/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,5 +354,61 @@
"UNOCCUPIED_CABIN_DESCRIPTION": {
"description": "",
"message": "Required for transport of a single passenger"
},
"EMPTY_SLOT": {
"description": "Text indicating an empty equipment slot.",
"message": "EMPTY"
},
"EQUIPMENT_WEIGHT": {
"description": "Tooltip explaining equipment weight",
"message": "Equipment Weight"
},
"EQUIPMENT_INTEGRITY": {
"description": "Tooltip explaining remaining equipment integrity",
"message": "Equipment Integrity"
},
"SHOTS_PER_MINUTE": {
"description": "Tooltip explaining weapon fire rate / RPM counter",
"message": "Firing Rate / Minute"
},
"DAMAGE_PER_SHOT": {
"description": "Tooltip explaining weapon damage per shot",
"message": "Damage Per Shot"
},
"TOTAL_MODULE_CAPACITY": {
"description": "Tooltip explaining module capacity of specific slot",
"message": "Total Capacity"
},
"TOTAL_MODULE_WEIGHT": {
"description": "Tooltip explaining total equipped weight of specific slot",
"message": "Total Weight"
},
"PROPULSION": {
"description": "Category name of propulsion-related equipment",
"message": "Propulsion"
},
"WEAPONS": {
"description": "Category name of weapon-related equipment",
"message": "Weapons"
},
"MISSILES": {
"description": "Category name of missile-related equipment",
"message": "Missiles"
},
"SCOOPS": {
"description": "Category name of scoop-related equipment",
"message": "Scoops"
},
"SENSORS": {
"description": "Category name of sensor-related equipment",
"message": "Sensors"
},
"SHIELDS": {
"description": "Category name of shield-related equipment",
"message": "Shields"
},
"UTILITY": {
"description": "Category name of utility equipment",
"message": "Utility"
}
}
20 changes: 18 additions & 2 deletions data/lang/ui-core/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"message": "Auto Route"
},
"AVAILABLE_FOR_PURCHASE": {
"description": "",
"message": "Available for purchase"
"description": "Market header when buying items",
"message": "Available For Purchase"
},
"AVERAGE": {
"description": "",
Expand Down Expand Up @@ -2146,5 +2146,21 @@
"ZOOM": {
"description": "Label for a zoom (magnification) control bar.",
"message": "Zoom"
},
"OCCUPIED_PASSENGER_CABINS": {
"description": "",
"message": "Occupied Passenger Cabins"
},
"UNOCCUPIED_PASSENGER_CABINS": {
"description": "",
"message": "Unoccupied Passenger Cabins"
},
"REPLACE_EQUIPMENT_WITH": {
"description": "Market header when replacing equipped items",
"message": "Replace Equipment With"
},
"SELL_EQUIPPED": {
"description": "Button text to sell selected ship equipment",
"message": "Sell Equipped"
}
}
Loading