-
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.
Pulling from master. Updates to transaction class
- Loading branch information
Showing
5 changed files
with
151 additions
and
95 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
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
Oops, something went wrong.