Skip to content

Commit

Permalink
Add Cent Sensors and Nonsense Sensors as collectibles
Browse files Browse the repository at this point in the history
  • Loading branch information
Gegy committed Nov 22, 2024
1 parent e097557 commit 8ff0619
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 2 deletions.
7 changes: 7 additions & 0 deletions assets/lt/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,14 @@
"lt.quest.no_cents_item.no_cents_badge.description": "It's in pristine condition.",
"lt.quest.no_cents_item.no_cents_badge.description.2": "Oh my gosh and it's made of gold.",

"lt.quest.no_cents_item.cent_sensors": "Cent Sensors",
"lt.quest.no_cents_item.cent_sensors.description": "Identifies players with an allegiance to chaos: Team Cents.",
"lt.quest.no_cents_item.cent_sensors.description.2": "Top-secret, very high-tech. Keep them safe.",

"lt.quest.cents_item.badge": "Team Cents Operator Badge",
"lt.quest.cents_item.nonsense_sensors": "Nonsense Sensors",
"lt.quest.cents_item.nonsense_sensors.description": "Identifies players that might be full of nonsense: Team No Cents.",
"lt.quest.cents_item.nonsense_sensors.description.2": "Top-secret, very high-tech. Keep them safe.",

"lt.quest.cents_intro.initial_contact.1": "We like your Cents style. Come find us.",
"lt.quest.cents_intro.initial_contact.2": "Waterfall Club. Blue Skull booth.",
Expand Down
13 changes: 13 additions & 0 deletions data/lt/ltextras/collectible/team_cents/nonsense_sensors.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"components": {
"minecraft:item_name": "{\"translate\":\"lt.quest.cents_item.nonsense_sensors\",\"color\":\"#E5B106\"}",
"minecraft:lore": [
"{\"translate\":\"lt.quest.cents_item.nonsense_sensors.description\",\"color\":\"gray\",\"italic\":true}",
"{\"translate\":\"lt.quest.cents_item.nonsense_sensors.description.2\",\"color\":\"gray\",\"italic\":true}",
"{\"text\":\" \"}",
"{\"translate\":\"lt.collectible.unicode.quest\",\"color\":\"white\",\"italic\":false}"
],
"minecraft:hide_additional_tooltip": {}
},
"item": "ltextras:orange_glasses"
}
13 changes: 13 additions & 0 deletions data/lt/ltextras/collectible/team_no_cents/cent_censors.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"components": {
"minecraft:item_name": "{\"translate\":\"lt.quest.no_cents_item.cent_sensors\",\"color\":\"#E5B106\"}",
"minecraft:lore": [
"{\"translate\":\"lt.quest.no_cents_item.cent_sensors.description\",\"color\":\"gray\",\"italic\":true}",
"{\"translate\":\"lt.quest.no_cents_item.cent_sensors.description.2\",\"color\":\"gray\",\"italic\":true}",
"{\"text\":\" \"}",
"{\"translate\":\"lt.collectible.unicode.quest\",\"color\":\"white\",\"italic\":false}"
],
"minecraft:hide_additional_tooltip": {}
},
"item": "ltextras:blue_glasses"
}
4 changes: 3 additions & 1 deletion data/lt/tags/ltextras/collectible/team_cents.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"lt:team_cents/boots",
"lt:team_cents/chestplate",
"lt:team_cents/helmet",
"lt:team_cents/leggings"
"lt:team_cents/leggings",
"lt:team_cents/team_cents_badge",
"lt:team_cents/nonsense_sensors"
]
}
4 changes: 3 additions & 1 deletion data/lt/tags/ltextras/collectible/team_no_cents.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"lt:team_no_cents/boots",
"lt:team_no_cents/chestplate",
"lt:team_no_cents/helmet",
"lt:team_no_cents/leggings"
"lt:team_no_cents/leggings",
"lt:team_no_cents/team_no_cents_badge",
"lt:team_no_cents/cent_sensors"
]
}

0 comments on commit 8ff0619

Please sign in to comment.