Skip to content
Davis Cook edited this page Feb 27, 2018 · 9 revisions

Keywords

In the base base game keywords are things like "Block", "Retain", "Weak", "Vulnerable", etc... that are highlighted and have tooltip information associated with them

Example

In your PostInitializationSubscriber method, let's say you want to create a keyword called "Ice", which has the text "Will apply a buff to the next attack with Ice in its description.":

GameDictionary.keywords.put("Ice", "Will apply a buff to the next attack with Ice in its description.");

It's that simple! Sample and method provided/found by @Blank The Evil.

Clone this wiki locally