Files
faithful-origins/src/main/resources/data/faithful/powers/witch-powers/pact.json

21 lines
536 B
JSON

{
"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
}