diff options
| author | Pepe20129 <72659707+Pepe20129@users.noreply.github.com> | 2026-09-06 20:52:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-09-06 18:52:08 +0000 |
| commit | 97f4fd5925596a493e7cd4f45b4f5fb34400a9db (patch) | |
| tree | 0148f1bb260572a43cddeb1864085706913cca04 /soh/assets | |
| parent | 61523391e29be22c85d6efbabc0c08820783f0a5 (diff) | |
Ice Trap Name Setting (#6588)
Co-authored-by: Philip Dubé <159546+serprex@users.noreply.github.com>
Diffstat (limited to 'soh/assets')
| -rw-r--r-- | soh/assets/custom/lang/en_US.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/soh/assets/custom/lang/en_US.json b/soh/assets/custom/lang/en_US.json index fd0fdcf25..8e6c0cf4f 100644 --- a/soh/assets/custom/lang/en_US.json +++ b/soh/assets/custom/lang/en_US.json @@ -1869,6 +1869,22 @@ }, "starting_mask_of_truth": { "name": "Start with Mask of Truth" + }, + "ice_trap_names": { + "name": "Ice Trap Trick Names", + "description": [ + "Sets how Ice Traps disguise themselves in text.\n", + "\n", + "Identical - There's no tell for an item being an Ice Trap.\n", + "\n", + "Similar - The name will be similar to the item's real name (for example, \"Korok Sword\" instead of \"Kokiri Sword\").\n", + "\n", + "Misspelled (Vowel) - The name is misspelled by changing a random vowel with another random vowel.\n", + "\n", + "Misspelled (Duplicate) - The name is misspelled by duplicating a random letter.\n", + "\n", + "Revealed - Ice Traps will not disguise themselves in text." + ] } }, "tricks": { |
