]> granicus.if.org Git - xconq/blobdiff - lib/conquest.g
commits for 7.5.0 pre-release tarball
[xconq] / lib / conquest.g
diff --git a/lib/conquest.g b/lib/conquest.g
new file mode 100644 (file)
index 0000000..9e38cab
--- /dev/null
@@ -0,0 +1,127 @@
+(game-module "conquest"\r
+  (title "SFB Conquest")\r
+  (version "1.0")\r
+\r
+\r
+\r
+  (blurb "Territorial control.")\r
+  (base-module "battles")\r
+\r
+  (variants\r
+     (sequential true)\r
+     (world-seen true)\r
+     (see-all false)\r
+\r
+("Khan Map" khan-map\r
+           "Play on the map for The Wrath of Khan." false\r
+           (true\r
+                (include "t-khan")\r
+\r
+               )\r
+           (false\r
+                 (include "t-battles")\r
+               )\r
+        )\r
+\r
+;; KHAN MAP\r
+\r
+("New Ships" builders\r
+           "Research Stations are equipped with construction bays to create new starships." false\r
+           (true\r
+                (add constructbay start-with 1)\r
+\r
+               )\r
+           (false\r
+               )\r
+        )\r
+\r
+;; BUILDERS\r
+\r
+("Fast Construction" extra\r
+           "Construction bays produce at double the rate." false\r
+           (true\r
+               (table base-production\r
+                       (damagecontrol repair 5)\r
+                       (damdamagecontrol repair 3)\r
+                       (kodamagecontrol repair 2)\r
+\r
+               ;;      (ship-types si 5)\r
+\r
+                       (fedcpc online 0)\r
+\r
+                       (oberth online 2)\r
+\r
+                       (constructbay construction 20)\r
+               )\r
+\r
+\r
+               )\r
+           (false\r
+               )\r
+        )\r
+\r
+;; EXTRA\r
+\r
+("Facility and Colonizer Test" faccol\r
+           "True: Fac-only.  False: fac and col for hulls" true\r
+           (true\r
+               (add all-systems-types facility true)\r
+               (set ai-badtask-max-retries 5)\r
+               (set ai-badtask-remove-chance 100)\r
+               (add constructbay minimal-sea-for-docks 0)\r
+\r
+\r
+               )\r
+           (false\r
+               (add all-systems-types facility true)\r
+               (add hull-types colonizer true)\r
+\r
+               )\r
+        )\r
+\r
+;; FACCOL\r
+\r
+\r
+)\r
+)\r
+\r
+(set sides-min 2)\r
+(set sides-max 4)\r
+\r
+(side 1 fed \r
+  (name "The Federation") (noun "Human") (adjective "Federation") (class "federation")\r
+  (emblem-name "spec-blank")\r
+)\r
+\r
+(side 2 emp \r
+  (name "The Terran Empire") (noun "Barbarian") (adjective "Imperial") (class "empire")\r
+  (emblem-name "spec-blank")\r
+)\r
+\r
+(side 3 tra \r
+  (name "The Traitors") (noun "Traitor") (adjective "Mutinous") (class "traitor")\r
+  (emblem-name "spec-blank")\r
+)\r
+\r
+(side 4 kha \r
+  (name "Khan") (noun "Eugenicist") (adjective "Eugenic") (class "khan")\r
+  (emblem-name "spec-blank")\r
+)\r
+\r
+(table independent-density\r
+  (victorypoint (deepspace nebula) (150 150))\r
+)\r
+\r
+;;  (add u* start-with 0)\r
+  (add victorypoint start-with 1)\r
+  (set country-separation-min 20)\r
+\r
+;; (scorekeeper \r
+;;   (title "Test Baby")\r
+;;   (when (after-turn 5))\r
+;;   (do (if (>= (sum-uprop victorypoint point-value) 15) win))\r
+;; )\r
+\r
+;; (set scorefile-name "Test Baby")\r
+\r
+\r