Elin Decompiled Documentation
EA 23.319 Nightly Patch 1
Loading...
Searching...
No Matches
ReligionStrife.cs
Go to the documentation of this file.
1
public
class
ReligionStrife
:
ReligionMinor
2
{
3
public
override
string
id
=>
"strife"
;
4
5
public
override
bool
IsValidArtifact
(
string
id
)
6
{
7
return
id
==
"warmonger"
;
8
}
9
10
public
override
string
[]
GetValidArtifacts
()
11
{
12
return
new
string
[1] {
"warmonger"
};
13
}
14
15
public
override
bool
IsFaithElement
(
Element
e)
16
{
17
switch
(e.
id
)
18
{
19
case
423:
20
case
460:
21
case
463:
22
case
464:
23
case
465:
24
case
468:
25
return
true
;
26
default
:
27
return
false
;
28
}
29
}
30
}
Element
Definition:
ELEMENT.cs:91
Element.id
int id
Definition:
ELEMENT.cs:257
ReligionMinor
Definition:
ReligionMinor.cs:2
ReligionStrife
Definition:
ReligionStrife.cs:2
ReligionStrife.IsValidArtifact
override bool IsValidArtifact(string id)
Definition:
ReligionStrife.cs:5
ReligionStrife.GetValidArtifacts
override string[] GetValidArtifacts()
Definition:
ReligionStrife.cs:10
ReligionStrife.IsFaithElement
override bool IsFaithElement(Element e)
Definition:
ReligionStrife.cs:15
Elin
ReligionStrife.cs
Generated by
1.9.6