1
mirror of https://github.com/thepeacockproject/Peacock synced 2024-11-22 22:12:45 +01:00
Peacock/static/MissionRewardsTemplate.json
Reece Dunham beb594d6d8
Fix the tests in the dumbest possible way
Signed-off-by: Reece Dunham <me@rdil.rocks>
2023-04-28 22:37:46 -04:00

22 lines
499 B
JSON

{
"controller": "group",
"id": "mission_rewards",
"selectable": false,
"pressable": false,
"children": [
{
"view": "menu3.MissionRewardPage",
"selectable": false,
"pressable": false,
"data": {
"$setup": {
"$set Drops": {
"$each $.Drops": "$item $.Unlockable"
},
"$in": "$"
}
}
}
]
}