完善系统核心功能、添加here模块

This commit is contained in:
延皓
2022-07-08 09:18:06 +08:00
parent 4665599abb
commit 596ebd9d64
179 changed files with 391 additions and 328 deletions
@@ -0,0 +1,24 @@
{
"parent": "fz:game_event",
"criteria": {
"on_took_damage": {
"trigger": "minecraft:tick",
"conditions": {
"player": [
{
"condition": "minecraft:entity_scores",
"entity": "this",
"scores": {
"fz.event.damage_taken": {
"min": 10
}
}
}
]
}
}
},
"rewards": {
"function": "fz:game_event/player/on_took_damage"
}
}