diff --git a/pilot/r2/choiceTypes/filterNpc.json b/pilot/r2/choiceTypes/filterNpc.json new file mode 100644 index 0000000..29f5c66 --- /dev/null +++ b/pilot/r2/choiceTypes/filterNpc.json @@ -0,0 +1,9 @@ +{ + "Name": "filterNpc", + "Options": { + "Allow All": "all", + "Disallow All": "none", + "Minions Only": "soldier", + "Titans Only": "titan" + } +} diff --git a/pilot/r2/choiceTypes/filterNpcOwned.json b/pilot/r2/choiceTypes/filterNpcOwned.json new file mode 100644 index 0000000..1834919 --- /dev/null +++ b/pilot/r2/choiceTypes/filterNpcOwned.json @@ -0,0 +1,8 @@ +{ + "Name": "filterNpcOwned", + "Options": { + "Allow All": "any", + "Owned Only": "owned", + "Not Owned Only": "notowned" + } +} diff --git a/pilot/r2/choiceTypes/filterPhase.json b/pilot/r2/choiceTypes/filterPhase.json new file mode 100644 index 0000000..6607d3a --- /dev/null +++ b/pilot/r2/choiceTypes/filterPhase.json @@ -0,0 +1,9 @@ +{ + "Name": "filterPhase", + "Options": { + "Allow All": "any", + "Phased Only": "phaseshift", + "Unphased Only": "nonphaseshift" + } +} + diff --git a/pilot/r2/choiceTypes/filterPlayer.json b/pilot/r2/choiceTypes/filterPlayer.json new file mode 100644 index 0000000..ac24e45 --- /dev/null +++ b/pilot/r2/choiceTypes/filterPlayer.json @@ -0,0 +1,10 @@ +{ + "Name": "filterPlayer", + "Options": { + "Allow All": "any", + "Disallow All": "none", + "Pilots Only": "pilot", + "Titans Only": "titan" + } +} + diff --git a/pilot/r2/choiceTypes/hardpointGroup.json b/pilot/r2/choiceTypes/hardpointGroup.json index 0ed8e39..a52a63d 100644 --- a/pilot/r2/choiceTypes/hardpointGroup.json +++ b/pilot/r2/choiceTypes/hardpointGroup.json @@ -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" } }