Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@

# 討伐演出再生
data modify storage api: Argument.ID set value 2200
data modify storage api: Argument.FieldOverride.Pos set from entity @s Pos
function api:object/summon

# サフィの消去
# ボスドロ
data modify storage api: Argument.ID set value 1079
data modify storage api: Argument.Important set value true
execute positioned ~-0.7 ~1.5 ~2 rotated ~-6 ~ run function api:artifact/spawn/from_id
#data modify storage api: Argument.ID set value 1079
#data modify storage api: Argument.Important set value true
#execute positioned ~-0.7 ~1.5 ~2 rotated ~-6 ~ run function api:artifact/spawn/from_id
# 消去
# execute as @e[tag=9F.ModelRoot,tag=9F.Target] run function animated_java:twins_sapphiel/remove/this
execute as @e[tag=9F.Root,tag=9F.Target] run tag @s add 9E.Remove
Expand All @@ -21,9 +22,9 @@

# ルビィの消去
# ボスドロ
data modify storage api: Argument.ID set value 1078
data modify storage api: Argument.Important set value true
execute positioned ~0.7 ~1.5 ~2 rotated ~6 ~ run function api:artifact/spawn/from_id
#data modify storage api: Argument.ID set value 1078
#data modify storage api: Argument.Important set value true
#execute positioned ~0.7 ~1.5 ~2 rotated ~6 ~ run function api:artifact/spawn/from_id
# 消去
# TODO:討伐演出再生
# execute as @e[tag=9G.ModelRoot,tag=9G.Target] run function animated_java:twins_rubiel/remove/this
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#> asset:object/2200.twins_escape_animation/init/
#
# Objectのinit時の処理
#
# @within asset:object/alias/2200/init

# Posを分解
data modify storage asset:temp Pos set from storage asset:context this.Pos
data remove storage asset:context this.Pos
data modify storage asset:context this.Pos.X set from storage asset:temp Pos[0]
data modify storage asset:context this.Pos.Y set from storage asset:temp Pos[1]
data modify storage asset:context this.Pos.Z set from storage asset:temp Pos[2]
data remove storage asset:temp Pos
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#> asset:object/2200.twins_escape_animation/tick/drop/rubiel.m
#
#
#
# @within function asset:object/2200.twins_escape_animation/tick/remove_rubiel

data modify storage api: Argument.ID set value 1078
data modify storage api: Argument.Important set value true
$execute positioned $(X) $(Y) $(Z) positioned ~0.7 ~1.5 ~2 run function api:artifact/spawn/from_id
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#> asset:object/2200.twins_escape_animation/tick/drop/sapphiel.m
#
#
#
# @within function asset:object/2200.twins_escape_animation/tick/remove_sapphiel

data modify storage api: Argument.ID set value 1079
data modify storage api: Argument.Important set value true
$execute positioned $(X) $(Y) $(Z) positioned ~-0.7 ~1.5 ~2 run function api:artifact/spawn/from_id
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

# 消去
# ボスドロ
# data modify storage api: Argument.ID set value 1078
# data modify storage api: Argument.Important set value true
# function api:artifact/spawn/from_id
function asset:object/2200.twins_escape_animation/tick/drop/rubiel.m with storage asset:context this.Pos
# 消去
function animated_java:twins_rubiel/remove/this
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

# 消去
# ボスドロ
# data modify storage api: Argument.ID set value 1079
# data modify storage api: Argument.Important set value true
# function api:artifact/spawn/from_id
function asset:object/2200.twins_escape_animation/tick/drop/sapphiel.m with storage asset:context this.Pos
# 消去
function animated_java:twins_sapphiel/remove/this
8 changes: 8 additions & 0 deletions Asset/data/asset/functions/object/alias/2200/init.mcfunction
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#> asset:object/alias/2200/init
#
# Init処理のエイリアス
#
# @within asset_manager:object/init/init.m

# 元のInit処理を呼び出す
function asset:object/2200.twins_escape_animation/init/