UNV_PROPERTY

Name Null ? Type Values
PROPERTY_ID NOT NULL int10 Unique key to the property table.
UNIVERSE_ID NOT NULL int10 Foreign key to the unv_universe table.
CLASS_ID NOT NULL int10 Foreign key to the unv_class table. (Which class the condition resides in)
PRP_NAME NOT NULL char(35) Name of the conditional object.
PRP_HIDDEN NOT NULL char(2) Y or N if Hidden or not.
PRP_POSITION NOT NULL int10 Order the conditional object shows up within the class.