Added Shooting Range presets

This commit is contained in:
Minh Nguyễn 2021-09-25 23:14:11 -07:00
parent 42d86acc7f
commit c708e0fabc
5 changed files with 107 additions and 0 deletions

12
data/fields/shooting.json Normal file
View file

@ -0,0 +1,12 @@
{
"key": "shooting",
"type": "semiCombo",
"label": "Type",
"strings": {
"options": {
"rifle": "Rifle",
"clay_pigeon": "Clay Pigeon",
"pistol": "Pistol"
}
}
}