complete implementation of the Demon origin
This commit is contained in:
@@ -14,6 +14,10 @@
|
|||||||
//-----Demon-----//
|
//-----Demon-----//
|
||||||
"origin.terraoriginum.demon.name": "Demon",
|
"origin.terraoriginum.demon.name": "Demon",
|
||||||
"origin.terraoriginum.demon.description": "A powerful ghostly creature, it's body is built for one purpose... evil",
|
"origin.terraoriginum.demon.description": "A powerful ghostly creature, it's body is built for one purpose... evil",
|
||||||
"power.terraoriginum.demon_powers/self_transfiguration.name": "Self Transfiguration",
|
"power.terraoriginum.demon-powers/self_transfiguration1.name": "Self Transfiguration",
|
||||||
"power.terraoriginum.demon_powers/self_transfiguration.description": "placeholder"
|
"power.terraoriginum.demon-powers/self_transfiguration1.description": "A demon has the innate ability to transfigure it's own body to temporarily increase it's physical capabilities, but beware whilst using it, because it rapidly drains ectoplasm",
|
||||||
|
"power.terraoriginum.demon-powers/stained.name": "Stained",
|
||||||
|
"power.terraoriginum.demon-powers/stained.description": "A demon is stained in the blood of it's victims",
|
||||||
|
"power.terraoriginum.demon-powers/rigid.name": "",
|
||||||
|
"power.terraoriginum.demon-powers/regid.description": "A demon's body is exceptionally well built, allowing it to take a bit more punishment than usual before perishing"
|
||||||
}
|
}
|
||||||
@@ -3,6 +3,11 @@
|
|||||||
"terraoriginum:demon-powers/self_transfiguration1",
|
"terraoriginum:demon-powers/self_transfiguration1",
|
||||||
"terraoriginum:demon-powers/self_transfiguration2",
|
"terraoriginum:demon-powers/self_transfiguration2",
|
||||||
"terraoriginum:demon-powers/self_transfiguration3",
|
"terraoriginum:demon-powers/self_transfiguration3",
|
||||||
|
"terraoriginum:demon-powers/stained",
|
||||||
|
"terraoriginum:demon-powers/rigid",
|
||||||
|
"terraoriginum:spirit-powers/phasing1",
|
||||||
|
"terraoriginum:spirit-powers/phasing2",
|
||||||
|
"terraoriginum:spirit-powers/phasing3",
|
||||||
"terraoriginum:spirit-powers/ectoplasm",
|
"terraoriginum:spirit-powers/ectoplasm",
|
||||||
"terraoriginum:spirit-powers/ectodiff",
|
"terraoriginum:spirit-powers/ectodiff",
|
||||||
"terraoriginum:spirit-powers/lackofectodmg",
|
"terraoriginum:spirit-powers/lackofectodmg",
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"type": "origins:attribute",
|
||||||
|
"modifier": {
|
||||||
|
"name": "Max health increase",
|
||||||
|
"attribute": "minecraft:generic.max_health",
|
||||||
|
"value": 4,
|
||||||
|
"operation": "addition"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -10,7 +10,8 @@
|
|||||||
"effect": {
|
"effect": {
|
||||||
"effect": "minecraft:strength",
|
"effect": "minecraft:strength",
|
||||||
"duration": 35,
|
"duration": 35,
|
||||||
"amplifier": 1
|
"amplifier": 1,
|
||||||
|
"show_icon": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -18,7 +19,8 @@
|
|||||||
"effect": {
|
"effect": {
|
||||||
"effect": "minecraft:speed",
|
"effect": "minecraft:speed",
|
||||||
"duration": 35,
|
"duration": 35,
|
||||||
"amplifier": 1
|
"amplifier": 1,
|
||||||
|
"show_icon": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -26,7 +28,8 @@
|
|||||||
"effect": {
|
"effect": {
|
||||||
"effect": "minecraft:resistance",
|
"effect": "minecraft:resistance",
|
||||||
"duration": 35,
|
"duration": 35,
|
||||||
"amplifier": 1
|
"amplifier": 1,
|
||||||
|
"show_icon": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"type": "origins:model_color",
|
||||||
|
"blue": 0.5,
|
||||||
|
"green": 0.5,
|
||||||
|
"alpha": 1
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user