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

🔧 [mob301]業深き想いを作成 #1168

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift click to select a range
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
Prev Previous commit
Next Next commit
見た目の変更
  • Loading branch information
quikku committed Jul 31, 2022
commit 1508bb674e91584ed9249122aa58f9631904a121
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 59,7 @@
# data modify storage asset:mob Resist.Thunder set value

# 見た目用のアマスタを召喚
summon armor_stand ~ ~ ~ {Marker:1b,NoBasePlate:1b,Invisible:1b,Tags:["8D.ArmorStand","8D.ArmorStandThis","Object","Uninterferable"],Pose:{LeftArm:[0f,330f,0f],RightArm:[0f,34f,0f],LeftLeg:[0f,6f,4f],RightLeg:[22f,0f,360f],Head:[24f,0f,0f]},HandItems:[{id:"minecraft:stick",Count:1b,tag:{CustomModelData:20182}},{id:"minecraft:stick",Count:1b,tag:{CustomModelData:20183}}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:2039326}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:2039583}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:2039583}}},{id:"minecraft:stick",Count:1b,tag:{CustomModelData:20184}}]}
summon armor_stand ~ ~ ~ {Marker:1b,NoBasePlate:1b,Invisible:1b,Tags:["8D.ArmorStand","8D.ArmorStandThis","Object","Uninterferable"],Pose:{LeftArm:[0f,330f,0f],RightArm:[0f,34f,0f],LeftLeg:[0f,0f,0f],RightLeg:[0f,0f,00f],Head:[0f,0f,0f]},HandItems:[{id:"minecraft:stick",Count:1b,tag:{CustomModelData:20252}},{id:"minecraft:stick",Count:1b,tag:{CustomModelData:20254}}],ArmorItems:[{},{},{},{id:"minecraft:stick",Count:1b,tag:{CustomModelData:20256}}]}
# 位置をあわせる
execute as @e[type=wither_skeleton,tag=MobInit,distance=..0.01] at @s run tp @e[type=armor_stand,tag=8D.ArmorStandThis,distance=..0.01] @s
# タグを消す
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 7,7 @@
# どっかいったアマスタを殺す
execute as @e[type=armor_stand,tag=8D.ArmorStand] at @s unless entity @e[type=wither_skeleton,tag=8D.Angel,distance=..0.1] run kill @s
# 見た目用のアマスタを召喚
summon armor_stand ~ ~ ~ {Marker:1b,NoBasePlate:1b,Invisible:1b,Tags:["8D.ArmorStand","8D.ArmorStandThis","Object","Uninterferable"],Pose:{LeftArm:[0f,330f,0f],RightArm:[0f,34f,0f],LeftLeg:[0f,6f,4f],RightLeg:[22f,0f,360f],Head:[24f,0f,0f]},HandItems:[{id:"minecraft:stick",Count:1b,tag:{CustomModelData:20182}},{id:"minecraft:stick",Count:1b,tag:{CustomModelData:20183}}],ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{display:{color:2039326}}},{id:"minecraft:leather_leggings",Count:1b,tag:{display:{color:2039583}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{display:{color:2039583}}},{id:"minecraft:stick",Count:1b,tag:{CustomModelData:20184}}]}
summon armor_stand ~ ~ ~ {Marker:1b,NoBasePlate:1b,Invisible:1b,Tags:["8D.ArmorStand","8D.ArmorStandThis","Object","Uninterferable"],Pose:{LeftArm:[0f,330f,0f],RightArm:[0f,34f,0f],LeftLeg:[0f,0f,0f],RightLeg:[0f,0f,00f],Head:[0f,0f,0f]},HandItems:[{id:"minecraft:stick",Count:1b,tag:{CustomModelData:20252}},{id:"minecraft:stick",Count:1b,tag:{CustomModelData:20254}}],ArmorItems:[{},{},{},{id:"minecraft:stick",Count:1b,tag:{CustomModelData:20256}}]}
# 位置をあわせる
tp @e[type=armor_stand,tag=8D.ArmorStandThis,distance=..0.01] @s
# タグを消す
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 7,6 @@
# 腕を戻す
data modify entity @e[type=armor_stand,tag=8D.ArmorStand,distance=..0.01,sort=nearest,limit=1] Pose.LeftArm set value [0f,330f,0f]
data modify entity @e[type=armor_stand,tag=8D.ArmorStand,distance=..0.01,sort=nearest,limit=1] Pose.RightArm set value [0f,34f,0f]
data modify entity @e[type=armor_stand,tag=8D.ArmorStand,distance=..0.01,sort=nearest,limit=1] Pose.LeftLeg set value [0f,6f,4f]
data modify entity @e[type=armor_stand,tag=8D.ArmorStand,distance=..0.01,sort=nearest,limit=1] Pose.RightLeg set value [22f,0f,360f]
data modify entity @e[type=armor_stand,tag=8D.ArmorStand,distance=..0.01,sort=nearest,limit=1] Pose.Head set value [24f,0f,0f]

# タグをリセットする
function asset:mob/0301.sinful_thoughts/tick/skill_tag_remove
Expand Down