237 lines
3.4 KiB
JSON
237 lines
3.4 KiB
JSON
|
{
|
||
|
"spirit": "Pricklemane",
|
||
|
"order": 5,
|
||
|
"routes": [
|
||
|
{
|
||
|
"id": 0,
|
||
|
"name": "Intellectual",
|
||
|
"color": "blue",
|
||
|
"tips": [
|
||
|
{
|
||
|
"to": "Volcano",
|
||
|
"tip": "Feet"
|
||
|
},
|
||
|
{
|
||
|
"to": "Bouncer",
|
||
|
"tip": "Face"
|
||
|
},
|
||
|
{
|
||
|
"to": "Scrapper",
|
||
|
"tip": "Feet"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"id": 1,
|
||
|
"name": "Volcano",
|
||
|
"color": "purple",
|
||
|
"tips": [
|
||
|
{
|
||
|
"to": "Intellectual",
|
||
|
"tip": "Face"
|
||
|
},
|
||
|
{
|
||
|
"to": "Bouncer",
|
||
|
"tip": "Face"
|
||
|
},
|
||
|
{
|
||
|
"to": "Scrapper",
|
||
|
"tip": "Tail"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"id": 2,
|
||
|
"name": "Scrapper",
|
||
|
"color": "yellow",
|
||
|
"tips": [
|
||
|
{
|
||
|
"to": "Bouncer",
|
||
|
"tip": "Tail"
|
||
|
},
|
||
|
{
|
||
|
"to": "Volcano",
|
||
|
"tip": "Face"
|
||
|
},
|
||
|
{
|
||
|
"to": "Intellectual",
|
||
|
"tip": "Feet"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"id": 3,
|
||
|
"name": "Bouncer",
|
||
|
"color": "green",
|
||
|
"tips": [
|
||
|
{
|
||
|
"to": "Scrapper",
|
||
|
"tip": "Face"
|
||
|
},
|
||
|
{
|
||
|
"to": "Volcano",
|
||
|
"tip": "Face"
|
||
|
},
|
||
|
{
|
||
|
"to": "Intellectual",
|
||
|
"tip": "Tail"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"id": 100,
|
||
|
"name": "Secret Route 1",
|
||
|
"color": "secret1",
|
||
|
"tips": []
|
||
|
}
|
||
|
],
|
||
|
"abilities": [
|
||
|
{
|
||
|
"name": "HP Boost",
|
||
|
"pos": "A3",
|
||
|
"type": "Stat",
|
||
|
"price": "30 LP",
|
||
|
"path": ["E"]
|
||
|
},
|
||
|
{
|
||
|
"name": "Attack Boost",
|
||
|
"pos": "A5",
|
||
|
"type": "Stat",
|
||
|
"price": "100 LP",
|
||
|
"path": ["E"]
|
||
|
},
|
||
|
{
|
||
|
"name": "HP Boost",
|
||
|
"pos": "A6",
|
||
|
"type": "Stat",
|
||
|
"price": "50 LP",
|
||
|
"route": 100,
|
||
|
"path": ["E"]
|
||
|
},
|
||
|
{
|
||
|
"name": "Start",
|
||
|
"pos": "B1",
|
||
|
"type": "Start",
|
||
|
"price": "",
|
||
|
"path": ["S"]
|
||
|
},
|
||
|
{
|
||
|
"name": "Strike Raid",
|
||
|
"pos": "B2",
|
||
|
"type": "Attack",
|
||
|
"price": "10 LP",
|
||
|
"path": ["N", "S"]
|
||
|
},
|
||
|
{
|
||
|
"name": "Item Boost",
|
||
|
"pos": "B3",
|
||
|
"type": "Stat",
|
||
|
"price": "30 LP",
|
||
|
"path": ["N", "S", "W", "E"]
|
||
|
},
|
||
|
{
|
||
|
"name": "Time Bomb",
|
||
|
"pos": "B4",
|
||
|
"type": "Magic",
|
||
|
"price": "100 LP",
|
||
|
"path": ["N", "S", "E"]
|
||
|
},
|
||
|
{
|
||
|
"name": "Attack Haste",
|
||
|
"pos": "B5",
|
||
|
"type": "Stat",
|
||
|
"price": "30 LP",
|
||
|
"path": ["N", "S", "W", "E"]
|
||
|
},
|
||
|
{
|
||
|
"name": "Secret",
|
||
|
"pos": "B6",
|
||
|
"type": "Secret",
|
||
|
"price": "10 LP",
|
||
|
"path": ["N", "S", "W", "E"]
|
||
|
},
|
||
|
{
|
||
|
"name": "Poison Block",
|
||
|
"pos": "B7",
|
||
|
"type": "Stat",
|
||
|
"price": "30 LP",
|
||
|
"route": 100,
|
||
|
"path": ["N", "S"]
|
||
|
},
|
||
|
{
|
||
|
"name": "Circle Raid",
|
||
|
"pos": "B8",
|
||
|
"type": "Attack",
|
||
|
"price": "100 LP",
|
||
|
"route": 100,
|
||
|
"path": ["N"]
|
||
|
},
|
||
|
{
|
||
|
"name": "Stop Block",
|
||
|
"pos": "C2",
|
||
|
"type": "Stat",
|
||
|
"price": "30 LP",
|
||
|
"route": 0,
|
||
|
"path": ["S", "E"]
|
||
|
},
|
||
|
{
|
||
|
"name": "Sleep Block",
|
||
|
"pos": "C3",
|
||
|
"type": "Stat",
|
||
|
"price": "30 LP",
|
||
|
"path": ["W", "E", "N"]
|
||
|
},
|
||
|
{
|
||
|
"name": "Checkpoint",
|
||
|
"pos": "C4",
|
||
|
"type": "Checkpoint",
|
||
|
"price": "Level 10",
|
||
|
"path": ["W", "E"]
|
||
|
},
|
||
|
{
|
||
|
"name": "Fire Screen",
|
||
|
"pos": "C5",
|
||
|
"type": "Stat",
|
||
|
"price": "20 LP",
|
||
|
"path": ["W"]
|
||
|
},
|
||
|
{
|
||
|
"name": "Attack Haste",
|
||
|
"pos": "C6",
|
||
|
"type": "Stat",
|
||
|
"price": "50 LP",
|
||
|
"route": 100,
|
||
|
"path": ["W"]
|
||
|
},
|
||
|
{
|
||
|
"name": "Attack Haste",
|
||
|
"pos": "D2",
|
||
|
"type": "Stat",
|
||
|
"price": "100 LP",
|
||
|
"route": 0,
|
||
|
"path": ["W"]
|
||
|
},
|
||
|
{
|
||
|
"name": "Checkpoint",
|
||
|
"pos": "D3",
|
||
|
"type": "Checkpoint",
|
||
|
"price": "Link x5",
|
||
|
"path": ["W", "E"]
|
||
|
},
|
||
|
{
|
||
|
"name": "Defense Boost",
|
||
|
"pos": "D4",
|
||
|
"type": "Stat",
|
||
|
"price": "100 LP",
|
||
|
"path": ["W"]
|
||
|
},
|
||
|
{
|
||
|
"name": "Combo Plus",
|
||
|
"pos": "E3",
|
||
|
"type": "Support",
|
||
|
"price": "200 LP",
|
||
|
"path": ["W"]
|
||
|
}
|
||
|
]
|
||
|
}
|