added witch, set icons for origins

This commit is contained in:
2026-07-13 23:26:37 +02:00
parent 27a6464c89
commit a718e46f33
16 changed files with 86 additions and 28 deletions

View File

@@ -0,0 +1,21 @@
{
"type":"origins:action_over_time",
"entity_action":{
"type":"origins:and",
"actions":[
{
"type":"origins:execute_command",
"command":"team add witchpassive"
},
{
"type":"origins:execute_command",
"command":"team join witchpassive @s"
},
{
"type":"origins:execute_command",
"command":"team join witchpassive @e[type=#faithful:hostiles]"
}
]
},
"interval":20
}