-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editing Game Values, made new Items, changed price increase algorithm,
Extended the combobox in TransactionUI
- Loading branch information
Gavin Li
committed
Apr 11, 2015
1 parent
7c38b1d
commit 7963dec
Showing
3 changed files
with
49 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,30 @@ | ||
merchant 1 | ||
water 3 | ||
armor 5 | ||
food 10 | ||
Water 2 | ||
Candy 5 | ||
Apple 7 | ||
Bread 3 | ||
Cake 14 | ||
Jerky 9 | ||
merchant 2 | ||
wood 3 | ||
tarp 6 | ||
PigIron 19 | ||
HighQualityIron 25 | ||
Steel 29 | ||
WoodPlanks 10 | ||
HighQualityWood 18 | ||
FairyTreeWood 40 | ||
WornSword 23 | ||
IronSword 29 | ||
SteelSword 38 | ||
FairySteelSword 95 | ||
BlessedIronDaggerofPig 50000 | ||
merchant 3 | ||
glass 3 | ||
tape 13 | ||
rope 5 | ||
LooseGems 60 | ||
FineCutDiamond 70 | ||
SilverBracelets 85 | ||
SilverNecklace 93 | ||
SilverEmeraldRing 100 | ||
GoldBracelets 84 | ||
GoldNecklace 103 | ||
GoldSapphireRing 133 | ||
GoldDiamondCrown 210 | ||
ExpensiveJewlery? 500 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters