Elin Decompiled Documentation EA 23.319 Nightly Patch 1
Loading...
Searching...
No Matches
ReligionEyth.cs
Go to the documentation of this file.
1public class ReligionEyth : Religion
2{
3 public override string id => "eyth";
4
5 public override void LeaveFaith(Chara c, Religion newFaith, ConvertType type)
6 {
7 if (c.IsPC)
8 {
10 }
13 }
14}
Definition: Chara.cs:10
Faction faction
Definition: Chara.cs:431
override bool IsPC
Definition: Chara.cs:630
void RefreshFaithElement()
Definition: Chara.cs:10603
Definition: EClass.cs:6
static Chara pc
Definition: EClass.cs:15
ElementContainerFaction charaElements
Definition: FACTION.cs:146
override void LeaveFaith(Chara c, Religion newFaith, ConvertType type)
Definition: ReligionEyth.cs:5
ConvertType
Definition: Religion.cs:8
virtual void OnLeaveFaith()
Definition: Religion.cs:505