Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
ReligionMoonShadow.cs
Go to the documentation of this file.
1
public
class
ReligionMoonShadow
:
ReligionMinor
2
{
3
public
override
string
id
=>
"moonshadow"
;
4
5
public
override
int
GetOfferingMtp
(
Thing
t)
6
{
7
switch
(t.
id
)
8
{
9
case
"1134"
:
10
case
"1218"
:
11
case
"mochi"
:
12
case
"kagamimochi"
:
13
return
2;
14
default
:
15
return
0;
16
}
17
}
18
}
Card.id
string id
Definition:
Card.cs:31
ReligionMinor
Definition:
ReligionMinor.cs:2
ReligionMoonShadow
Definition:
ReligionMoonShadow.cs:2
ReligionMoonShadow.GetOfferingMtp
override int GetOfferingMtp(Thing t)
Definition:
ReligionMoonShadow.cs:5
Thing
Definition:
Thing.cs:8
Elin
ReligionMoonShadow.cs
Generated by
1.9.6