v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Editing User:Fleeting Frames/max-wave

Jump to navigation Jump to search

Warning: You are not logged in.
Your IP address will be recorded in this page's edit history.


The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 16: Line 16:
 
     max-wave wave_size (max_pop)
 
     max-wave wave_size (max_pop)
 
    
 
    
     repeat -time 1 -timeUnits months -command [ max-wave 10 200 ]
+
     repeat -time 1 -timeUnits months -command [ max-wave 10 80 ]
  
 
The first example is abstract and only sets the population cap once;
 
The first example is abstract and only sets the population cap once;
 
the second will update the population cap monthly, allowing a
 
the second will update the population cap monthly, allowing a
maximum of 10 immigrants per wave, up to a total population of 200.
+
maximum of 10 immigrants per wave, up to a total population of 80.
  
 
=end]]
 
=end]]
Line 37: Line 37:
 
--One would think the game would track this value somewhere...
 
--One would think the game would track this value somewhere...
 
for k,v in ipairs(df.global.world.units.active) do
 
for k,v in ipairs(df.global.world.units.active) do
   if dfhack.units.isCitizen(v) or  
+
   if dfhack.units.isCitizen(v) or (dfhack.units.isOwnCiv(v) and dfhack.units.isAlive(v) and (df.global.world.raws.creatures.all[v.race].caste[v.caste].flags.CAN_LEARN)) then
  (dfhack.units.isOwnCiv(v) and  
 
  dfhack.units.isAlive(v) and  
 
  df.global.world.raws.creatures.all[v.race].caste[v.caste].flags.CAN_LEARN and
 
  not (dfhack.units.isMerchant(v) or dfhack.units.isForest(v) or v.flags1.diplomat or v.flags2.visitor)
 
  )
 
    then
 
 
   current_pop = current_pop + 1
 
   current_pop = current_pop + 1
 
   end
 
   end

Please note that all contributions to Dwarf Fortress Wiki are considered to be released under the GFDL & MIT (see Dwarf Fortress Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel Editing help (opens in new window)

This page is a member of 1 hidden category: