Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitAgingShelf.cs
Go to the documentation of this file.
2{
3 public override Type type => Type.Food;
4
5 public override string idMsg => "agedFood";
6
7 public override string GetProductID(Card c)
8 {
9 return "cheese";
10 }
11
12 public override void OnProduce(Card c)
13 {
14 c.elements.SetTo(73, -10);
15 }
16}
Definition: Card.cs:11
ElementContainerCard elements
Definition: Card.cs:37
void SetTo(int id, int v)
override void OnProduce(Card c)
override string GetProductID(Card c)
override string idMsg
override Type type