|
| enum | ConvertType { Default
, Campaign
} |
| |
| virtual SourceElement.Row | GetFeat (int i) |
| |
| void | Init () |
| |
| void | OnLoad () |
| |
| void | OnAdvanceDay () |
| |
| Sprite | GetSprite () |
| |
| void | SetTextRelation (UIText text) |
| |
| string | GetTextBenefit () |
| |
| string | GetTextTemper (int _temper=-99999) |
| |
| void | Revelation (string idTalk, int chance=100) |
| |
| void | Talk (string idTalk, Card c=null, Card agent=null) |
| |
| string | GetGodTalk (string suffix) |
| |
| virtual int | GetOfferingMtp (Thing t) |
| |
| int | GetOfferingValue (Thing t, int num=-1) |
| |
| bool | TryGetGift () |
| |
| bool | IsValidArtifact (string id) |
| |
| virtual void | OnBecomeBranchFaith () |
| |
| void | JoinFaith (Chara c, ConvertType type=ConvertType.Default) |
| |
| void | LeaveFaith (Chara c, Religion newFaith, ConvertType type) |
| |
| void | Punish (Chara c) |
| |
| void | PunishTakeOver (Chara c) |
| |
| virtual void | OnJoinFaith () |
| |
| virtual void | OnLeaveFaith () |
| |
| void | OnChangeHour () |
| |
| static Thing | Reforge (string id, Point pos=null, bool first=true) |
| |
| static int | rndSeed (int a, int seed) |
| |
| static int | rnd (long a) |
| |
| static int | rnd (int a) |
| |
| static int | curve (int a, int start, int step, int rate=75) |
| |
| static int | rndHalf (int a) |
| |
| static float | rndf (float a) |
| |
| static int | rndSqrt (int a) |
| |
| static void | Wait (float a, Card c) |
| |
| static void | Wait (float a, Point p) |
| |
| static int | Bigger (int a, int b) |
| |
| static int | Smaller (int a, int b) |
| |
| int | relation |
| |
| int | giftRank |
| |
| int | mood |
| |
| SourceReligion.Row | _source |
| |
| static Religion | recentWrath |
| |
| static Core | core |
| |
Definition at line 1 of file ReligionOblivion.cs.
◆ CanJoin
| override bool ReligionOblivion.CanJoin |
|
get |
◆ id
| override string ReligionOblivion.id |
|
get |
The documentation for this class was generated from the following file: