-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
22 changed files
with
168 additions
and
36 deletions.
There are no files selected for viewing
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
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
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
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: 6 additions & 3 deletions
9
Asset/data/asset/functions/mob/0392.ecual_first/ai/animation/5_0_shining_ray/end.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,9 +1,12 @@ | ||
#> asset:mob/0392.ecual_first/ai/animation/5_0_shining_ray/end | ||
# | ||
# シャイニングレイ | ||
# 終了処理 | ||
# | ||
# @within function asset:mob/0392.ecual_first/ai/animation/5_0_shining_ray/ | ||
|
||
# デバッグ用 アニメーションループ | ||
scoreboard players set @s AW.AnimationNum 50 | ||
# 上位スキル発動トリガー | ||
tag @s add AW.SuperiorSkill | ||
|
||
# 移動モーション移行 | ||
scoreboard players set @s AW.AnimationNum 60 | ||
scoreboard players set @s AW.AnimationTick 0 |
9 changes: 6 additions & 3 deletions
9
Asset/data/asset/functions/mob/0392.ecual_first/ai/animation/5_1_water_bullet/end.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,9 +1,12 @@ | ||
#> asset:mob/0392.ecual_first/ai/animation/5_1_water_bullet/end | ||
# | ||
# | ||
# 終了処理 | ||
# | ||
# @within function asset:mob/0392.ecual_first/ai/animation/5_1_water_bullet/ | ||
|
||
# デバッグ用 アニメーションループ | ||
scoreboard players set @s AW.AnimationNum 51 | ||
# 上位スキル発動トリガー | ||
tag @s add AW.SuperiorSkill | ||
|
||
# 移動モーション移行 | ||
scoreboard players set @s AW.AnimationNum 60 | ||
scoreboard players set @s AW.AnimationTick 0 |
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
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
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
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
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
21 changes: 21 additions & 0 deletions
21
Asset/data/asset/functions/mob/0401.darkness_spellbook/tick/teleport.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,21 @@ | ||
#> asset:mob/0401.darkness_spellbook/tick/teleport | ||
# | ||
# テレポート | ||
# | ||
# @within function asset:mob/0401.darkness_spellbook/tick/ | ||
|
||
# 演出 | ||
playsound entity.enderman.teleport hostile @a ~ ~ ~ 1 1 | ||
|
||
# マーカーを持ってくる | ||
tp 0-0-0-0-0 ^ ^ ^ ~ ~ | ||
|
||
# ランダムテレポート | ||
data modify storage lib: Argument.Bounds set value [[5d,5d],[0d,2d],[5d,5d]] | ||
execute as 0-0-0-0-0 at @s run function lib:spread_entity/ | ||
|
||
# マーカーの位置にブロックがなかったらテレポートする | ||
execute at 0-0-0-0-0 if block ~ ~ ~ #lib:no_collision run tp @s ~ ~ ~ | ||
|
||
# Makerを戻してあげる | ||
execute in overworld run tp 0-0-0-0-0 0.0 0.0 0.0 |
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
21 changes: 21 additions & 0 deletions
21
Asset/data/asset/functions/mob/0402.drown_spellbook/tick/teleport.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,21 @@ | ||
#> asset:mob/0402.drown_spellbook/tick/teleport | ||
# | ||
# テレポート | ||
# | ||
# @within function asset:mob/0402.drown_spellbook/tick/ | ||
|
||
# 演出 | ||
playsound entity.enderman.teleport hostile @a ~ ~ ~ 1 1 | ||
|
||
# マーカーを持ってくる | ||
tp 0-0-0-0-0 ^ ^ ^ ~ ~ | ||
|
||
# ランダムテレポート | ||
data modify storage lib: Argument.Bounds set value [[5d,5d],[0d,2d],[5d,5d]] | ||
execute as 0-0-0-0-0 at @s run function lib:spread_entity/ | ||
|
||
# マーカーの位置にブロックがなかったらテレポートする | ||
execute at 0-0-0-0-0 if block ~ ~ ~ #lib:no_collision run tp @s ~ ~ ~ | ||
|
||
# Makerを戻してあげる | ||
execute in overworld run tp 0-0-0-0-0 0.0 0.0 0.0 |