From 3fa8e06f56acd1114df0209bf0dd1a104a96c6dd Mon Sep 17 00:00:00 2001 From: myk002 Date: Tue, 7 Sep 2021 17:15:00 -0700 Subject: [PATCH] don't produce iron weapons/armor if we have flux --- data/examples/orders/military.json | 84 ++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) diff --git a/data/examples/orders/military.json b/data/examples/orders/military.json index ccd991285..cd4706e2f 100644 --- a/data/examples/orders/military.json +++ b/data/examples/orders/military.json @@ -1721,6 +1721,12 @@ "material" : "COAL", "value" : 100 }, + { + "condition" : "LessThan", + "item_type" : "BOULDER", + "reaction_class" : "FLUX", + "value" : 20 + }, { "condition" : "AtMost", "item_type" : "BAR", @@ -1775,6 +1781,12 @@ "material" : "COAL", "value" : 100 }, + { + "condition" : "LessThan", + "item_type" : "BOULDER", + "reaction_class" : "FLUX", + "value" : 20 + }, { "condition" : "AtMost", "flags" : @@ -1817,6 +1829,12 @@ "material" : "COAL", "value" : 100 }, + { + "condition" : "LessThan", + "item_type" : "BOULDER", + "reaction_class" : "FLUX", + "value" : 20 + }, { "condition" : "AtMost", "flags" : @@ -1859,6 +1877,12 @@ "material" : "COAL", "value" : 100 }, + { + "condition" : "LessThan", + "item_type" : "BOULDER", + "reaction_class" : "FLUX", + "value" : 20 + }, { "condition" : "AtMost", "flags" : @@ -1901,6 +1925,12 @@ "material" : "COAL", "value" : 100 }, + { + "condition" : "LessThan", + "item_type" : "BOULDER", + "reaction_class" : "FLUX", + "value" : 20 + }, { "condition" : "AtMost", "flags" : @@ -1943,6 +1973,12 @@ "material" : "COAL", "value" : 100 }, + { + "condition" : "LessThan", + "item_type" : "BOULDER", + "reaction_class" : "FLUX", + "value" : 20 + }, { "condition" : "AtMost", "flags" : @@ -1995,6 +2031,12 @@ "material" : "COAL", "value" : 100 }, + { + "condition" : "LessThan", + "item_type" : "BOULDER", + "reaction_class" : "FLUX", + "value" : 20 + }, { "condition" : "AtMost", "flags" : @@ -2037,6 +2079,12 @@ "material" : "COAL", "value" : 100 }, + { + "condition" : "LessThan", + "item_type" : "BOULDER", + "reaction_class" : "FLUX", + "value" : 20 + }, { "condition" : "AtMost", "flags" : @@ -2089,6 +2137,12 @@ "material" : "COAL", "value" : 100 }, + { + "condition" : "LessThan", + "item_type" : "BOULDER", + "reaction_class" : "FLUX", + "value" : 20 + }, { "condition" : "AtMost", "flags" : @@ -2131,6 +2185,12 @@ "material" : "COAL", "value" : 100 }, + { + "condition" : "LessThan", + "item_type" : "BOULDER", + "reaction_class" : "FLUX", + "value" : 20 + }, { "condition" : "AtMost", "flags" : @@ -2173,6 +2233,12 @@ "material" : "COAL", "value" : 100 }, + { + "condition" : "LessThan", + "item_type" : "BOULDER", + "reaction_class" : "FLUX", + "value" : 20 + }, { "condition" : "AtMost", "flags" : @@ -2215,6 +2281,12 @@ "material" : "COAL", "value" : 100 }, + { + "condition" : "LessThan", + "item_type" : "BOULDER", + "reaction_class" : "FLUX", + "value" : 20 + }, { "condition" : "AtMost", "item_type" : "BAR", @@ -2269,6 +2341,12 @@ "material" : "COAL", "value" : 100 }, + { + "condition" : "LessThan", + "item_type" : "BOULDER", + "reaction_class" : "FLUX", + "value" : 20 + }, { "condition" : "AtMost", "flags" : @@ -2311,6 +2389,12 @@ "material" : "COAL", "value" : 100 }, + { + "condition" : "LessThan", + "item_type" : "BOULDER", + "reaction_class" : "FLUX", + "value" : 20 + }, { "condition" : "AtMost", "item_type" : "BAR",