Skip to content

Commit

Permalink
added triggerFilter choiceTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
snake-biscuits committed Nov 7, 2023
1 parent 83944cc commit 157c662
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 3 deletions.
9 changes: 9 additions & 0 deletions pilot/r2/choiceTypes/filterNpc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"Name": "filterNpc",
"Options": {
"Allow All": "all",
"Disallow All": "none",
"Minions Only": "soldier",
"Titans Only": "titan"
}
}
8 changes: 8 additions & 0 deletions pilot/r2/choiceTypes/filterNpcOwned.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"Name": "filterNpcOwned",
"Options": {
"Allow All": "any",
"Owned Only": "owned",
"Not Owned Only": "notowned"
}
}
9 changes: 9 additions & 0 deletions pilot/r2/choiceTypes/filterPhase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"Name": "filterPhase",
"Options": {
"Allow All": "any",
"Phased Only": "phaseshift",
"Unphased Only": "nonphaseshift"
}
}

10 changes: 10 additions & 0 deletions pilot/r2/choiceTypes/filterPlayer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"Name": "filterPlayer",
"Options": {
"Allow All": "any",
"Disallow All": "none",
"Pilots Only": "pilot",
"Titans Only": "titan"
}
}

6 changes: 3 additions & 3 deletions pilot/r2/choiceTypes/hardpointGroup.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"Name": "hardpointGroup",
"Options": {
"Point A": "A",
"Point B": "B",
"Point C": "C"
"Point A": "A",
"Point B": "B",
"Point C": "C"
}
}

0 comments on commit 157c662

Please sign in to comment.