Requisite Attributes

v4.0

Of course anything with an "of the Gods" attribute must be good..right??

The Requisite Attributes section allows you to add both Required and Incompatible attributes.

Required Attributes

As seen above, the ItemAttribute "Rare" is required, meaning that when "of Ice" is added to a GameItemAttributeList (perhaps the one that is attached to a GameItemObject), the "Rare" ItemAttribute will be added as well, replacing any other "Rarity" attributes.

Incompatible Attributes

The "of Ice" ItemAttribute is incompatibel with the Flaming ItemAttribute.

This means that if the Flaming ItemAttribute is already present in a GameItemAttributeList, Add() and ReceiveTransfer() methods will return null, being unable to add the "of Ice" attribute to the list.

Last updated

Was this helpful?