unfucked transfiguration
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
"terraoriginum:demon-powers/self_transfiguration3",
|
||||
"terraoriginum:spirit-powers/ectoplasm",
|
||||
"terraoriginum:spirit-powers/ectodiff",
|
||||
"terraoriginum:spirit-powers/lackofectodmg"
|
||||
"terraoriginum:spirit-powers/lackofectodmg",
|
||||
"terraoriginum:spirit-powers/undead",
|
||||
"terraoriginum:ectotest"
|
||||
],
|
||||
"icon": "minecraft:bone",
|
||||
"order": 1002,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"powers": [
|
||||
"terraoriginum:immortal_humanpowers/immortal",
|
||||
"terraoriginum:immortal_humanpowers/pathetic"
|
||||
"terraoriginum:immortal_human-powers/immortal",
|
||||
"terraoriginum:immortal_human-powers/pathetic"
|
||||
],
|
||||
"icon": "minecraft:air",
|
||||
"order": 1001,
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
"terraoriginum:spirit-powers/phasing2",
|
||||
"terraoriginum:spirit-powers/phasing3",
|
||||
"terraoriginum:spirit-powers/undead",
|
||||
"terraoriginum:spirit-powers/nightvis"
|
||||
"terraoriginum:spirit-powers/nightvis",
|
||||
"terraoriginum:ectotest"
|
||||
],
|
||||
"icon": "minecraft:air",
|
||||
"order": 1001,
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"type": "origins:active_self",
|
||||
"type": "origins:action_over_time",
|
||||
"interval": 5,
|
||||
"hidden": true,
|
||||
"entity_action": {
|
||||
"type": "origins:and",
|
||||
@@ -8,7 +9,7 @@
|
||||
"type": "origins:apply_effect",
|
||||
"effect": {
|
||||
"effect": "minecraft:strength",
|
||||
"duration": 20,
|
||||
"duration": 35,
|
||||
"amplifier": 1
|
||||
}
|
||||
},
|
||||
@@ -16,7 +17,7 @@
|
||||
"type": "origins:apply_effect",
|
||||
"effect": {
|
||||
"effect": "minecraft:speed",
|
||||
"duration": 20,
|
||||
"duration": 35,
|
||||
"amplifier": 1
|
||||
}
|
||||
},
|
||||
@@ -24,7 +25,7 @@
|
||||
"type": "origins:apply_effect",
|
||||
"effect": {
|
||||
"effect": "minecraft:resistance",
|
||||
"duration": 20,
|
||||
"duration": 35,
|
||||
"amplifier": 1
|
||||
}
|
||||
},
|
||||
|
||||
21
src/main/resources/data/terraoriginum/powers/ectotest.json
Normal file
21
src/main/resources/data/terraoriginum/powers/ectotest.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"hidden": true,
|
||||
"condition": {
|
||||
"type": "origins:equipped_item",
|
||||
"equipment_slot": "mainhand",
|
||||
"item_condition": {
|
||||
"type": "origins:ingredient",
|
||||
"ingredient": {
|
||||
"item": "terraoriginum:mync_eye"
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": "origins:action_over_time",
|
||||
"interval": 10,
|
||||
"entity_action": {
|
||||
"type": "origins:change_resource",
|
||||
"resource": "terraoriginum:spirit-powers/ectoplasm",
|
||||
"change": 100,
|
||||
"operation": "add"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user