Elin Decompiled Documentation
EA 23.190 Nightly
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Events
Files
File List
File Members
All
$
a
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
z
Functions
Variables
Enumerations
a
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
z
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Pages
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:33
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