16 lines
399 B
JSON
16 lines
399 B
JSON
{
|
|
"trigger": {
|
|
"type": "tetra:apply_hit_effects"
|
|
},
|
|
"effect": "createdelight:shocking",
|
|
"outcome":{
|
|
"type": "tetra:multiple",
|
|
"outcomes": [{
|
|
"type": "tetra:apply_effect",
|
|
"effect": "createaddition:shocking",
|
|
"entity": "target",
|
|
"duration": 40,
|
|
"amplifier": 1
|
|
}
|
|
]}
|
|
} |