-
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
1 parent
2b02eca
commit 16c24ba
Showing
438 changed files
with
2,584 additions
and
2,349 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
Asset/data/asset/functions/artifact/0001.book_of_all-seeing/_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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#> asset:artifact/0001.book_of_all-seeing/_index.d | ||
# @private | ||
|
||
#> Private | ||
# @within function asset:artifact/0001.book_of_all-seeing/** | ||
#declare tag 01.Target |
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
6 changes: 0 additions & 6 deletions
6
Asset/data/asset/functions/artifact/0001.book_of_all-seeing/click/_index.d.mcfunction
This file was deleted.
Oops, something went wrong.
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
6 changes: 6 additions & 0 deletions
6
Asset/data/asset/functions/artifact/0002.blessing/_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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#> asset:artifact/0002.blessing/_index.d | ||
# @private | ||
|
||
#> Private | ||
# @within function asset:artifact/0002.blessing/** | ||
#declare tag 01.Target |
2 changes: 1 addition & 1 deletion
2
Asset/data/asset/functions/artifact/0002.blessing/click/.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
6 changes: 0 additions & 6 deletions
6
Asset/data/asset/functions/artifact/0002.blessing/click/_index.d.mcfunction
This file was deleted.
Oops, something went wrong.
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
30 changes: 30 additions & 0 deletions
30
Asset/data/asset/functions/artifact/0002.blessing/random_name/.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,30 @@ | ||
#> asset:artifact/0002.blessing/random_name/ | ||
# | ||
# | ||
# | ||
# @within function asset:artifact/0002.blessing/register | ||
|
||
#> Length | ||
# @private | ||
#declare score_holder $CandidatesLength | ||
#declare score_holder $Argument.Index | ||
|
||
# セッション開ける | ||
function lib:array/session/open | ||
# 名前候補リスト | ||
data modify storage lib: Array set value ['深淵','奈落','天空','始原','神威','太陽','生命','満月','星雲','極光','蒼天','夜闇'] | ||
# 候補リストの長さを取得 | ||
execute store result score $CandidatesLength Temporary if data storage lib: Array[] | ||
# ターゲットの名前をランダムに決める | ||
execute store result score $Argument.Index Lib run function lib:random/ | ||
scoreboard players operation $Argument.Index Lib %= $CandidatesLength Temporary | ||
# 移動 | ||
function lib:array/move | ||
# 取得 | ||
data modify storage asset:temp 02.Name set from storage lib: Array[-1] | ||
# 代入 | ||
function asset:artifact/0002.blessing/random_name/set.m with storage asset:temp 02 | ||
# リセット | ||
function lib:array/session/close | ||
scoreboard players reset $CandidatesLength | ||
data remove storage asset:temp 02 |
8 changes: 8 additions & 0 deletions
8
Asset/data/asset/functions/artifact/0002.blessing/random_name/set.m.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/0002.blessing/random_name/set.m | ||
# | ||
# | ||
# | ||
# @input args Name : string | ||
# @within function asset:artifact/0002.blessing/random_name/ | ||
|
||
$data modify storage asset:artifact Name set value '[{"text":"$(Name)の祝福"}]' |
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
....blessing/click/rejoin_process.mcfunction → ...t/0002.blessing/rejoin_process.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,7 +1,7 @@ | ||
#> asset:artifact/0002.blessing/click/rejoin_process | ||
#> asset:artifact/0002.blessing/rejoin_process | ||
# | ||
# 使い方は必ずwikiを見ること | ||
# | ||
# @within tag/function asset:rejoin | ||
|
||
execute if score @s 02.Trigger matches 0 run function asset:artifact/0002.blessing/click/show_trigger_chat | ||
execute if score @s 02.Trigger matches 0 run function asset:artifact/0002.blessing/click/show_trigger_chat |
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
7 changes: 7 additions & 0 deletions
7
Asset/data/asset/functions/artifact/0005.musket_matchlock/_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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#> asset:artifact/0005.musket_matchlock/_index.d | ||
# @private | ||
|
||
#> main | ||
# @within function asset:artifact/0005.musket_matchlock/** | ||
#declare tag 5.MatchlockIndicator | ||
#declare tag 5.MatchlockEntity |
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
12 changes: 0 additions & 12 deletions
12
Asset/data/asset/functions/artifact/0005.musket_matchlock/click/_index.d.mcfunction
This file was deleted.
Oops, something went wrong.
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
14 changes: 7 additions & 7 deletions
14
...hlock/click/3.1.entity_manager.mcfunction → ...musket_matchlock/click/entity/.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,16 +1,16 @@ | ||
#> asset:artifact/0005.musket_matchlock/click/3.1.entity_manager | ||
#> asset:artifact/0005.musket_matchlock/click/entity/ | ||
# | ||
# エンダーパールがヒットしたかどうかを確認 | ||
# | ||
# @within function | ||
# asset:artifact/0005.musket_matchlock/click/ | ||
# asset:artifact/0005.musket_matchlock/click/3.1.entity_manager | ||
# asset:artifact/0005.musket_matchlock/click/entity/ | ||
|
||
#アーマースタンドがエンダーパールの上に乗っていない状態なら命中処理 | ||
execute as @e[type=marker,tag=5.MatchlockIndicator] unless predicate lib:is_vehicle at @s run function asset:artifact/0005.musket_matchlock/click/3.1.2.damage | ||
# アーマースタンドがエンダーパールの上に乗っていない状態なら命中処理 | ||
execute as @e[type=marker,tag=5.MatchlockIndicator] unless predicate lib:is_vehicle at @s run function asset:artifact/0005.musket_matchlock/click/entity/damage | ||
|
||
#アーマースタンドがエンダーパールの上に乗っている状態なら飛翔処理 | ||
execute as @e[type=marker,tag=5.MatchlockIndicator] if predicate lib:is_vehicle at @s run function asset:artifact/0005.musket_matchlock/click/3.1.1.flying | ||
# アーマースタンドがエンダーパールの上に乗っている状態なら飛翔処理 | ||
execute as @e[type=marker,tag=5.MatchlockIndicator] if predicate lib:is_vehicle at @s run function asset:artifact/0005.musket_matchlock/click/entity/flying | ||
|
||
# 次tickのmanager実行予約 | ||
execute if entity @e[type=marker,tag=5.MatchlockIndicator,predicate=lib:is_vehicle,limit=1] run schedule function asset:artifact/0005.musket_matchlock/click/3.1.entity_manager 1t replace | ||
execute if entity @e[type=marker,tag=5.MatchlockIndicator,predicate=lib:is_vehicle,limit=1] run schedule function asset:artifact/0005.musket_matchlock/click/entity/ 1t replace |
4 changes: 2 additions & 2 deletions
4
...t_matchlock/click/3.1.2.damage.mcfunction → ..._matchlock/click/entity/damage.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
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.