/traderous

To get this branch, use:
bzr branch /bzr/traderous

« back to all changes in this revision

Viewing changes to good.lua

  • Committer: Josh C
  • Date: 2013-06-30 22:36:26 UTC
  • Revision ID: josh@9ix.org-20130630223626-pgya1z6raymhzj2v
5-7 planets, tweak some goods

Show diffs side-by-side

added added

removed removed

1
1
Good = {
2
2
   goods = {},
3
 
   maxMult = 5, -- max price multiplier if source & dest are at opposite ends of universe
 
3
   maxMult = 6, -- max price multiplier if source & dest are at opposite ends of universe
4
4
   potentialGoods = {
5
5
      {name = 'Bobble-Headed Dolls', base = 20,  chance = 0.5},
6
 
      {name = 'Alliance Foodstuffs', base = 50,  chance = 0.8},
 
6
      {name = 'Food',                base = 50,  chance = 0.8},
7
7
      {name = 'Medical Supplies',    base = 150, chance = 0.4},
8
8
      {name = 'Building Materials',  base = 100, chance = 0.4},
9
9
      {name = 'Scrap',               base = 25,  chance = 0.4}