complete implementation of the Demon origin

This commit is contained in:
CosmoOrSth
2024-01-22 14:48:05 +05:30
parent 944c9662ca
commit 3d708f0f64
5 changed files with 32 additions and 5 deletions

View File

@@ -14,6 +14,10 @@
//-----Demon-----//
"origin.terraoriginum.demon.name": "Demon",
"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_transfiguration.description": "placeholder"
"power.terraoriginum.demon-powers/self_transfiguration1.name": "Self Transfiguration",
"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"
}

View File

@@ -3,6 +3,11 @@
"terraoriginum:demon-powers/self_transfiguration1",
"terraoriginum:demon-powers/self_transfiguration2",
"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/ectodiff",
"terraoriginum:spirit-powers/lackofectodmg",

View File

@@ -0,0 +1,9 @@
{
"type": "origins:attribute",
"modifier": {
"name": "Max health increase",
"attribute": "minecraft:generic.max_health",
"value": 4,
"operation": "addition"
}
}

View File

@@ -10,7 +10,8 @@
"effect": {
"effect": "minecraft:strength",
"duration": 35,
"amplifier": 1
"amplifier": 1,
"show_icon": false
}
},
{
@@ -18,7 +19,8 @@
"effect": {
"effect": "minecraft:speed",
"duration": 35,
"amplifier": 1
"amplifier": 1,
"show_icon": false
}
},
{
@@ -26,7 +28,8 @@
"effect": {
"effect": "minecraft:resistance",
"duration": 35,
"amplifier": 1
"amplifier": 1,
"show_icon": false
}
},
{

View File

@@ -0,0 +1,6 @@
{
"type": "origins:model_color",
"blue": 0.5,
"green": 0.5,
"alpha": 1
}