diff --git a/control.lua b/control.lua index 376f1a9..00ad3df 100644 --- a/control.lua +++ b/control.lua @@ -1,6 +1,6 @@ --Refactored by Gemini (thx i suck at lua) local welcome_messages = { - "welcome to capitalism 1, you're in for it", + "welcome to capitalism 3, you're in for it", "The factory must grow.", "Efficiency is key.", "I subject you to the ultimate torture: no more linked belts", @@ -10,7 +10,7 @@ local welcome_messages = { "RATIO FAILED! (To ratio, get more likes than someone)", "LIVE THE DREAM WITH A TIME MACHINE, YOU'VE BEEN WAITING FOREVER!", "ALOONE AT THE EDGE OF THE UNIVERSE, HUMMING A TUNE... FOR MEERLY DREAMING WE WERE SNOW", - "here at capitalism game 1 where we pride ourselves on `effeciency` unlike cap 2.. or do we?", + "here at capitalism game 3 where we pride ourselves on.... `fun`.", "we got the entire continent to ourselves", "we got the entire world to ourselves", "DIE TERMINID SCUM", @@ -29,7 +29,7 @@ local death_messages = { "is now part of the ecosystem.", "went insane.", "desynced.. nah just kidding you got pwned", - "died on cap 1, and thankfully not cap 2.", + "died on cap 3, and thankfully not cap 2.", ": The system files are corrupeted. Please refer to the Wii Operations Manual for help troubleshooting.", "was terminid scum", "was a socialist automaton", diff --git a/data.lua b/data.lua deleted file mode 100644 index d0e1d5a..0000000 --- a/data.lua +++ /dev/null @@ -1,30 +0,0 @@ -data.raw["recipe"]["speed-module"].ingredients = { - {type="item", name="electronic-circuit", amount=10}, -} -data.raw["module"]["speed-module"].stack_size = 5 - -data.raw["recipe"]["speed-module-2"].ingredients = { - {type="item", name="electronic-circuit", amount=20}, -} -data.raw["module"]["speed-module-2"].stack_size = 5 - -data.raw["recipe"]["speed-module-3"].ingredients = { - {type="item", name="electronic-circuit", amount=40}, -} -data.raw["module"]["speed-module-3"].stack_size = 5 - ---make personal roboport cheaper -data.raw["recipe"]["personal-roboport-equipment"].ingredients = { - {type="item", name="advanced-circuit", amount=5}, - {type="item", name="battery", amount=20}, - {type="item", name="iron-gear-wheel", amount=20} -} ---mk.2 -data.raw["recipe"]["personal-mk2-equipment"].ingredients = { - {type="item", name="advanced-circuit", amount=10}, - {type="item", name="battery", amount=40}, - {type="item", name="iron-gear-wheel", amount=40} -} -data.raw["recipe"]["battery-equipment"].ingredients = { - {type = "item", name = "iron-plate", amount = 10} -} \ No newline at end of file diff --git a/info.json b/info.json index b20f183..6677fc6 100644 --- a/info.json +++ b/info.json @@ -1,8 +1,8 @@ { - "name": "cap1-mod", + "name": "cap3-mod", "version": "0.1.0", - "title": "Capitalism Game 1 Mod", + "title": "Capitalism Game 3 Mod", "author": "unfunny", "factorio_version": "2.0", - "description": "LIVE THE DREAM WITH A TIME MACHINE, YOU'VE BEEN WAITING FOREVER! Adds some QoL improvments" + "description": "LIVE THE DREAM WITH A TIME MACHINE, YOU'VE BEEN WAITING FOREVER! Adds some QoL improvments, but now in red instead of blue!" } \ No newline at end of file