EffectRepresentation - KitchenMods/KitchenLib GitHub Wiki

GameDataObject - EffectRepresentation

What is an EffectRepresentation?

...

What overrides can I use?

LocalisedGameDataObject Overrides

LocalisationObject<EffectInfo> Info                             // This is the localisation for this EffectRepresentation.

GameDataObject Overrides

int ID                                                          // This is the unique identifier for this GameDataObject. This should not be changed.

KitchenLib Overrides

string UniqueNameID                                             // This is used to generate a hashed ID.
int BaseGameDataObjectID                                        // This is used to use another GameDataObject's values as a base for this GameDataObject.
⚠️ **GitHub.com Fallback** ⚠️