khguide/input/ddd/abilities/yoggy-ram.json

229 lines
3.3 KiB
JSON

{
"spirit": "Yoggy Ram",
"order": 3,
"routes": [
{
"id": 0,
"name": "Trailblazer",
"color": "yellow",
"tips": [
{
"to": "Jumper",
"tip": "Face"
},
{
"to": "Leader",
"tip": "Face"
},
{
"to": "Powerhouse",
"tip": "Chest"
}
]
},
{
"id": 1,
"name": "Powerhouse",
"color": "purple",
"tips": [
{
"to": "Leader",
"tip": "Chest"
},
{
"to": "Trailblazer",
"tip": "Face"
},
{
"to": "Jumper",
"tip": "Chest"
}
]
},
{
"id": 2,
"name": "Leader",
"color": "blue",
"tips": [
{
"to": "Powerhouse",
"tip": "Hind Legs"
},
{
"to": "Jumper",
"tip": "Face"
},
{
"to": "Trailblazer",
"tip": "Hind Legs"
}
]
},
{
"id": 3,
"name": "Jumper",
"color": "green",
"tips": [
{
"to": "Trailblazer",
"tip": "Face"
},
{
"to": "Powerhouse",
"tip": "Face"
},
{
"to": "Leader",
"tip": "Tail"
}
]
}
],
"abilities": [
{
"name": "Fire Screen",
"pos": "A3",
"type": "Stat",
"price": "80 LP",
"route": 0,
"path": ["E", "S"]
},
{
"name": "Defense Boost",
"pos": "A4",
"type": "Stat",
"price": "200 LP",
"route": 0,
"path": ["N"]
},
{
"name": "Start",
"pos": "B2",
"type": "Start",
"price": "",
"path": ["S", "E"]
},
{
"name": "Esuna",
"pos": "B3",
"type": "Magic",
"price": "10 LP",
"path": ["N", "S", "E", "W"]
},
{
"name": "Fire Screen",
"pos": "B4",
"type": "Stat",
"price": "20 LP",
"path": ["N", "S"]
},
{
"name": "Bind Block",
"pos": "B5",
"type": "Stat",
"price": "30 LP",
"path": ["N", "S"]
},
{
"name": "Fire Screen",
"pos": "B6",
"type": "Stat",
"price": "40 LP",
"path": ["N", "S"]
},
{
"name": "Fire Screen",
"pos": "B7",
"type": "Stat",
"price": "60 LP",
"path": ["N", "S"]
},
{
"name": "Defense Boost",
"pos": "B8",
"type": "Stat",
"price": "100 LP",
"path": ["N"]
},
{
"name": "HP Boost",
"pos": "C1",
"type": "Stat",
"price": "30 LP",
"route": 1,
"path": ["S", "E"]
},
{
"name": "Fire",
"pos": "C2",
"type": "Magic",
"price": "10 LP",
"path": ["N", "S", "W", "E"]
},
{
"name": "Checkpoint",
"pos": "C3",
"type": "Checkpoint",
"price": "Link x4",
"path": ["N", "S", "W", "E"]
},
{
"name": "Treasure Magnet",
"pos": "C4",
"type": "Support",
"price": "50 LP",
"path": ["N"]
},
{
"name": "Fire Screen",
"pos": "D1",
"type": "Stat",
"price": "100 LP",
"route": 1,
"path": ["W"]
},
{
"name": "Fire Boost",
"pos": "D2",
"type": "Stat",
"price": "30 LP",
"path": ["W", "E"]
},
{
"name": "Fire Windmill",
"pos": "D3",
"type": "Attack",
"price": "150 LP",
"path": ["W"]
},
{
"name": "Checkpoint",
"pos": "E2",
"type": "Checkpoint",
"price": "Level 10",
"path": ["W", "E"]
},
{
"name": "Fira",
"pos": "F2",
"type": "Magic",
"price": "100 LP",
"path": ["W", "E"]
},
{
"name": "Checkpoint",
"pos": "G2",
"type": "Checkpoint",
"price": "Level 20",
"path": ["W", "E"]
},
{
"name": "Firaga",
"pos": "H2",
"type": "Magic",
"price": "150 LP",
"path": ["W"]
}
]
}