Skip to content

Instantly share code, notes, and snippets.

@eevee
Created September 16, 2013 05:53
Show Gist options
  • Save eevee/6577078 to your computer and use it in GitHub Desktop.
Save eevee/6577078 to your computer and use it in GitHub Desktop.
# 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