Merge branch 'cosmo-main' of https://github.com/BigGaemer/terra-originum into cosmo-main
This commit is contained in:
BIN
src/main/resources/assets/terraoriginum/textures/models/armor/robes_layer_1.png
Executable file
BIN
src/main/resources/assets/terraoriginum/textures/models/armor/robes_layer_1.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
BIN
src/main/resources/assets/terraoriginum/textures/models/armor/robes_layer_2.png
Executable file
BIN
src/main/resources/assets/terraoriginum/textures/models/armor/robes_layer_2.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
@@ -4,35 +4,11 @@
|
|||||||
"entity_action": {
|
"entity_action": {
|
||||||
"type": "origins:if_else_list",
|
"type": "origins:if_else_list",
|
||||||
"actions": [
|
"actions": [
|
||||||
{
|
|
||||||
"condition": {
|
|
||||||
"type": "origins:brightness",
|
|
||||||
"comparison": ">",
|
|
||||||
"compare_to": 0.17948718
|
|
||||||
},
|
|
||||||
"action": {
|
|
||||||
"type": "origins:and",
|
|
||||||
"actions": [
|
|
||||||
{
|
|
||||||
"type": "origins:change_resource",
|
|
||||||
"resource": "terraoriginum:spirit-powers/ectoplasm",
|
|
||||||
"change": -1,
|
|
||||||
"operation": "add"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"condition": {
|
"condition": {
|
||||||
"type": "origins:and",
|
"type": "origins:and",
|
||||||
"conditions": [
|
"conditions": [
|
||||||
{
|
{
|
||||||
"type": "origins:brightness",
|
|
||||||
"comparison": "<=",
|
|
||||||
"compare_to": 0.17948718
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"inverted": true,
|
|
||||||
"type": "origins:inventory",
|
"type": "origins:inventory",
|
||||||
"process_mode": "items",
|
"process_mode": "items",
|
||||||
"slots": [
|
"slots": [
|
||||||
@@ -46,7 +22,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"inverted": true,
|
|
||||||
"type": "origins:inventory",
|
"type": "origins:inventory",
|
||||||
"process_mode": "items",
|
"process_mode": "items",
|
||||||
"slots": [
|
"slots": [
|
||||||
@@ -60,7 +35,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"inverted": true,
|
|
||||||
"type": "origins:inventory",
|
"type": "origins:inventory",
|
||||||
"process_mode": "items",
|
"process_mode": "items",
|
||||||
"slots": [
|
"slots": [
|
||||||
@@ -74,7 +48,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"inverted": true,
|
|
||||||
"type": "origins:inventory",
|
"type": "origins:inventory",
|
||||||
"process_mode": "items",
|
"process_mode": "items",
|
||||||
"slots": [
|
"slots": [
|
||||||
@@ -100,6 +73,47 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"condition": {
|
||||||
|
"type": "origins:brightness",
|
||||||
|
"comparison": ">",
|
||||||
|
"compare_to": 0.17948718
|
||||||
|
},
|
||||||
|
"action": {
|
||||||
|
"type": "origins:and",
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"type": "origins:change_resource",
|
||||||
|
"resource": "terraoriginum:spirit-powers/ectoplasm",
|
||||||
|
"change": -1,
|
||||||
|
"operation": "add"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"condition": {
|
||||||
|
"type": "origins:or",
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"type": "origins:brightness",
|
||||||
|
"comparison": "<=",
|
||||||
|
"compare_to": 0.17948718
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"action": {
|
||||||
|
"type": "origins:and",
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"type": "origins:change_resource",
|
||||||
|
"resource": "terraoriginum:spirit-powers/ectoplasm",
|
||||||
|
"change": 2,
|
||||||
|
"operation": "add"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user