Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
ReligionMoonShadow.cs
Go to the documentation of this file.
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}
string id
Definition: Card.cs:31
override int GetOfferingMtp(Thing t)
Definition: Thing.cs:8