Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 22nd, 2012  |  syntax: None  |  size: 0.33 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. albanian_fuel_refinery = {      
  2.         template = factory_template
  3.         input_goods = {
  4.                 albanians = 2.5                 #30     total input+maint = 40
  5.         }
  6.         output_goods = fuel
  7.         value = 2                       #50
  8. }
  9.  
  10. albanian_fuel_factory = {
  11.         limit = { water_wheel_power = 1 }
  12.         chance = {
  13.                 base = 50
  14.         }
  15.         effect = {
  16.                 activate_building = albanian_fuel_refinery
  17.         }
  18. }