User:LeftyRighty

From Salem Wiki
Jump to: navigation, search

just going to dump this here... no reason... nope...


cereal on cabbage bar = barley

cereal on pumpkin bar = rye

cabbage on cotton bar = green cabbage

cabbage on pumpkin bar = white cabbage

cotton on cereal bar = egyptian cotton

cotton on cabbage bar = indian cotton

pumpkin on cereal bar = small sugar line

pumpkin on cotton bar = sugar treat line


Currently, each cycle depletes 5% (unmodified) of the elements that the crop consumes, and fills 5% (modified by the influence boost) of the meter that the crop adds to. The harvest yields tier 1 output when the sum of the two meters it consumes is 0%-50% (of one meter), a mix of tier 1 and one of the 2nd tiers when the sum is 50%-100%, a mix of the 2nd tiers when the sum is 100%-150% and a mix of one of the 2nd tiers and tier 3 when the sum is 150%-200%. I'm open to changes on that, though.


(Red) Cabbage: 2,3 -> 0

(Green) Ear of Cereals: 3,0 -> 1

(Blue) Cotton: 0,1 -> 2

{Red} Pumpkin: 1,2 -> 3



((bar 0 + bar 3) < 50) oatmeal

(bar 0 > bar 3) && ((bar 0 + bar 3) > 50) && ((bar 0 + bar 3) < 100) barley / oatmeal

((bar 0 + bar 3) > 100) && ((bar 0 + bar 3) < 150) barley / rye

(bar 0 > bar 3) && ((bar 0 + bar 3) > 150) && ((bar 0 + bar 3) < 200) barley / wheat

(bar 0 < bar 3) && ((bar 0 + bar 3) > 50) && ((bar 0 + bar 3) < 100) rye / oatmeal

(bar 0 < bar 3) && ((bar 0 + bar 3) > 150) && ((bar 0 + bar 3) < 200) rye / wheat