Inital Commit
This commit is contained in:
commit
a309e824be
29 changed files with 2856 additions and 0 deletions
32
website/api/backdrops.json
Normal file
32
website/api/backdrops.json
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
[
|
||||
{
|
||||
"name": "horse_fog",
|
||||
"destructive": false
|
||||
},
|
||||
{
|
||||
"name": "horse_rainbow",
|
||||
"destructive": false
|
||||
},
|
||||
{
|
||||
"name": "campsite",
|
||||
"destructive": false
|
||||
},
|
||||
{
|
||||
"name": "village_sunset",
|
||||
"destructive": false
|
||||
},
|
||||
{
|
||||
"name": "outpost",
|
||||
"destructive": true,
|
||||
"time": 8
|
||||
},
|
||||
{
|
||||
"name": "tower_small",
|
||||
"destructive": true,
|
||||
"time": 8
|
||||
},
|
||||
{
|
||||
"name": "tower_large",
|
||||
"destructive": false
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue