Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add remaining BOE astromechs #676

Merged
merged 1 commit into from
Mar 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions data/upgrades/astromech.json
Original file line number Diff line number Diff line change
Expand Up @@ -789,5 +789,41 @@
"extended": true,
"epic": true,
"standardLoadoutOnly": true
},
{
"name": "Stabilizing Astromech",
"limited": 1,
"xws": "stabilizingastromech-battleoverendor",
"sides": [
{
"title": "Stabilizing Astromech",
"type": "Astromech",
"ability": "After you fully execute a maneuver, you may spend 1 [Charge] to perform a white action, even while stressed.",
"slots": ["Astromech"],
"charges": { "value": 1, "recovers": 0 }
}
],
"standard": true,
"extended": true,
"epic": true,
"standardLoadoutOnly": true
},
{
"name": "Modified R4-P Unit",
"limited": 1,
"xws": "modifiedr4punit-battleoverendor",
"sides": [
{
"title": "Modified R4-P Unit",
"type": "Astromech",
"ability": "Before you execute a red maneuver, you may spend 1 [Charge]. If you do, while you execute that maneuver, reduce its difficulty.",
"slots": ["Astromech"],
"charges": { "value": 1, "recovers": 0 }
}
],
"standard": true,
"extended": true,
"epic": true,
"standardLoadoutOnly": true
}
]
Loading