Add starship, creature and vehicle
This commit is contained in:
131
lang/en.json
131
lang/en.json
@@ -155,7 +155,56 @@
|
||||
},
|
||||
"Chat": {},
|
||||
"Creature": {
|
||||
"Niche": {
|
||||
"Prey": "Prey",
|
||||
"Opportunist": "Opportunist",
|
||||
"Herbivore": "Herbivore",
|
||||
"Predator": "Predator"
|
||||
},
|
||||
"Size": {
|
||||
"Tiny": "Tiny",
|
||||
"Small": "Small",
|
||||
"Medium": "Medium",
|
||||
"Large": "Large",
|
||||
"Huge": "Huge",
|
||||
"Giant": "Giant",
|
||||
"Titanic": "Titanic",
|
||||
"Gargantuan": "Gargantuan"
|
||||
},
|
||||
"Terrain": {
|
||||
"Cave": "Cave",
|
||||
"Coast": "Coast",
|
||||
"Desert": "Desert",
|
||||
"Forest": "Forest",
|
||||
"Jungle": "Jungle",
|
||||
"Mountain": "Mountain",
|
||||
"Plains": "Plains",
|
||||
"Swamp": "Swamp",
|
||||
"Urban": "Urban",
|
||||
"Ocean": "Ocean",
|
||||
"Coastal": "Coast",
|
||||
"Mixed": "Mixed",
|
||||
"River": "River",
|
||||
"Ruins": "Ruins",
|
||||
"Savannah": "Savannah",
|
||||
"Shallows" : "Shallows"
|
||||
},
|
||||
"FIELDS": {
|
||||
"damage": {
|
||||
"label": "Damage"
|
||||
},
|
||||
"size": {
|
||||
"label": "Size"
|
||||
},
|
||||
"numberAppearing": {
|
||||
"label": "Number Appearing"
|
||||
},
|
||||
"terrain": {
|
||||
"label": "Terrain"
|
||||
},
|
||||
"niche": {
|
||||
"label": "Niche"
|
||||
},
|
||||
"biodata": {
|
||||
"adaptedToHelplessness": {
|
||||
"label": "Adapted to helplessness"
|
||||
@@ -287,6 +336,16 @@
|
||||
}
|
||||
},
|
||||
"Label": {
|
||||
"modifications": "Modifications",
|
||||
"abilities": "Abilities",
|
||||
"Details": "Details",
|
||||
"traits": "Traits",
|
||||
"capacity" : "Capacity",
|
||||
"Agility" : "Agility",
|
||||
"Armor": "Armor",
|
||||
"cargo": "Cargo",
|
||||
"vehicle": "Vehicle",
|
||||
"starship": "Starship",
|
||||
"Easy": "Easy (+1D)",
|
||||
"Moderate": "Moderate (+0D)",
|
||||
"Difficult": "Difficult (-1D)",
|
||||
@@ -408,7 +467,48 @@
|
||||
"Unnatural": "Unnatural"
|
||||
},
|
||||
"Starship": {
|
||||
"Hull": {
|
||||
"Pod": "Pod",
|
||||
"Micro": "Micro",
|
||||
"Small": "Small",
|
||||
"Scout": "Scout",
|
||||
"Picket": "Picket",
|
||||
"Destroyer": "Destroyer",
|
||||
"Cruiser": "Cruiser",
|
||||
"Battleship": "Battleship",
|
||||
"Carrier": "Carrier"
|
||||
},
|
||||
"FIELDS": {
|
||||
"monthlyCost": {
|
||||
"label": "Monthly Cost"
|
||||
},
|
||||
"hullType": {
|
||||
"label": "Hull Type"
|
||||
},
|
||||
"armor": {
|
||||
"label": "Armor"
|
||||
},
|
||||
"guns" : {
|
||||
"label": "Guns"
|
||||
},
|
||||
"travelMultiplier": {
|
||||
"label": "Travel Multiplier"
|
||||
},
|
||||
"agility": {
|
||||
"label": "Agility"
|
||||
},
|
||||
"endurance": {
|
||||
"label": "Endurance"
|
||||
},
|
||||
"cargo": {
|
||||
"label": "Cargo"
|
||||
},
|
||||
"cost": {
|
||||
"label": "Cost"
|
||||
},
|
||||
"crew": {
|
||||
"label": "Crew"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
@@ -458,8 +558,26 @@
|
||||
},
|
||||
"Vehicle": {
|
||||
"FIELDS": {
|
||||
"airSpeed": {
|
||||
"label": "Air Speed"
|
||||
"tonnage": {
|
||||
"label": "Tonnage"
|
||||
},
|
||||
"agility": {
|
||||
"label": "Agility"
|
||||
},
|
||||
"force": {
|
||||
"label": "Force"
|
||||
},
|
||||
"cargo": {
|
||||
"label": "Cargo"
|
||||
},
|
||||
"cost": {
|
||||
"label": "Cost"
|
||||
},
|
||||
"range": {
|
||||
"label": "Range"
|
||||
},
|
||||
"speed": {
|
||||
"label": "Speed"
|
||||
},
|
||||
"armor": {
|
||||
"label": "Armor"
|
||||
@@ -472,15 +590,6 @@
|
||||
},
|
||||
"notes": {
|
||||
"label": "Notes"
|
||||
},
|
||||
"settings": {
|
||||
"label": "Settings era"
|
||||
},
|
||||
"state": {
|
||||
"label": "State"
|
||||
},
|
||||
"surfaceSpeed": {
|
||||
"label": "Surface Speed"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user