Added icons and a few built-in abilities
This commit is contained in:
parent
ea3571bda8
commit
3b814279c8
|
@ -2,10 +2,10 @@
|
||||||
"powers": [
|
"powers": [
|
||||||
],
|
],
|
||||||
"icon": {
|
"icon": {
|
||||||
"item": "minecraft:sweet_berries"
|
"item": "minecraft:iron_pickaxe"
|
||||||
},
|
},
|
||||||
"order": 4,
|
"order": 0,
|
||||||
"impact": 2,
|
"impact": 2,
|
||||||
"name": "Kitsune",
|
"name": "Dwarf",
|
||||||
"description": "DESCRIPTION"
|
"description": "DESCRIPTION"
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
"powers": [
|
"powers": [
|
||||||
],
|
],
|
||||||
"icon": {
|
"icon": {
|
||||||
"item": "minecraft:sweet_berries"
|
"item": "minecraft:bow"
|
||||||
},
|
},
|
||||||
"order": 4,
|
"order": 0,
|
||||||
"impact": 2,
|
"impact": 2,
|
||||||
"name": "Kitsune",
|
"name": "Elf",
|
||||||
"description": "DESCRIPTION"
|
"description": "DESCRIPTION"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,11 +1,9 @@
|
||||||
{
|
{
|
||||||
"powers": [
|
|
||||||
],
|
|
||||||
"icon": {
|
"icon": {
|
||||||
"item": "minecraft:sweet_berries"
|
"item": "minecraft:player_head"
|
||||||
},
|
},
|
||||||
"order": 4,
|
"order": 0,
|
||||||
"impact": 2,
|
"impact": 0,
|
||||||
"name": "Kitsune",
|
"name": "Human",
|
||||||
"description": "DESCRIPTION"
|
"description": "DESCRIPTION"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
{
|
{
|
||||||
"powers": [
|
"powers": [
|
||||||
|
"origins:fall_immunity",
|
||||||
|
"origins:velvet_paws",
|
||||||
|
"origins:no_shield"
|
||||||
],
|
],
|
||||||
"icon": {
|
"icon": {
|
||||||
"item": "minecraft:sweet_berries"
|
"item": "minecraft:sweet_berries"
|
||||||
|
|
|
@ -1,11 +1,13 @@
|
||||||
{
|
{
|
||||||
"powers": [
|
"powers": [
|
||||||
|
"origins:carnivore",
|
||||||
|
"origins:sprint_jump"
|
||||||
],
|
],
|
||||||
"icon": {
|
"icon": {
|
||||||
"item": "minecraft:sweet_berries"
|
"item": "minecraft:wolf_spawn_egg"
|
||||||
},
|
},
|
||||||
"order": 4,
|
"order": 0,
|
||||||
"impact": 2,
|
"impact": 2,
|
||||||
"name": "Kitsune",
|
"name": "Lycanthrope",
|
||||||
"description": "DESCRIPTION"
|
"description": "DESCRIPTION"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue