You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
interfaceActiveObject{// from data.d.tssid?: string|number;sid2?: string|number;tier?: number;}interfaceActiveObjectWithIdextendsActiveObject{id: string;}
, which is used by RCP for setting advantages/disadvantages/special abilities, the new function needs to create a new object based on ActiveObjectWithId, implementing the interface
interfaceRequiredActivatableViewObject{id: string;name: string;add?: string;// addition to the name, such as 'Church of Praios' in 'Tradition (Church of Praios)'tier?: number;cost: number;}
This will be used for calculating culture and profession costs and displaying the names (and costs) in the wiki.
The text was updated successfully, but these errors were encountered:
Given the interface
, which is used by RCP for setting advantages/disadvantages/special abilities, the new function needs to create a new object based on
ActiveObjectWithId
, implementing the interfaceThis will be used for calculating culture and profession costs and displaying the names (and costs) in the wiki.
The text was updated successfully, but these errors were encountered: