Skip to content

Commit

Permalink
Update Cloning, baby zombie and horror!
Browse files Browse the repository at this point in the history
  • Loading branch information
UnRealDinnerbone committed Oct 28, 2023
1 parent 91913c6 commit 4191e33
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions assets/lt/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
"lt.collectible.player_clone.name": "%s Clone Disguise",
"lt.collectible.player_clone.description": "!¡∷𝙹!¡ᒷ∷ℸ ̣ || 𝙹⎓ ℸ ̣ ⍑ᒷℸ ̣ ᔑ",
"lt.collectible.player_clone.tooltip.add": "%s Clone",
"lt.collectible.baby_zombie.name": "Baby Zombie",
"lt.collectible.baby_zombie.description": "A baby zombie. It's a baby. And a zombie.",

"lt.collectible.col_cojo.name": "Col Cojo",

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
collectible give @s ltminigames:disguise{ display: { Name:' [ { "translate":"lt.collectible.player_clone.name", "with":[ { "selector":"@p[tag=diguises.cloned.target]", "color":"#5ABDA3" } ], "color":"#5ABDA3", "italic":false } ]', Lore: [ '{ "translate":"lt.collectible.player_clone.description", "color":"gray", "italic":true }', '{"text":" "}', '{"translate":"lt.collectible.unicode.secret","color":"white","italic":false}', '{"text":" "}','{"translate":"item.modifiers.head","color":"gray","italic":false}', '{"translate":"lt.collectible.disguise.tooltip.subtract_player","color":"blue","italic":false}', '[ {"text":" + ","color":"blue","italic":false}, { "translate":"lt.collectible.player_clone.tooltip.add", "with": [ { "selector":"@p[tag=diguises.cloned.target]" } ], "color":"blue", "italic":false } ]' ] }, HideFlags:255, Enchantments:[{}], disguise:{ entity: { type:"dummyplayers:dummy_player" } }}
tellraw @s {"text":"Use cloning for player disguise [Click to tp]","color":"red","bold":false,"underlined":true,"clickEvent":{"action":"run_command","value":"/tp @s @e[tag=disguises.player.cloner,limit=1]"}}
collectible give @s ltminigames:disguise{ display: { Name:' [ { "translate":"lt.collectible.player_clone.name", "with":[ { "selector":"@p[tag=diguises.cloned.target]", "color":"#5ABDA3" } ], "color":"#5ABDA3", "italic":false } ]', Lore: [ '{ "translate":"lt.collectible.player_clone.description", "color":"gray", "italic":true }', '{"text":" "}', '{"translate":"lt.collectible.unicode.secret","color":"white","italic":false}', '{"text":" "}','{"translate":"item.modifiers.head","color":"gray","italic":false}', '{"translate":"lt.collectible.disguise.tooltip.subtract_player","color":"blue","italic":false}', '{"translate":"lt.collectible.player_clone.tooltip.add_horror","color":"blue","italic":false}' , '[ {"text":" + ","color":"blue","italic":false}, { "translate":"lt.collectible.player_clone.tooltip.add", "with": [ { "selector":"@p[tag=diguises.cloned.target]" } ], "color":"blue", "italic":false } ]' ] }, HideFlags:255, Enchantments:[{}], disguise:{ entity: { type:"dummyplayers:dummy_player" } }}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
collectible give @s ltminigames:disguise{donation_goal:true,disguise:{entity:{type:"minecraft:zombie",tag:{IsBaby:1b}}},display:{Name:'[{"translate":"lt.collectible.baby_zombie.name","color":"#005958","italic":false},{"text":" "},{"translate":"lt.collectible.disguise.name.suffix","color":"#005958","italic":false}]',Lore:['{"translate":"lt.collectible.baby_zombie.description","color":"gray","italic":true}','{"text":" "}','{"translate":"lt.collectible.unicode.reward","color":"white","italic":false}','{"text":" "}','{"translate":"item.modifiers.head","color":"gray","italic":false}','{"translate":"lt.collectible.disguise.tooltip.subtract_player","color":"blue","italic":false}','[{"text":" + ","color":"blue","italic":false},{"translate":"lt.collectible.baby_zombie.name","color":"blue","italic":false}]']},HideFlags:255,Enchantments:[{}]}
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ data modify entity @e[type=ltextras:collectible,tag=disguises.player.cloned,limi
#Todo Modify Name of Disguise (And Other Deatils?)

execute as @e[tag=disguises.player.sign_marker,limit=1] at @s run data modify entity @e[type=ltextras:collectible,tag=disguises.player.cloned,limit=1] collectible.tag.display.Name set from block ~ ~ ~ front_text.messages[0]
execute as @e[tag=disguises.player.sign_marker,limit=1] at @s run data modify entity @e[type=ltextras:collectible,tag=disguises.player.cloned,limit=1] collectible.tag.display.Lore[6] set from block ~ ~ ~ front_text.messages[1]
execute as @e[tag=disguises.player.sign_marker,limit=1] at @s run data modify entity @e[type=ltextras:collectible,tag=disguises.player.cloned,limit=1] collectible.tag.display.Lore[7] set from block ~ ~ ~ front_text.messages[1]

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Todo Update this with brick style
summon ltextras:collectible ~ ~ ~ { Tags:["disguises.player.cloned"], collectible:{ item:"ltminigames:disguise", tag:{ display: { Lore:[ '{"translate":"lt.collectible.player_clone.description","color":"gray","italic":true}', '{"text":" "}', '{"translate":"lt.collectible.unicode.secret","color":"white","italic":false}', '{"text":" "}', '{"translate":"item.modifiers.head","color":"gray","italic":false}', '{"translate":"lt.collectible.disguise.tooltip.subtract_player","color":"blue","italic":false}', '[ { "text":" + ", "color": "blue", "italic":false }, { "translate":"lt.collectible.player_clone.tooltip.add", "with":[ { "selector":"@p[tag=diguises.cloned.target]"} ], "color": "blue", "italic":false} ]' ] }, disguise:{ entity:{ type:"dummyplayers:dummy_player" } } } }}
summon ltextras:collectible ~ ~ ~ { Tags:["disguises.player.cloned"], collectible:{ item:"ltminigames:disguise", tag:{ display: { Lore:[ '{"translate":"lt.collectible.player_clone.description","color":"gray","italic":true}', '{"text":" "}', '{"translate":"lt.collectible.unicode.secret","color":"white","italic":false}', '{"text":" "}', '{"translate":"item.modifiers.head","color":"gray","italic":false}', '{"translate":"lt.collectible.disguise.tooltip.subtract_player","color":"blue","italic":false}','{"translate":"lt.collectible.player_clone.tooltip.add_horror","color":"blue","italic":false}' , '[ { "text":" + ", "color": "blue", "italic":false }, { "translate":"lt.collectible.player_clone.tooltip.add", "with":[ { "selector":"@p[tag=diguises.cloned.target]"} ], "color": "blue", "italic":false} ]' ] }, disguise:{ entity:{ type:"dummyplayers:dummy_player" } } } }}


3 changes: 2 additions & 1 deletion data/lt/tags/functions/collectables/milestone.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"lt:collectible/give/milestone/ten_tropicreeper",
"lt:collectible/give/milestone/fifteen_spider_monkey",
"lt:collectible/give/milestone/twenty_turtle",
"lt:collectible/give/milestone/twenty-five_col_cojo"
"lt:collectible/give/milestone/twenty-five_col_cojo",
"lt:collectible/give/milestone/philza_baby_zombie"
]
}

0 comments on commit 4191e33

Please sign in to comment.