Initial import
This commit is contained in:
commit
ab891a315c
773 changed files with 257255 additions and 0 deletions
22
Release/content/abilities.json
Normal file
22
Release/content/abilities.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"schemaVersion": 1,
|
||||
"abilities": [
|
||||
{
|
||||
"id": "ab_slime_tackle",
|
||||
"name": "Tackle",
|
||||
"targeting": {
|
||||
"mode": "single_enemy",
|
||||
"range": 1,
|
||||
"requiresLos": false
|
||||
},
|
||||
"cost": { "mp": 0, "ap": 1 },
|
||||
"power": {
|
||||
"formula": "physical_basic",
|
||||
"base": 8,
|
||||
"scalingStat": "attack",
|
||||
"scaling": 1.0
|
||||
},
|
||||
"statusEffectsOnHit": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue