-
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Tales of the Solar Patrol (#119)
- Loading branch information
Showing
26 changed files
with
39,510 additions
and
0 deletions.
There are no files selected for viewing
2,271 changes: 2,271 additions & 0 deletions
2,271
Library/Tales of the Solar Patrol/Classes/Belter.gct
Large diffs are not rendered by default.
Oops, something went wrong.
1,994 changes: 1,994 additions & 0 deletions
1,994
Library/Tales of the Solar Patrol/Classes/Engineer.gct
Large diffs are not rendered by default.
Oops, something went wrong.
2,223 changes: 2,223 additions & 0 deletions
2,223
Library/Tales of the Solar Patrol/Classes/Explorer.gct
Large diffs are not rendered by default.
Oops, something went wrong.
183 changes: 183 additions & 0 deletions
183
Library/Tales of the Solar Patrol/Classes/Lense - Solar Patrol Officer.gct
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,183 @@ | ||
{ | ||
"type": "template", | ||
"version": 2, | ||
"id": "537c8aa5-0554-433b-9013-4da07f8bf7f3", | ||
"advantages": [ | ||
{ | ||
"type": "advantage", | ||
"id": "c0389f02-0618-4f5a-a2fe-7a0394bb8ba7", | ||
"name": "Solar Patrol Rank", | ||
"physical": true, | ||
"levels": "2", | ||
"points_per_level": 5, | ||
"modifiers": [ | ||
{ | ||
"type": "modifier", | ||
"id": "1713a589-1089-4531-9113-42fc408c1a67", | ||
"disabled": true, | ||
"name": "Replaces Status", | ||
"reference": "B29", | ||
"cost_type": "points", | ||
"cost": 5, | ||
"affects": "levels_only" | ||
}, | ||
{ | ||
"type": "modifier", | ||
"id": "c7b49c0c-d108-40b0-bdba-35b6f6780c30", | ||
"disabled": true, | ||
"name": "Courtesy", | ||
"reference": "B29", | ||
"cost_type": "points", | ||
"cost": -4, | ||
"affects": "levels_only" | ||
} | ||
], | ||
"reference": "B29", | ||
"calc": { | ||
"points": 10 | ||
}, | ||
"notes": "Must buy rank to a minimum of 2", | ||
"categories": [ | ||
"Advantage" | ||
] | ||
} | ||
], | ||
"skills": [ | ||
{ | ||
"type": "skill", | ||
"id": "d886d0c9-e891-4029-ab05-041a01222fb2", | ||
"name": "Crewman", | ||
"reference": "B185", | ||
"difficulty": "iq/e", | ||
"points": 8 | ||
}, | ||
{ | ||
"type": "skill", | ||
"id": "40699275-d229-4ef3-aa5f-c149f599c145", | ||
"name": "Leadership", | ||
"reference": "B204", | ||
"difficulty": "iq/a", | ||
"points": 8, | ||
"defaults": [ | ||
{ | ||
"type": "iq", | ||
"modifier": -5 | ||
} | ||
], | ||
"categories": [ | ||
"Military", | ||
"Social" | ||
] | ||
}, | ||
{ | ||
"type": "skill", | ||
"id": "72ab78d7-0e52-4bab-81d9-215f430da1ed", | ||
"name": "Navigation", | ||
"reference": "B211", | ||
"specialization": "Space", | ||
"difficulty": "iq/a", | ||
"points": 8, | ||
"defaults": [ | ||
{ | ||
"type": "skill", | ||
"name": "Astronomy", | ||
"modifier": -4 | ||
}, | ||
{ | ||
"type": "skill", | ||
"name": "Mathematics", | ||
"specialization": "Applied", | ||
"modifier": -4 | ||
}, | ||
{ | ||
"type": "skill", | ||
"name": "Navigation", | ||
"specialization": "Hyperspace", | ||
"modifier": -5 | ||
} | ||
], | ||
"categories": [ | ||
"Outdoor/Exploration", | ||
"Technical", | ||
"Vehicle" | ||
] | ||
}, | ||
{ | ||
"type": "skill", | ||
"id": "0cc7e18a-b131-4e98-a945-2d6fbea55f3a", | ||
"name": "Shiphandling", | ||
"reference": "B220", | ||
"specialization": "Starship", | ||
"difficulty": "iq/h", | ||
"points": 8, | ||
"prereqs": { | ||
"type": "prereq_list", | ||
"all": true, | ||
"prereqs": [ | ||
{ | ||
"type": "skill_prereq", | ||
"has": true, | ||
"name": { | ||
"compare": "is", | ||
"qualifier": "spacer" | ||
} | ||
}, | ||
{ | ||
"type": "skill_prereq", | ||
"has": true, | ||
"name": { | ||
"compare": "is", | ||
"qualifier": "navigation" | ||
}, | ||
"specialization": { | ||
"compare": "is", | ||
"qualifier": "hyperspace" | ||
} | ||
}, | ||
{ | ||
"type": "skill_prereq", | ||
"has": true, | ||
"name": { | ||
"compare": "is", | ||
"qualifier": "leadership" | ||
} | ||
} | ||
] | ||
}, | ||
"defaults": [ | ||
{ | ||
"type": "iq", | ||
"modifier": -6 | ||
}, | ||
{ | ||
"type": "skill", | ||
"name": "Spacer", | ||
"modifier": -5 | ||
}, | ||
{ | ||
"type": "skill", | ||
"name": "Piloting", | ||
"specialization": "Low-Performance Spacecraft", | ||
"modifier": -5 | ||
}, | ||
{ | ||
"type": "skill", | ||
"name": "Piloting", | ||
"specialization": "High-Performance Spacecraft", | ||
"modifier": -5 | ||
} | ||
], | ||
"categories": [ | ||
"Vehicle" | ||
] | ||
} | ||
], | ||
"notes": [ | ||
{ | ||
"type": "note", | ||
"id": "63bc37a3-f4b9-4d84-8baf-af90ab4a1e79", | ||
"text": "Select one more primary skill from Solar Patrolman", | ||
"reference": "Tales of the Solar Patrol 42" | ||
} | ||
] | ||
} |
Oops, something went wrong.