diff --git a/src/main/resources/assets/infernalexp/lang/en_us.json b/src/main/resources/assets/infernalexp/lang/en_us.json index 1a8869c0..da103878 100644 --- a/src/main/resources/assets/infernalexp/lang/en_us.json +++ b/src/main/resources/assets/infernalexp/lang/en_us.json @@ -369,5 +369,36 @@ "infernalexp.config.option.luminousFungusGivesEffect": "Luminous Fungus gives Luminance Effect", "infernalexp.config.tooltip.luminousFungusGivesEffect": "Determines whether Luminous Fungus gives the Luminance effect on collision with an entity", "infernalexp.commands.setdimensionspawn.success.single": "Set %s's spawnpoint to %s, %s, %s [%s] in %s", - "infernalexp.commands.setdimensionspawn.success.multiple": "Set %s players' spawnpoints to %s, %s, %s [%s] in %s" + "infernalexp.commands.setdimensionspawn.success.multiple": "Set %s players' spawnpoints to %s, %s, %s [%s] in %s", + + "tips.title.tip": "Infernal Tip", + + "tips.tip.voline_distraction": "Voline are Hostile, but prioritise targets with Fire Resistance, including other Voline. Throw Magma Cream at a target to give them Fire Resistance!", + "tips.tip.voline_feeding": "Voline are gluttonous - Feed them Magma Cream to fatten and slow them, and Gold items to earn Molten Gold Clusters!", + "tips.tip.shroomloin_conversion": "A Shroomloin's colour and aggression can be changed by feeding (right-clicking) them a different fungus type!", + "tips.tip.warpbeetle_chorus": "Warpbeetles can be fed Chorus Fruit to gain a purple palette. They also hate Spiders!", + "tips.tip.embody_music": "Embodies have a one in a hundred chance at dropping a music disk by LudoCrypt: Soul Spunk!", + "tips.tip.giant_xp": "Basalt Giants are not to be trifled with. If you were to trifle with them though... They would drop a lot of XP.", + "tips.tip.glowsquito_breeding": "Glowsquitos can be bred with Shroomlight Tears for a continuous stream of furnace fuel!", + + "tips.tip.fire_charge": "Throw Fire Charges through Netherrack for easy Netherite-mining!", + "tips.tip.quartz_glass": "Reinforce your glass with Quartz - Quartz Glass is blast-resistant! No more Ghast troubles!", + "tips.tip.shroomlight_tears": "Bonemeal a Shroomlight Block for a Shroomlight Tear! Nine of them will make a new Shroomlight Block!", + "tips.tip.soul_salt": "Hold on to your Rotten Flesh and Spider Eyes - Soul Salt can make them both edible and useful!", + "tips.tip.basaltic_magma": "Feed Basaltic Magma to a Voline for a whole Iron Ingot in return!", + "tips.tip.glowsilk": "Use Glowsilk in an anvil to repair your tools and armour!", + "tips.tip.blindsight_tongue": "Blindsight Tongues are tasty, but go even better with some mushrooms in a bowl!", + + "tips.tip.strider_altar": "Strider Altars may contain hidden chests inside...", + "tips.tip.infection": "The Ascus Bombs' Infection effect is like a virus - It spreads to others in close proximity! Throw it in an enclosed space!", + "tips.tip.luminance": "The Luminance effect burns undead like sunlight - Make use of Luminous Fungus in the Overworld to capitalise on that!", + + "tips.tip.canyon_plantlife": "All plantlife in the Glowstone Canyon gives you Luminance - Which attracts the local hostiles. Don't touch anything!", + "tips.tip.death_pits": "Unstable Glimmer Gravel pits can be spotted by their discolouration - Pay close attention to where you tread in the Glowstone Canyon!", + + "tips.tip.glowsilk_bow": "The Glowsilk Bow has twice the projectile speed and range of the regular bow, and lights up the darkness to boot!", + "tips.tip.blindsight_whip": "The Blindsight Tongue Whip has a longer range than other weapons - Use it to keep dangerous foes away from you!", + "tips.tip.kinetic_whip": "With Mining Master's Kinetic Opal, The Blindsight Tongue Whip can receive a major upgrade!", + + "tips.tip.ntp": "Use the /ntp command to quickly teleport between the Overworld and the Nether!" } diff --git a/src/main/resources/assets/infernalexp/tips/basaltic_magma.json b/src/main/resources/assets/infernalexp/tips/basaltic_magma.json new file mode 100644 index 00000000..0d454818 --- /dev/null +++ b/src/main/resources/assets/infernalexp/tips/basaltic_magma.json @@ -0,0 +1,5 @@ +{ + "tip": { + "translate": "tips.tip.basaltic_magma" + } +} diff --git a/src/main/resources/assets/infernalexp/tips/blindsight_tongue.json b/src/main/resources/assets/infernalexp/tips/blindsight_tongue.json new file mode 100644 index 00000000..997c02bb --- /dev/null +++ b/src/main/resources/assets/infernalexp/tips/blindsight_tongue.json @@ -0,0 +1,5 @@ +{ + "tip": { + "translate": "tips.tip.blindsight_tongue" + } +} diff --git a/src/main/resources/assets/infernalexp/tips/blindsight_whip.json b/src/main/resources/assets/infernalexp/tips/blindsight_whip.json new file mode 100644 index 00000000..2d5cce0d --- /dev/null +++ b/src/main/resources/assets/infernalexp/tips/blindsight_whip.json @@ -0,0 +1,5 @@ +{ + "tip": { + "translate": "tips.tip.blindsight_whip" + } +} diff --git a/src/main/resources/assets/infernalexp/tips/canyon_plantlife.json b/src/main/resources/assets/infernalexp/tips/canyon_plantlife.json new file mode 100644 index 00000000..703cd337 --- /dev/null +++ b/src/main/resources/assets/infernalexp/tips/canyon_plantlife.json @@ -0,0 +1,5 @@ +{ + "tip": { + "translate": "tips.tip.canyon_plantlife" + } +} diff --git a/src/main/resources/assets/infernalexp/tips/death_pits.json b/src/main/resources/assets/infernalexp/tips/death_pits.json new file mode 100644 index 00000000..eae9d92f --- /dev/null +++ b/src/main/resources/assets/infernalexp/tips/death_pits.json @@ -0,0 +1,5 @@ +{ + "tip": { + "translate": "tips.tip.death_pits" + } +} diff --git a/src/main/resources/assets/infernalexp/tips/embody_music.json b/src/main/resources/assets/infernalexp/tips/embody_music.json new file mode 100644 index 00000000..665cfffe --- /dev/null +++ b/src/main/resources/assets/infernalexp/tips/embody_music.json @@ -0,0 +1,5 @@ +{ + "tip": { + "translate": "tips.tip.embody_music" + } +} diff --git a/src/main/resources/assets/infernalexp/tips/fire_charge.json b/src/main/resources/assets/infernalexp/tips/fire_charge.json new file mode 100644 index 00000000..87dbed12 --- /dev/null +++ b/src/main/resources/assets/infernalexp/tips/fire_charge.json @@ -0,0 +1,5 @@ +{ + "tip": { + "translate": "tips.tip.fire_charge" + } +} diff --git a/src/main/resources/assets/infernalexp/tips/giant_xp.json b/src/main/resources/assets/infernalexp/tips/giant_xp.json new file mode 100644 index 00000000..9a6d574d --- /dev/null +++ b/src/main/resources/assets/infernalexp/tips/giant_xp.json @@ -0,0 +1,5 @@ +{ + "tip": { + "translate": "tips.tip.giant_xp" + } +} diff --git a/src/main/resources/assets/infernalexp/tips/glowsilk.json b/src/main/resources/assets/infernalexp/tips/glowsilk.json new file mode 100644 index 00000000..2d72083f --- /dev/null +++ b/src/main/resources/assets/infernalexp/tips/glowsilk.json @@ -0,0 +1,5 @@ +{ + "tip": { + "translate": "tips.tip.glowsilk" + } +} diff --git a/src/main/resources/assets/infernalexp/tips/glowsilk_bow.json b/src/main/resources/assets/infernalexp/tips/glowsilk_bow.json new file mode 100644 index 00000000..7209e0a9 --- /dev/null +++ b/src/main/resources/assets/infernalexp/tips/glowsilk_bow.json @@ -0,0 +1,5 @@ +{ + "tip": { + "translate": "tips.tip.glowsilk_bow" + } +} diff --git a/src/main/resources/assets/infernalexp/tips/glowsquito_breeding.json b/src/main/resources/assets/infernalexp/tips/glowsquito_breeding.json new file mode 100644 index 00000000..bd4cf9f6 --- /dev/null +++ b/src/main/resources/assets/infernalexp/tips/glowsquito_breeding.json @@ -0,0 +1,5 @@ +{ + "tip": { + "translate": "tips.tip.glowsquito_breeding" + } +} diff --git a/src/main/resources/assets/infernalexp/tips/infection.json b/src/main/resources/assets/infernalexp/tips/infection.json new file mode 100644 index 00000000..92cb406e --- /dev/null +++ b/src/main/resources/assets/infernalexp/tips/infection.json @@ -0,0 +1,5 @@ +{ + "tip": { + "translate": "tips.tip.infection" + } +} diff --git a/src/main/resources/assets/infernalexp/tips/kinetic_whip.json b/src/main/resources/assets/infernalexp/tips/kinetic_whip.json new file mode 100644 index 00000000..40c54e49 --- /dev/null +++ b/src/main/resources/assets/infernalexp/tips/kinetic_whip.json @@ -0,0 +1,5 @@ +{ + "tip": { + "translate": "tips.tip.kinetic_whip" + } +} diff --git a/src/main/resources/assets/infernalexp/tips/luminance.json b/src/main/resources/assets/infernalexp/tips/luminance.json new file mode 100644 index 00000000..bf7a1ad2 --- /dev/null +++ b/src/main/resources/assets/infernalexp/tips/luminance.json @@ -0,0 +1,5 @@ +{ + "tip": { + "translate": "tips.tip.luminance" + } +} diff --git a/src/main/resources/assets/infernalexp/tips/ntp.json b/src/main/resources/assets/infernalexp/tips/ntp.json new file mode 100644 index 00000000..145bbf16 --- /dev/null +++ b/src/main/resources/assets/infernalexp/tips/ntp.json @@ -0,0 +1,5 @@ +{ + "tip": { + "translate": "tips.tip.ntp" + } +} diff --git a/src/main/resources/assets/infernalexp/tips/quartz_glass.json b/src/main/resources/assets/infernalexp/tips/quartz_glass.json new file mode 100644 index 00000000..0963a0a0 --- /dev/null +++ b/src/main/resources/assets/infernalexp/tips/quartz_glass.json @@ -0,0 +1,5 @@ +{ + "tip": { + "translate": "tips.tip.quartz_glass" + } +} diff --git a/src/main/resources/assets/infernalexp/tips/shroomlight_tears.json b/src/main/resources/assets/infernalexp/tips/shroomlight_tears.json new file mode 100644 index 00000000..37a9ca95 --- /dev/null +++ b/src/main/resources/assets/infernalexp/tips/shroomlight_tears.json @@ -0,0 +1,5 @@ +{ + "tip": { + "translate": "tips.tip.shroomlight_tears" + } +} diff --git a/src/main/resources/assets/infernalexp/tips/shroomloin_conversion.json b/src/main/resources/assets/infernalexp/tips/shroomloin_conversion.json new file mode 100644 index 00000000..2c06fc7c --- /dev/null +++ b/src/main/resources/assets/infernalexp/tips/shroomloin_conversion.json @@ -0,0 +1,5 @@ +{ + "tip": { + "translate": "tips.tip.shroomloin_conversion" + } +} diff --git a/src/main/resources/assets/infernalexp/tips/soul_salt.json b/src/main/resources/assets/infernalexp/tips/soul_salt.json new file mode 100644 index 00000000..22c4b590 --- /dev/null +++ b/src/main/resources/assets/infernalexp/tips/soul_salt.json @@ -0,0 +1,5 @@ +{ + "tip": { + "translate": "tips.tip.soul_salt" + } +} diff --git a/src/main/resources/assets/infernalexp/tips/strider_altar.json b/src/main/resources/assets/infernalexp/tips/strider_altar.json new file mode 100644 index 00000000..4c375926 --- /dev/null +++ b/src/main/resources/assets/infernalexp/tips/strider_altar.json @@ -0,0 +1,5 @@ +{ + "tip": { + "translate": "tips.tip.strider_altar" + } +} diff --git a/src/main/resources/assets/infernalexp/tips/voline_distraction.json b/src/main/resources/assets/infernalexp/tips/voline_distraction.json new file mode 100644 index 00000000..c75de863 --- /dev/null +++ b/src/main/resources/assets/infernalexp/tips/voline_distraction.json @@ -0,0 +1,5 @@ +{ + "tip": { + "translate": "tips.tip.voline_distraction" + } +} diff --git a/src/main/resources/assets/infernalexp/tips/voline_feeding.json b/src/main/resources/assets/infernalexp/tips/voline_feeding.json new file mode 100644 index 00000000..f3baa777 --- /dev/null +++ b/src/main/resources/assets/infernalexp/tips/voline_feeding.json @@ -0,0 +1,5 @@ +{ + "tip": { + "translate": "tips.tip.voline_feeding" + } +} diff --git a/src/main/resources/assets/infernalexp/tips/warpbeetle_chorus.json b/src/main/resources/assets/infernalexp/tips/warpbeetle_chorus.json new file mode 100644 index 00000000..7d4865af --- /dev/null +++ b/src/main/resources/assets/infernalexp/tips/warpbeetle_chorus.json @@ -0,0 +1,5 @@ +{ + "tip": { + "translate": "tips.tip.warpbeetle_chorus" + } +}