Reformat to put cards at top.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@15994 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
3e41339689
commit
fbb4326c14
|
@ -99,21 +99,22 @@ class GuildDues:
|
||||||
|
|
||||||
# This lists all items that can be bought, extensions or new desks
|
# This lists all items that can be bought, extensions or new desks
|
||||||
Items = {
|
Items = {
|
||||||
'BBQ':200*30000,
|
|
||||||
'Stove':200*30000,
|
'Stove':200*30000,
|
||||||
'AlchemyLab':400*30000,
|
|
||||||
'Cauldron':200*30000,
|
'Cauldron':200*30000,
|
||||||
|
"TanningDesk":200*30000,
|
||||||
|
"ThaumaturgyRoom":200*30000,
|
||||||
|
"JewelersBench":400*30000,
|
||||||
|
"BowyerBench":200*25000,
|
||||||
|
"Forge":200*25000,
|
||||||
|
|
||||||
|
'BBQ':200*30000,
|
||||||
|
'AlchemyLab':400*30000,
|
||||||
"CrystalRoom":100,
|
"CrystalRoom":100,
|
||||||
"Tannery":200*30000,
|
"Tannery":200*30000,
|
||||||
"ThaumaturgyRoom":200*30000,
|
|
||||||
"JewelersRoom":400*30000,
|
"JewelersRoom":400*30000,
|
||||||
"ThaumaturgyDesk":200*30000,
|
"ThaumaturgyDesk":200*30000,
|
||||||
"TanningDesk":200*30000,
|
|
||||||
"JewelersBench":400*30000,
|
|
||||||
"Bowyer":200*30000,
|
"Bowyer":200*30000,
|
||||||
"BowyerBench":200*25000,
|
"Smithy":200*30000}
|
||||||
"Smithy":200*30000,
|
|
||||||
"Forge":200*25000}
|
|
||||||
|
|
||||||
# This is the list of cards to buy new desks
|
# This is the list of cards to buy new desks
|
||||||
Cards = ["Stove", "Cauldron", "TanningDesk", "ThaumaturgyDesk", "JewelersBench", "BowyerBench", "Forge"]
|
Cards = ["Stove", "Cauldron", "TanningDesk", "ThaumaturgyDesk", "JewelersBench", "BowyerBench", "Forge"]
|
||||||
|
|
Loading…
Reference in New Issue