Update nyctophobia.json
This commit is contained in:
@@ -1,9 +1,29 @@
|
||||
{
|
||||
"type": "origins:action_over_time",
|
||||
"condition": {
|
||||
"type": "origins:and",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "origins:daytime",
|
||||
"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": {
|
||||
"type": "origins:and",
|
||||
"actions": [{
|
||||
|
||||
Reference in New Issue
Block a user