Elin Decompiled Documentation EA 23.319 Nightly Patch 1
Loading...
Searching...
No Matches
ReligionHarvest.cs
Go to the documentation of this file.
2{
3 public override string id => "harvest";
4
5 public override bool IsValidArtifact(string id)
6 {
7 return id == "scythe_kumi";
8 }
9
10 public override string[] GetValidArtifacts()
11 {
12 return new string[1] { "scythe_kumi" };
13 }
14
15 public override bool IsFaithElement(Element e)
16 {
17 switch (e.id)
18 {
19 case 428:
20 case 480:
21 case 640:
22 case 665:
23 case 959:
24 case 6650:
25 return true;
26 default:
27 return false;
28 }
29 }
30}
int id
Definition: ELEMENT.cs:257
override bool IsValidArtifact(string id)
override string[] GetValidArtifacts()
override bool IsFaithElement(Element e)