Add crew member option with pilot rolls integrated
All checks were successful
Release Creation / build (release) Successful in 48s

This commit is contained in:
2025-11-09 22:12:00 +01:00
parent c180365a61
commit 27b09d4546
30 changed files with 687 additions and 85 deletions

View File

@@ -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": {