-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0d417e7
commit 2665928
Showing
72 changed files
with
534 additions
and
624 deletions.
There are no files selected for viewing
4 changes: 0 additions & 4 deletions
4
Asset/data/asset/functions/artifact/0566.great_sage_helmet/_index.d.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
#> asset:artifact/0566.great_sage_helmet/_index.d | ||
# @private | ||
|
||
#> tag | ||
# @within function asset:artifact/056?.great_sage_*/** | ||
#declare tag FQ.Fullset | ||
|
||
#> score_holder | ||
# @within function asset:artifact/0566.great_sage_helmet/fullset/** | ||
#declare score_holder $Random |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
Asset/data/asset/functions/artifact/0566.great_sage_helmet/damage/check.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#> asset:artifact/0566.great_sage_helmet/damage/check | ||
# | ||
# 神器の使用条件の確認処理 | ||
# | ||
# @within function asset:artifact/alias/566/damage/check | ||
|
||
# フルセットかどうか確認する | ||
data modify storage api: Argument.ID set value 256 | ||
function api:entity/mob/effect/get/from_id | ||
execute unless data storage api: Return.Effect{Stack:4} run tag @s remove CanUsed |
4 changes: 2 additions & 2 deletions
4
...lmet/equip/fullset/damage/talk.mcfunction → ....great_sage_helmet/damage/talk.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
Asset/data/asset/functions/artifact/0566.great_sage_helmet/equip.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#> asset:artifact/0566.great_sage_helmet/equip | ||
# | ||
# 神器の装備時の処理 | ||
# | ||
# @within function asset:artifact/alias/566/equip | ||
|
||
# 演出 | ||
particle end_rod ~ ~1.7 ~ 0.3 0.1 0.3 0.1 10 normal @a | ||
playsound minecraft:block.enchantment_table.use player @a ~ ~ ~ 0.8 1 |
43 changes: 0 additions & 43 deletions
43
Asset/data/asset/functions/artifact/0566.great_sage_helmet/equip/.mcfunction
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
Asset/data/asset/functions/artifact/0566.great_sage_helmet/equip/check.mcfunction
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
Asset/data/asset/functions/artifact/0566.great_sage_helmet/equip/dis_equip/.mcfunction
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
Asset/data/asset/functions/artifact/0566.great_sage_helmet/equip/dis_equip/main.mcfunction
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
...ata/asset/functions/artifact/0566.great_sage_helmet/equip/fullset/damage/check.mcfunction
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
Asset/data/asset/functions/artifact/0566.great_sage_helmet/equip/fullset/heal/.mcfunction
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
.../data/asset/functions/artifact/0566.great_sage_helmet/equip/fullset/heal/check.mcfunction
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
.../data/asset/functions/artifact/0566.great_sage_helmet/equip/fullset/kill/check.mcfunction
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
.../data/asset/functions/artifact/0566.great_sage_helmet/equip/fullset/tick/check.mcfunction
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
Asset/data/asset/functions/artifact/0566.great_sage_helmet/heal/.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#> asset:artifact/0566.great_sage_helmet/heal/ | ||
# | ||
# 神器のトリガー処理 | ||
# | ||
# @within function asset:artifact/alias/566/heal/ | ||
|
||
# 確率で話しかけてくる | ||
execute if predicate lib:random_pass_per/5 run function asset:artifact/0566.great_sage_helmet/heal/talk |
10 changes: 10 additions & 0 deletions
10
Asset/data/asset/functions/artifact/0566.great_sage_helmet/heal/check.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#> asset:artifact/0566.great_sage_helmet/heal/check | ||
# | ||
# 神器の使用条件の確認処理 | ||
# | ||
# @within function asset:artifact/alias/566/heal/check | ||
|
||
# フルセットかどうか確認する | ||
data modify storage api: Argument.ID set value 256 | ||
function api:entity/mob/effect/get/from_id | ||
execute unless data storage api: Return.Effect{Stack:4} run tag @s remove CanUsed |
4 changes: 2 additions & 2 deletions
4
...helmet/equip/fullset/heal/talk.mcfunction → ...66.great_sage_helmet/heal/talk.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...age_helmet/equip/fullset/kill/.mcfunction → ...t/0566.great_sage_helmet/kill/.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
#> asset:artifact/0566.great_sage_helmet/equip/fullset/kill/ | ||
#> asset:artifact/0566.great_sage_helmet/kill/ | ||
# | ||
# 神器のトリガー処理 | ||
# | ||
# | ||
# @within function asset:artifact/0566.great_sage_helmet/equip/fullset/kill/check | ||
# @within function asset:artifact/alias/566/kill/ | ||
|
||
# 周囲に敵モブがいる場合、4%の確率で話してくる | ||
execute if entity @e[tag=Enemy,tag=!Uninterferable,distance=..35] if predicate lib:random_pass_per/4 run function asset:artifact/0566.great_sage_helmet/equip/fullset/kill/talk | ||
execute if entity @e[tag=Enemy,tag=!Uninterferable,distance=..35] if predicate lib:random_pass_per/4 run function asset:artifact/0566.great_sage_helmet/kill/talk | ||
|
||
# 周囲に敵モブがいなくなった場合、10%の確率で話してくる | ||
execute unless entity @e[tag=Enemy,tag=!Uninterferable,distance=..35] if predicate lib:random_pass_per/10 run function asset:artifact/0566.great_sage_helmet/equip/fullset/kill/talk_genocide | ||
execute unless entity @e[tag=Enemy,tag=!Uninterferable,distance=..35] if predicate lib:random_pass_per/10 run function asset:artifact/0566.great_sage_helmet/kill/talk_genocide |
10 changes: 10 additions & 0 deletions
10
Asset/data/asset/functions/artifact/0566.great_sage_helmet/kill/check.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#> asset:artifact/0566.great_sage_helmet/kill/check | ||
# | ||
# 神器の使用条件の確認処理 | ||
# | ||
# @within function asset:artifact/alias/566/kill/check | ||
|
||
# フルセットかどうか確認する | ||
data modify storage api: Argument.ID set value 256 | ||
function api:entity/mob/effect/get/from_id | ||
execute unless data storage api: Return.Effect{Stack:4} run tag @s remove CanUsed |
4 changes: 2 additions & 2 deletions
4
...helmet/equip/fullset/kill/talk.mcfunction → ...66.great_sage_helmet/kill/talk.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...uip/fullset/kill/talk_genocide.mcfunction → ...sage_helmet/kill/talk_genocide.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.