Add crew member option with pilot rolls integrated
All checks were successful
Release Creation / build (release) Successful in 48s
All checks were successful
Release Creation / build (release) Successful in 48s
This commit is contained in:
24
lang/en.json
24
lang/en.json
@@ -524,7 +524,10 @@
|
||||
"titleWeapon": "Weapon Roll",
|
||||
"total": "Total",
|
||||
"totalScore": "Total Score",
|
||||
"weapons": "Weapons"
|
||||
"weapons": "Weapons",
|
||||
"crew": "Crew",
|
||||
"noCrew": "No crew members assigned",
|
||||
"vehicleBonus": "Vehicle/Starship Agility Bonus"
|
||||
},
|
||||
"Language": {
|
||||
"FIELDS": {
|
||||
@@ -633,6 +636,9 @@
|
||||
"crew": {
|
||||
"label": "Crew"
|
||||
},
|
||||
"crewCapacity": {
|
||||
"label": "Crew Capacity"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
@@ -712,6 +718,9 @@
|
||||
"crew": {
|
||||
"label": "Crew"
|
||||
},
|
||||
"crewCapacity": {
|
||||
"label": "Crew Capacity"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
@@ -723,7 +732,18 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Warning": {},
|
||||
"Warning": {
|
||||
"alreadyInCrew": "This actor is already a crew member",
|
||||
"notACharacter": "Only characters can pilot vehicles",
|
||||
"noVehiclesSkill": "This character does not have the vehicles skill",
|
||||
"onlyCharactersAllowed": "Only characters can be added as crew members",
|
||||
"noLinkedPrototype": "This character must be linked to his token to be added as crew member"
|
||||
},
|
||||
"RemoveCrew": "Remove from crew",
|
||||
"RemoveCrewTitle": "Remove crew member?",
|
||||
"RemoveCrewContent": "Are you sure you want to remove {name} from the crew?",
|
||||
"PilotVehicle": "Pilot vehicle (with vehicle agility bonus)",
|
||||
"PilotStarship": "Pilot starship (with starship agility bonus)",
|
||||
"Weapon": {
|
||||
"FIELDS": {
|
||||
"cost": {
|
||||
|
||||
Reference in New Issue
Block a user