khguide/input/ddd/abilities/hebby-repp.json

215 lines
3.1 KiB
JSON

{
"spirit": "Hebby Repp",
"order": 6,
"routes": [
{
"id": 0,
"name": "Wheeler",
"color": "purple",
"tips": [
{
"to": "Salamander",
"tip": "Head"
},
{
"to": "Serpent",
"tip": "Head"
},
{
"to": "Hydra",
"tip": "Chest"
}
]
},
{
"id": 1,
"name": "Salamander",
"color": "yellow",
"tips": [
{
"to": "Hydra",
"tip": "Head"
},
{
"to": "Serpent",
"tip": "Head"
},
{
"to": "Wheeler",
"tip": "Chest"
}
]
},
{
"id": 2,
"name": "Serpent",
"color": "blue",
"tips": [
{
"to": "Wheeler",
"tip": "Head"
},
{
"to": "Hydra",
"tip": "Head"
},
{
"to": "Salamander",
"tip": "Tail"
}
]
},
{
"id": 3,
"name": "Hydra",
"color": "green",
"tips": [
{
"to": "Salamander",
"tip": "Head"
},
{
"to": "Wheeler",
"tip": "Head"
},
{
"to": "Serpent",
"tip": "Chest"
}
]
}
],
"abilities": [
{
"name": "Start",
"pos": "A1",
"type": "Start",
"price": "",
"path": ["E"]
},
{
"name": "Fire Screen",
"pos": "A4",
"type": "Stat",
"price": "60 LP",
"route": 0,
"path": ["E", "S"]
},
{
"name": "Defense Boost",
"pos": "A5",
"type": "Stat",
"price": "100 LP",
"route": 0,
"path": ["N"]
},
{
"name": "Fire",
"pos": "B1",
"type": "Magic",
"price": "10 LP",
"path": ["W", "E"]
},
{
"name": "Fire Screen",
"pos": "B3",
"type": "Stat",
"price": "20 LP",
"path": ["E", "S"]
},
{
"name": "Fire Boost",
"pos": "B4",
"type": "Stat",
"price": "50 LP",
"path": ["N", "W", "S"]
},
{
"name": "Fire Screen",
"pos": "B5",
"type": "Stat",
"price": "40 LP",
"path": ["N", "E"]
},
{
"name": "HP Boost",
"pos": "C1",
"type": "Stat",
"price": "30 LP",
"path": ["W", "E"]
},
{
"name": "Magic Boost",
"pos": "C3",
"type": "Stat",
"price": "100 LP",
"path": ["W", "E"]
},
{
"name": "Fire Boost",
"pos": "C5",
"type": "Stat",
"price": "100 LP",
"path": ["W", "E"]
},
{
"name": "Fire Boost",
"pos": "D1",
"type": "Stat",
"price": "30 LP",
"path": ["W", "S"]
},
{
"name": "Slow Block",
"pos": "D2",
"type": "Stat",
"price": "30 LP",
"path": ["N", "S"]
},
{
"name": "Magic Haste",
"pos": "D3",
"type": "Stat",
"price": "30 LP",
"path": ["N", "W", "E"]
},
{
"name": "Fira",
"pos": "D4",
"type": "Magic",
"price": "100 LP",
"path": ["S"]
},
{
"name": "Checkpoint",
"pos": "D5",
"type": "Checkpoint",
"price": "Link x3",
"path": ["W", "N", "S"]
},
{
"name": "Fire Windmill",
"pos": "D6",
"type": "Attack",
"price": "150 LP",
"path": ["N"]
},
{
"name": "HP Boost",
"pos": "E3",
"type": "Stat",
"price": "50 LP",
"route": 1,
"path": ["W", "E"]
},
{
"name": "Magic Haste",
"pos": "F3",
"type": "Stat",
"price": "50 LP",
"route": 1,
"path": ["W"]
}
]
}