Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

業深き想いのモデルを追加 #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly.
execute unless entity @s[type=item_display,tag=aj.karmic.root] run return run function animated_java:global/errors/function_not_executed_as_root_entity {'export_namespace': 'karmic', 'function_path': 'animated_java:karmic/animations/attack/apply_frame'}
$execute store result storage aj:temp frame int 1 run scoreboard players set @s aj.attack.frame $(frame)
execute at @s run function animated_java:karmic/animations/attack/zzz/apply_frame with storage aj:temp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly.
execute unless entity @s[type=item_display,tag=aj.karmic.root] run return run function animated_java:global/errors/function_not_executed_as_root_entity {'export_namespace': 'karmic', 'function_path': 'animated_java:karmic/animations/attack/next_frame'}
execute if score @s aj.attack.frame matches 74.. run scoreboard players set @s aj.attack.frame 1
execute store result storage aj:temp frame int 1 run scoreboard players get @s aj.attack.frame
execute at @s run function animated_java:karmic/animations/attack/zzz/apply_frame with storage aj:temp
scoreboard players add @s aj.attack.frame 1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly.
execute unless entity @s[type=item_display,tag=aj.karmic.root] run return run function animated_java:global/errors/function_not_executed_as_root_entity {'export_namespace': 'karmic', 'function_path': 'animated_java:karmic/animations/attack/pause'}
tag @s remove aj.karmic.animation.attack.playing
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly.
execute unless entity @s[type=item_display,tag=aj.karmic.root] run return run function animated_java:global/errors/function_not_executed_as_root_entity {'export_namespace': 'karmic', 'function_path': 'animated_java:karmic/animations/attack/play'}
tag @s add aj.karmic.animation.attack.playing
scoreboard players set @s aj.attack.frame 0
tag @s add aj.transforms_only
execute at @s run function animated_java:karmic/animations/attack/zzz/set_frame {frame: 0}
tag @s remove aj.transforms_only
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly.
execute unless entity @s[type=item_display,tag=aj.karmic.root] run return run function animated_java:global/errors/function_not_executed_as_root_entity {'export_namespace': 'karmic', 'function_path': 'animated_java:karmic/animations/attack/resume'}
tag @s add aj.karmic.animation.attack.playing
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly.
execute unless entity @s[type=item_display,tag=aj.karmic.root] run return run function animated_java:global/errors/function_not_executed_as_root_entity {'export_namespace': 'karmic', 'function_path': 'animated_java:karmic/animations/attack/set_frame'}
$execute store result storage aj:temp frame int 1 run scoreboard players set @s aj.attack.frame $(frame)
execute at @s run function animated_java:karmic/animations/attack/zzz/set_frame with storage aj:temp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly.
execute unless entity @s[type=item_display,tag=aj.karmic.root] run return run function animated_java:global/errors/function_not_executed_as_root_entity {'export_namespace': 'karmic', 'function_path': 'animated_java:karmic/animations/attack/stop'}
tag @s remove aj.karmic.animation.attack.playing
scoreboard players set @s aj.attack.frame 0
tag @s add aj.transforms_only
execute at @s run function animated_java:karmic/animations/attack/zzz/set_frame {frame: 0}
tag @s remove aj.transforms_only
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly.
execute unless entity @s[type=item_display,tag=aj.karmic.root] run return run function animated_java:global/errors/function_not_executed_as_root_entity {'export_namespace': 'karmic', 'function_path': 'animated_java:karmic/animations/attack/tween'}
function animated_java:karmic/animations/pause_all
tag @s add aj.karmic.animation.attack.playing
$scoreboard players set @s aj.tween_duration $(duration)
$scoreboard players set @s aj.attack.frame $(to_frame)
scoreboard players operation #this aj.i = @s aj.tween_duration
tag @s add aj.transforms_only
execute at @s run function animated_java:karmic/animations/attack/zzz/apply_frame {frame: 0}
$execute at @s run function animated_java:karmic/animations/attack/zzz/apply_frame {frame: $(to_frame)}
tag @s remove aj.transforms_only
execute on passengers store result entity @s interpolation_duration int 1 run scoreboard players get #this aj.i
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly.
$execute on passengers if entity @s[tag=aj.karmic.node.head] run data modify entity @s {} merge from storage aj.karmic:animations attack.$(frame).bone_head
$execute on passengers if entity @s[tag=aj.karmic.node.rightscythe_handle] run data modify entity @s {} merge from storage aj.karmic:animations attack.$(frame).bone_rightscythe_handle
$execute on passengers if entity @s[tag=aj.karmic.node.sword] run data modify entity @s {} merge from storage aj.karmic:animations attack.$(frame).bone_sword
$execute on passengers if entity @s[tag=aj.karmic.node.righthand] run data modify entity @s {} merge from storage aj.karmic:animations attack.$(frame).bone_righthand
$execute on passengers if entity @s[tag=aj.karmic.node.rightarm] run data modify entity @s {} merge from storage aj.karmic:animations attack.$(frame).bone_rightarm
$execute on passengers if entity @s[tag=aj.karmic.node.gun] run data modify entity @s {} merge from storage aj.karmic:animations attack.$(frame).bone_gun
$execute on passengers if entity @s[tag=aj.karmic.node.leftscythe_handle] run data modify entity @s {} merge from storage aj.karmic:animations attack.$(frame).bone_leftscythe_handle
$execute on passengers if entity @s[tag=aj.karmic.node.lefthand] run data modify entity @s {} merge from storage aj.karmic:animations attack.$(frame).bone_lefthand
$execute on passengers if entity @s[tag=aj.karmic.node.leftarm] run data modify entity @s {} merge from storage aj.karmic:animations attack.$(frame).bone_leftarm
$execute on passengers if entity @s[tag=aj.karmic.node.body] run data modify entity @s {} merge from storage aj.karmic:animations attack.$(frame).bone_body
$execute on passengers if entity @s[tag=aj.karmic.node.leftfeet] run data modify entity @s {} merge from storage aj.karmic:animations attack.$(frame).bone_leftfeet
$execute on passengers if entity @s[tag=aj.karmic.node.leftleg] run data modify entity @s {} merge from storage aj.karmic:animations attack.$(frame).bone_leftleg
$execute on passengers if entity @s[tag=aj.karmic.node.rightfeet] run data modify entity @s {} merge from storage aj.karmic:animations attack.$(frame).bone_rightfeet
$execute on passengers if entity @s[tag=aj.karmic.node.rightleg] run data modify entity @s {} merge from storage aj.karmic:animations attack.$(frame).bone_rightleg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly.
scoreboard players remove @s aj.tween_duration 1
execute if score @s aj.tween_duration matches 1.. run return 1
execute if score @s aj.tween_duration matches 0 on passengers run data modify entity @s interpolation_duration set value 1
execute store result storage aj:temp frame int 1 run scoreboard players get @s aj.attack.frame
function animated_java:karmic/animations/attack/zzz/apply_frame with storage aj:temp
execute if score @s aj.attack.frame matches 73.. run return run function animated_java:karmic/animations/attack/pause
scoreboard players add @s aj.attack.frame 1
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly.
$execute on passengers run data modify entity @s[tag=aj.karmic.node.head] {} merge from storage aj.karmic:animations attack.$(frame).bone_head
$execute on passengers run data modify entity @s[tag=aj.karmic.node.rightscythe_handle] {} merge from storage aj.karmic:animations attack.$(frame).bone_rightscythe_handle
$execute on passengers run data modify entity @s[tag=aj.karmic.node.sword] {} merge from storage aj.karmic:animations attack.$(frame).bone_sword
$execute on passengers run data modify entity @s[tag=aj.karmic.node.righthand] {} merge from storage aj.karmic:animations attack.$(frame).bone_righthand
$execute on passengers run data modify entity @s[tag=aj.karmic.node.rightarm] {} merge from storage aj.karmic:animations attack.$(frame).bone_rightarm
$execute on passengers run data modify entity @s[tag=aj.karmic.node.gun] {} merge from storage aj.karmic:animations attack.$(frame).bone_gun
$execute on passengers run data modify entity @s[tag=aj.karmic.node.leftscythe_handle] {} merge from storage aj.karmic:animations attack.$(frame).bone_leftscythe_handle
$execute on passengers run data modify entity @s[tag=aj.karmic.node.lefthand] {} merge from storage aj.karmic:animations attack.$(frame).bone_lefthand
$execute on passengers run data modify entity @s[tag=aj.karmic.node.leftarm] {} merge from storage aj.karmic:animations attack.$(frame).bone_leftarm
$execute on passengers run data modify entity @s[tag=aj.karmic.node.body] {} merge from storage aj.karmic:animations attack.$(frame).bone_body
$execute on passengers run data modify entity @s[tag=aj.karmic.node.leftfeet] {} merge from storage aj.karmic:animations attack.$(frame).bone_leftfeet
$execute on passengers run data modify entity @s[tag=aj.karmic.node.leftleg] {} merge from storage aj.karmic:animations attack.$(frame).bone_leftleg
$execute on passengers run data modify entity @s[tag=aj.karmic.node.rightfeet] {} merge from storage aj.karmic:animations attack.$(frame).bone_rightfeet
$execute on passengers run data modify entity @s[tag=aj.karmic.node.rightleg] {} merge from storage aj.karmic:animations attack.$(frame).bone_rightleg
execute on passengers run data modify entity @s[type=!marker] start_interpolation set value -1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly.
execute unless entity @s[type=item_display,tag=aj.karmic.root] run return run function animated_java:global/errors/function_not_executed_as_root_entity {'export_namespace': 'karmic', 'function_path': 'animated_java:karmic/animations/attack_unused/apply_frame'}
$execute store result storage aj:temp frame int 1 run scoreboard players set @s aj.attack_unused.frame $(frame)
execute at @s run function animated_java:karmic/animations/attack_unused/zzz/apply_frame with storage aj:temp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly.
execute unless entity @s[type=item_display,tag=aj.karmic.root] run return run function animated_java:global/errors/function_not_executed_as_root_entity {'export_namespace': 'karmic', 'function_path': 'animated_java:karmic/animations/attack_unused/next_frame'}
execute if score @s aj.attack_unused.frame matches 46.. run scoreboard players set @s aj.attack_unused.frame 1
execute store result storage aj:temp frame int 1 run scoreboard players get @s aj.attack_unused.frame
execute at @s run function animated_java:karmic/animations/attack_unused/zzz/apply_frame with storage aj:temp
scoreboard players add @s aj.attack_unused.frame 1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly.
execute unless entity @s[type=item_display,tag=aj.karmic.root] run return run function animated_java:global/errors/function_not_executed_as_root_entity {'export_namespace': 'karmic', 'function_path': 'animated_java:karmic/animations/attack_unused/pause'}
tag @s remove aj.karmic.animation.attack_unused.playing
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly.
execute unless entity @s[type=item_display,tag=aj.karmic.root] run return run function animated_java:global/errors/function_not_executed_as_root_entity {'export_namespace': 'karmic', 'function_path': 'animated_java:karmic/animations/attack_unused/play'}
tag @s add aj.karmic.animation.attack_unused.playing
scoreboard players set @s aj.attack_unused.frame 0
tag @s add aj.transforms_only
execute at @s run function animated_java:karmic/animations/attack_unused/zzz/set_frame {frame: 0}
tag @s remove aj.transforms_only
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly.
execute unless entity @s[type=item_display,tag=aj.karmic.root] run return run function animated_java:global/errors/function_not_executed_as_root_entity {'export_namespace': 'karmic', 'function_path': 'animated_java:karmic/animations/attack_unused/resume'}
tag @s add aj.karmic.animation.attack_unused.playing
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly.
execute unless entity @s[type=item_display,tag=aj.karmic.root] run return run function animated_java:global/errors/function_not_executed_as_root_entity {'export_namespace': 'karmic', 'function_path': 'animated_java:karmic/animations/attack_unused/set_frame'}
$execute store result storage aj:temp frame int 1 run scoreboard players set @s aj.attack_unused.frame $(frame)
execute at @s run function animated_java:karmic/animations/attack_unused/zzz/set_frame with storage aj:temp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly.
execute unless entity @s[type=item_display,tag=aj.karmic.root] run return run function animated_java:global/errors/function_not_executed_as_root_entity {'export_namespace': 'karmic', 'function_path': 'animated_java:karmic/animations/attack_unused/stop'}
tag @s remove aj.karmic.animation.attack_unused.playing
scoreboard players set @s aj.attack_unused.frame 0
tag @s add aj.transforms_only
execute at @s run function animated_java:karmic/animations/attack_unused/zzz/set_frame {frame: 0}
tag @s remove aj.transforms_only
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly.
execute unless entity @s[type=item_display,tag=aj.karmic.root] run return run function animated_java:global/errors/function_not_executed_as_root_entity {'export_namespace': 'karmic', 'function_path': 'animated_java:karmic/animations/attack_unused/tween'}
function animated_java:karmic/animations/pause_all
tag @s add aj.karmic.animation.attack_unused.playing
$scoreboard players set @s aj.tween_duration $(duration)
$scoreboard players set @s aj.attack_unused.frame $(to_frame)
scoreboard players operation #this aj.i = @s aj.tween_duration
tag @s add aj.transforms_only
execute at @s run function animated_java:karmic/animations/attack_unused/zzz/apply_frame {frame: 0}
$execute at @s run function animated_java:karmic/animations/attack_unused/zzz/apply_frame {frame: $(to_frame)}
tag @s remove aj.transforms_only
execute on passengers store result entity @s interpolation_duration int 1 run scoreboard players get #this aj.i
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly.
$execute on passengers if entity @s[tag=aj.karmic.node.head] run data modify entity @s {} merge from storage aj.karmic:animations attack_unused.$(frame).bone_head
$execute on passengers if entity @s[tag=aj.karmic.node.rightscythe_handle] run data modify entity @s {} merge from storage aj.karmic:animations attack_unused.$(frame).bone_rightscythe_handle
$execute on passengers if entity @s[tag=aj.karmic.node.sword] run data modify entity @s {} merge from storage aj.karmic:animations attack_unused.$(frame).bone_sword
$execute on passengers if entity @s[tag=aj.karmic.node.righthand] run data modify entity @s {} merge from storage aj.karmic:animations attack_unused.$(frame).bone_righthand
$execute on passengers if entity @s[tag=aj.karmic.node.rightarm] run data modify entity @s {} merge from storage aj.karmic:animations attack_unused.$(frame).bone_rightarm
$execute on passengers if entity @s[tag=aj.karmic.node.gun] run data modify entity @s {} merge from storage aj.karmic:animations attack_unused.$(frame).bone_gun
$execute on passengers if entity @s[tag=aj.karmic.node.leftscythe_handle] run data modify entity @s {} merge from storage aj.karmic:animations attack_unused.$(frame).bone_leftscythe_handle
$execute on passengers if entity @s[tag=aj.karmic.node.lefthand] run data modify entity @s {} merge from storage aj.karmic:animations attack_unused.$(frame).bone_lefthand
$execute on passengers if entity @s[tag=aj.karmic.node.leftarm] run data modify entity @s {} merge from storage aj.karmic:animations attack_unused.$(frame).bone_leftarm
$execute on passengers if entity @s[tag=aj.karmic.node.body] run data modify entity @s {} merge from storage aj.karmic:animations attack_unused.$(frame).bone_body
$execute on passengers if entity @s[tag=aj.karmic.node.leftfeet] run data modify entity @s {} merge from storage aj.karmic:animations attack_unused.$(frame).bone_leftfeet
$execute on passengers if entity @s[tag=aj.karmic.node.leftleg] run data modify entity @s {} merge from storage aj.karmic:animations attack_unused.$(frame).bone_leftleg
$execute on passengers if entity @s[tag=aj.karmic.node.rightfeet] run data modify entity @s {} merge from storage aj.karmic:animations attack_unused.$(frame).bone_rightfeet
$execute on passengers if entity @s[tag=aj.karmic.node.rightleg] run data modify entity @s {} merge from storage aj.karmic:animations attack_unused.$(frame).bone_rightleg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly.
scoreboard players remove @s aj.tween_duration 1
execute if score @s aj.tween_duration matches 1.. run return 1
execute if score @s aj.tween_duration matches 0 on passengers run data modify entity @s interpolation_duration set value 1
execute store result storage aj:temp frame int 1 run scoreboard players get @s aj.attack_unused.frame
function animated_java:karmic/animations/attack_unused/zzz/apply_frame with storage aj:temp
execute if score @s aj.attack_unused.frame matches 45.. run return run function animated_java:karmic/animations/attack_unused/pause
scoreboard players add @s aj.attack_unused.frame 1
Loading