Skip to content

Commit

Permalink
Create droid-tri-fighter.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mu0n authored Aug 9, 2020
1 parent 18b478f commit 93d3689
Showing 1 changed file with 79 additions and 0 deletions.
79 changes: 79 additions & 0 deletions data/pilots/separatist-alliance/droid-tri-fighter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"name": "Droid Tri-Fighter",
"xws": "droidtrifighter",
"size": "Small",
"dial": [
"1ER",
"1TW",
"1YW",
"1RR",
"2TB",
"2BW",
"2FB",
"2NW",
"2YB",
"3TB",
"3BW",
"3FB",
"3NW",
"3YB",
"3KR",
"4FB",
"5FW",
"5KR"
],
"faction": "Separatist Alliance",
"stats": [{
"arc": "Front Arc",
"type": "attack",
"value": 3
},
{
"type": "agility",
"value": 3
},
{
"type": "hull",
"value": 3
}
],
"actions": [{
"difficulty": "White",
"type": "Calculate"
},
{
"difficulty": "White",
"type": "Evade"
},
{
"difficulty": "White",
"type": "Lock"
},
{
"difficulty": "White",
"type": "Barrel Roll",
"linked": {
"difficulty": "Red",
"type": "Evade"
}
},
{
"difficulty": "White",
"type": "Boost",
"linked": {
"difficulty": "Red",
"type": "Calculate"
}
}
],
"pilots": [{
"name": "DIS-T81",
"initiative": 4,
"limited": 1,
"xws": "dist81",
"shipAbility": {
"name": "Networked Calculations",
"text": "While you defend or perform an attack, you may spend 1 calculate token from a friendly ship at range 0-1 to change 1 [Focus] result to an [Evade] or [Hit] result."
}
}]
}

0 comments on commit 93d3689

Please sign in to comment.