Update nyctophobia.json
This commit is contained in:
@@ -1,9 +1,29 @@
|
|||||||
{
|
{
|
||||||
"type": "origins:action_over_time",
|
"type": "origins:action_over_time",
|
||||||
"condition": {
|
"condition": {
|
||||||
|
"type": "origins:and",
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
"type": "origins:daytime",
|
"type": "origins:daytime",
|
||||||
"inverted": true
|
"inverted": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "origins:inventory",
|
||||||
|
"inverted": true,
|
||||||
|
"process_mode": "items",
|
||||||
|
"slots": [
|
||||||
|
"weapon.mainhand",
|
||||||
|
"weapon.offhand"
|
||||||
|
],
|
||||||
|
"item_condition": {
|
||||||
|
"type": "origins:ingredient",
|
||||||
|
"ingredient": {
|
||||||
|
"item": "terraoriginum:sun_totem"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"entity_action": {
|
"entity_action": {
|
||||||
"type": "origins:and",
|
"type": "origins:and",
|
||||||
"actions": [{
|
"actions": [{
|
||||||
|
|||||||
Reference in New Issue
Block a user