Created
September 16, 2013 05:53
-
-
Save eevee/6577078 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A file containing descriptions of types' immunities to things that are not other types. | |
# XXX: it does occur to me that this could be stored programmatically, so perhaps this is not a great example | |
# note that this also raises the question (hopefully to be answered RSN) of just where the index of "mechanic" items lives and how it works | |
fire: | |
en: Cannot be [burned]{mechanic:burn}. | |
ja: [燃やせられない]{mechanic:burn}。 | |
ghost: | |
en: Immune to [trapping]{mechanic:trap}. | |
ja: [引っ掛けられない]{mechanic:trap}. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment