Elin Decompiled Documentation EA 23.130 Nightly
Loading...
Searching...
No Matches
TraitAlchemyBench.cs
Go to the documentation of this file.
2{
3 public override int WitchDoubleCraftChance(Thing t)
4 {
5 return 100;
6 }
7
8 public override bool Contains(RecipeSource r)
9 {
10 return r.idFactory == "tool_alchemy";
11 }
12}
Definition: Thing.cs:8
override bool Contains(RecipeSource r)
override int WitchDoubleCraftChance(Thing t)