Guest User

Untitled

a guest
Apr 4th, 2017
1,279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.51 KB | None | 0 0
  1. backPack = 1
  2. satchel = 2
  3. axeSmall = 3
  4. shieldMedium = 4
  5. potion = 5
  6. appleGreen = 6
  7. hatchet = 7
  8. knifeCarving = 8
  9. log = 9
  10. bodyLeg = 10
  11. bodyArm = 11
  12. bodyHead = 12
  13. bodyTorso = 13
  14. bodyHand = 14
  15. bodyFoot = 15
  16. bodyBody = 16
  17. bodyFace = 17
  18. bodyEye = 18
  19. bodyLegs = 19
  20. pickAxe = 20
  21. swordLong = 21
  22. plank = 22
  23. shaft = 23
  24. saw = 24
  25. shovel = 25
  26. dirtPile = 26
  27. rake = 27
  28. barley = 28
  29. wheat = 29
  30. rye = 30
  31. oat = 31
  32. corn = 32
  33. pumpkin = 33
  34. pumpkinSeed = 34
  35. potato = 35
  36. kindling = 36
  37. campfire = 37
  38. ironOre = 38
  39. goldOre = 39
  40. silverOre = 40
  41. leadOre = 41
  42. zincOre = 42
  43. copperOre = 43
  44. goldBar = 44
  45. silverBar = 45
  46. ironBar = 46
  47. copperBar = 47
  48. zincBar = 48
  49. leadBar = 49
  50. coinCopper = 50
  51. coinIron = 51
  52. coinSilver = 52
  53. coinGold = 53
  54. coinCopperFive = 54
  55. coinIronFive = 55
  56. coinSilverFive = 56
  57. coinGoldFive = 57
  58. coinCopperTwenty = 58
  59. coinIronTwenty = 59
  60. coinSilverTwenty = 60
  61. coinGoldTwenty = 61
  62. hammerMetal = 62
  63. hammerWood = 63
  64. anvilSmall = 64
  65. cheeseDrill = 65
  66. cheeseCow = 66
  67. cheeseGoat = 67
  68. cheeseFeta = 68
  69. cheeseBuffalo = 69
  70. honey = 70
  71. animalHide = 71
  72. leather = 72
  73. lye = 73
  74. charcoalPile = 74
  75. fryingPan = 75
  76. jarPottery = 76
  77. bowlPottery = 77
  78. flaskPottery = 78
  79. skinWater = 79
  80. swordShort = 80
  81. swordTwoHander = 81
  82. shieldSmallWood = 82
  83. shieldSmallMetal = 83
  84. shieldMediumWood = 84
  85. shieldLargeWood = 85
  86. shieldLargeMetal = 86
  87. axeHuge = 87
  88. axeHeadHuge = 88
  89. axeHeadSmall = 89
  90. axeMedium = 90
  91. axeHeadMedium = 91
  92. meat = 92
  93. knifeButchering = 93
  94. fishingRodIronHook = 94
  95. fishingHookIron = 95
  96. fishingHookWood = 96
  97. stoneChisel = 97
  98. scabbardLeather = 98
  99. woodenHandleSword = 99
  100. leatherStrip = 100
  101. woodenLeatherHandleSword = 101
  102. beltLeather = 102
  103. leatherGlove = 103
  104. leatherJacket = 104
  105. leatherBoot = 105
  106. leatherSleeve = 106
  107. leatherCap = 107
  108. leatherHose = 108
  109. clothGlove = 109
  110. clothShirt = 110
  111. clothSleeve = 111
  112. clothJacket = 112
  113. clothHose = 113
  114. clothShoes = 114
  115. studdedLeatherSleeve = 115
  116. studdedLeatherBoot = 116
  117. studdedLeatherCap = 117
  118. studdedLeatherHose = 118
  119. studdedLeatherGlove = 119
  120. studdedLeatherJacket = 120
  121. shovelBladeMetal = 121
  122. shovelBladeWood = 122
  123. pickBladeIron = 123
  124. rakeBlade = 124
  125. knifeBladeButchering = 125
  126. knifeBladeCarving = 126
  127. hammerHeadMetal = 127
  128. water = 128
  129. cookedMeat = 129
  130. clay = 130
  131. metalRivet = 131
  132. stoneBrick = 132
  133. candle = 133
  134. nutHazel = 134
  135. lantern = 135
  136. oilLamp = 136
  137. lampOil = 137
  138. torch = 138
  139. spindle = 139
  140. tallow = 140
  141. ash = 141
  142. milk_cow = 142
  143. flintSteel = 143
  144. cotton = 144
  145. cottonSeed = 145
  146. rock = 146
  147. swordBladeShort = 147
  148. swordBladeLong = 148
  149. swordBladeTwoHanded = 149
  150. fishingHookIronAndString = 150
  151. fishingHookWoodAndString = 151
  152. fishingRodWoodenHook = 152
  153. tar = 153
  154. chiselBlade = 154
  155. breadWheat = 155
  156. hammerHeadWood = 156
  157. deadPike = 157
  158. deadBass = 158
  159. deadHerring = 159
  160. deadCatFish = 160
  161. deadSnook = 161
  162. deadRoach = 162
  163. deadPerch = 163
  164. deadCarp = 164
  165. deadTrout = 165
  166. writOfOwnership = 166
  167. doorLock = 167
  168. key = 168
  169. scrapwood = 169
  170. scrapIron = 170
  171. rags = 171
  172. leatherPieces = 172
  173. pigFood = 173
  174. wandTeleport = 174
  175. present = 175
  176. wandDeity = 176
  177. itemPile = 177
  178. stoneOven = 178
  179. unfinishedItem = 179
  180. forge = 180
  181. jarClay = 181
  182. bowlClay = 182
  183. flaskClay = 183
  184. chestLarge = 184
  185. anvilLarge = 185
  186. cartSmall = 186
  187. wheelSmall = 187
  188. ironBand = 188
  189. barrelSmall = 189
  190. barrelLarge = 190
  191. wheelAxleSmall = 191
  192. chestSmall = 192
  193. padLockSmall = 193
  194. padLockLarge = 194
  195. scrapCopper = 195
  196. scrapGold = 196
  197. scrapSilver = 197
  198. scrapZinc = 198
  199. scrapLead = 199
  200. dough = 200
  201. flour = 201
  202. grindstone = 202
  203. bread = 203
  204. charcoal = 204
  205. steelBar = 205
  206. scrapSteel = 206
  207. tinOre = 207
  208. signPointing = 208
  209. signLarge = 209
  210. signSmall = 210
  211. deedVillageTen = 211
  212. cottonBale = 212
  213. clothYard = 213
  214. clothString = 214
  215. needleIron = 215
  216. needleCopper = 216
  217. nailsIronLarge = 217
  218. nailsIronSmall = 218
  219. pliers = 219
  220. tinBar = 220
  221. brassBar = 221
  222. scrapTin = 222
  223. bronzeBar = 223
  224. scrapBronze = 224
  225. scrapBrass = 225
  226. loom = 226
  227. statuette = 227
  228. candelabra = 228
  229. chain = 229
  230. necklace = 230
  231. armring = 231
  232. ball = 232
  233. pendulum = 233
  234. deedHomesteadFive = 234
  235. villageToken = 236
  236. deedVillageFive = 237
  237. deedVillageFifteen = 238
  238. deedVillageTwenty = 239
  239. deedVillageFifty = 242
  240. deedVillageHundred = 244
  241. deedVillageTwoHundred = 245
  242. mushroomGreen = 246
  243. mushroomBlack = 247
  244. mushroomBrown = 248
  245. mushroomYellow = 249
  246. mushroomBlue = 250
  247. mushroomRed = 251
  248. gateLock = 252
  249. deedHomesteadTen = 253
  250. deedHomesteadTwenty = 254
  251. spoon = 257
  252. knifeFood = 258
  253. fork = 259
  254. tableRound = 260
  255. stoolRound = 261
  256. tableSquareSmall = 262
  257. chair = 263
  258. tableSquareLarge = 264
  259. armChair = 265
  260. sprout = 266
  261. sickle = 267
  262. scythe = 268
  263. sickleBlade = 269
  264. scytheBlade = 270
  265. yoyo = 271
  266. corpse = 272
  267. gloveSteel = 273
  268. chainBoot = 274
  269. chainHose = 275
  270. chainJacket = 276
  271. chainSleeve = 277
  272. chainGlove = 278
  273. chainCoif = 279
  274. plateBoot = 280
  275. plateHose = 281
  276. plateJacket = 282
  277. plateSleeve = 283
  278. plateGauntlet = 284
  279. helmetBasinet = 285
  280. helmetGreat = 286
  281. helmetOpen = 287
  282. armourChains = 288
  283. raftSmall = 289
  284. maulLarge = 290
  285. maulSmall = 291
  286. maulMedium = 292
  287. maulHeadLarge = 293
  288. maulHeadSmall = 294
  289. maulHeadMedium = 295
  290. whetStone = 296
  291. ring = 297
  292. sand = 298
  293. traderContract = 299
  294. merchantContract = 300
  295. cornucopia = 301
  296. fur = 302
  297. tooth = 303
  298. horn = 304
  299. paw = 305
  300. hoof = 306
  301. tail = 307
  302. eye = 308
  303. bladder = 309
  304. gland = 310
  305. hornTwisted = 311
  306. hornLong = 312
  307. pelt = 313
  308. clubHuge = 314
  309. wandGM = 315
  310. wemp = 316
  311. wempSeed = 317
  312. wempFibre = 318
  313. rope = 319
  314. ropeTool = 320
  315. practiceDoll = 321
  316. altarWood = 322
  317. altarStone = 323
  318. altarGold = 324
  319. altarSilver = 325
  320. metalBowl = 326
  321. altarHoly = 327
  322. altarUnholy = 328
  323. rodBeguiling = 329
  324. crownMight = 330
  325. charmOfFo = 331
  326. vynorasEye = 332
  327. vynorasEar = 333
  328. vynorasMouth = 334
  329. fingerOfFo = 335
  330. swordOfMagranon = 336
  331. hammerOfMagranon = 337
  332. libilasScale = 338
  333. orbOfDoom = 339
  334. sceptreOfAscension = 340
  335. keyCopy = 341
  336. keyMold = 342
  337. keyForm = 343
  338. tempmarker = 344
  339. stew = 345
  340. casserole = 346
  341. steak = 347
  342. gulasch = 348
  343. salt = 349
  344. saucePan = 350
  345. cauldron = 351
  346. soup = 352
  347. lovage = 353
  348. sage = 354
  349. onion = 355
  350. garlic = 356
  351. oregano = 357
  352. parsley = 358
  353. basil = 359
  354. thyme = 360
  355. belladonna = 361
  356. strawberries = 362
  357. rosemary = 363
  358. blueberry = 364
  359. nettles = 365
  360. sassafras = 366
  361. lingonberry = 367
  362. filetMeat = 368
  363. filetFish = 369
  364. diamondCrazy = 370
  365. drakeHide = 371
  366. dragonScale = 372
  367. porridge = 373
  368. emerald = 374
  369. emeraldStar = 375
  370. ruby = 376
  371. rubyStar = 377
  372. opal = 378
  373. opalBlack = 379
  374. diamond = 380
  375. diamondStar = 381
  376. sapphire = 382
  377. sapphireStar = 383
  378. guardTower = 384
  379. logHuge = 385
  380. unfinishedSimpleItem = 386
  381. illusionaryItem = 387
  382. file = 388
  383. fileBlade = 389
  384. awl = 390
  385. awlBlade = 391
  386. leatherKnife = 392
  387. leatherKnifeBlade = 393
  388. scissors = 394
  389. scissorBlade = 395
  390. clayShaper = 396
  391. spatula = 397
  392. statueNymph = 398
  393. statueDemon = 399
  394. statueDog = 400
  395. statueTroll = 401
  396. statueBoy = 402
  397. statueGirl = 403
  398. stoneBench = 404
  399. stoneFountainDrink = 405
  400. stoneSlab = 406
  401. stoneCoffin = 407
  402. stoneFountain = 408
  403. cherries = 409
  404. lemon = 410
  405. grapesBlue = 411
  406. olive = 412
  407. fruitpress = 413
  408. grapesGreen = 414
  409. syrupMaple = 415
  410. sapMaple = 416
  411. fruitJuice = 417
  412. oliveOil = 418
  413. wineRed = 419
  414. wineWhite = 420
  415. bucketSmall = 421
  416. leavesCamellia = 422
  417. leavesOleander = 423
  418. flowerLavender = 424
  419. teaGreen = 425
  420. flowerRose = 426
  421. lemonade = 427
  422. jam = 428
  423. joists = 429
  424. guardTowerHots = 430
  425. dyeBlack = 431
  426. dyeWhite = 432
  427. dyeRed = 433
  428. dyeBlue = 434
  429. dyeGreen = 435
  430. acorn = 436
  431. tannin = 437
  432. dye = 438
  433. cochineal = 439
  434. woad = 440
  435. metalBrush = 441
  436. julbord = 442
  437. bagKeeping = 443
  438. metalWires = 444
  439. catapult = 445
  440. flint = 446
  441. bowShort = 447
  442. bowMedium = 448
  443. bowLong = 449
  444. bowComposite = 450
  445. arrowHeadHunter = 451
  446. arrowHeadWar = 452
  447. arrowHead = 453
  448. arrowShaft = 454
  449. arrowHunting = 455
  450. arrowWar = 456
  451. bowString = 457
  452. archeryTarget = 458
  453. bowShortNoString = 459
  454. bowMediumNoString = 460
  455. bowLongNoString = 461
  456. quiver = 462
  457. lockpick = 463
  458. eggSmall = 464
  459. eggLarge = 465
  460. eggEaster = 466
  461. peat = 467
  462. dragonLeatherSleeve = 468
  463. dragonLeatherBoot = 469
  464. dragonLeatherCap = 470
  465. dragonLeatherHose = 471
  466. dragonLeatherGlove = 472
  467. dragonLeatherJacket = 473
  468. dragonScaleBoot = 474
  469. dragonScaleHose = 475
  470. dragonScaleJacket = 476
  471. dragonScaleSleeve = 477
  472. dragonScaleGauntlet = 478
  473. moss = 479
  474. compass = 480
  475. woundCover = 481
  476. bedHeadboard = 482
  477. bedFrame = 483
  478. bedStandard = 484
  479. bedFootboard = 485
  480. sheet = 486
  481. flag = 487
  482. sandwich = 488
  483. spyglass = 489
  484. boatRowing = 490
  485. boatSailing = 491
  486. mortar = 492
  487. trowel = 493
  488. trowelBlade = 494
  489. floorBoards = 495
  490. streetLamp = 496
  491. lampHead = 497
  492. flower1 = 498
  493. flower2 = 499
  494. flower3 = 500
  495. flower4 = 501
  496. flower5 = 502
  497. flower6 = 503
  498. flower7 = 504
  499. statuetteFo = 505
  500. statuetteLibila = 506
  501. statuetteMagranon = 507
  502. statuetteVynora = 508
  503. resurrectionStone = 509
  504. mailboxWood = 510
  505. mailboxStone = 511
  506. mailboxWoodTwo = 512
  507. mailboxStoneTwo = 513
  508. whipOne = 514
  509. steelCrown = 515
  510. toolbelt = 516
  511. metalHooks = 517
  512. colossus = 518
  513. colossusPart = 519
  514. firemarker = 520
  515. creatureSpawn = 521
  516. pumpkinHalloween = 522
  517. axeHeadHatchet = 523
  518. teleportationTwig = 524
  519. teleportationStone = 525
  520. wandNature = 526
  521. farwalkerAmulet = 527
  522. guardTowerMol = 528
  523. sceptreRoyalJenn = 529
  524. crownRoyalJenn = 530
  525. robesRoyalJenn = 531
  526. sceptreRoyalMolr = 532
  527. crownRoyalMolr = 533
  528. robesRoyalMolr = 534
  529. sceptreRoyalHots = 535
  530. crownRoyalHots = 536
  531. robesRoyalHots = 537
  532. stoneOfTheSword = 538
  533. cartLarge = 539
  534. cog = 540
  535. corbita = 541
  536. knarr = 542
  537. caravel = 543
  538. rudder = 544
  539. seat = 545
  540. hullPlank = 546
  541. anchor = 547
  542. steeringWheel = 548
  543. tackleSmall = 549
  544. tackleLarge = 550
  545. tenon = 551
  546. mastTall = 552
  547. stern = 553
  548. sailTriangular = 554
  549. sailSquare = 555
  550. oar = 556
  551. ropeThick = 557
  552. ropeMooring = 558
  553. ropeThin = 559
  554. keelPart = 560
  555. pegWood = 561
  556. keel = 562
  557. rigTriangular = 563
  558. rigSquare = 564
  559. ropeAnchor = 565
  560. deckBoard = 566
  561. belayingPin = 567
  562. boatLock = 568
  563. deadMarlin = 569
  564. deadSharkBlue = 570
  565. deadSharkWhite = 571
  566. deadOctopus = 572
  567. deadSailFish = 573
  568. deadDorado = 574
  569. deadTuna = 575
  570. barrelHuge = 576
  571. banner = 577
  572. bannerKingdom = 578
  573. flagKingdom = 579
  574. marketStall = 580
  575. dredge = 581
  576. dredgeLip = 582
  577. crowsNest = 583
  578. rigSpinnaker = 584
  579. rigSquareLarge = 585
  580. rigSquareYard = 586
  581. rigSquareTall = 587
  582. mastSmall = 588
  583. mastMedium = 589
  584. mastLarge = 590
  585. sailSquareSmall = 591
  586. mineDoorPlanks = 592
  587. mineDoorStone = 593
  588. mineDoorGold = 594
  589. mineDoorSilver = 595
  590. mineDoorSteel = 596
  591. sheetSteel = 597
  592. sheetSilver = 598
  593. sheetGold = 599
  594. summerHat = 600
  595. shakerOrb = 601
  596. wandSculpting = 602
  597. portalStone = 603
  598. portalRing = 604
  599. portalHots = 605
  600. portalMolrehan = 606
  601. portalJenn = 607
  602. stoneWell = 608
  603. springSteel = 609
  604. trapSticks = 610
  605. trapPole = 611
  606. trapCorrosion = 612
  607. trapAxe = 613
  608. trapKnife = 614
  609. trapNet = 615
  610. trapScythe = 616
  611. trapMan = 617
  612. trapBow = 618
  613. trapRope = 619
  614. mixedGrass = 620
  615. saddle = 621
  616. saddleLarge = 622
  617. horseShoe = 623
  618. bridle = 624
  619. girth = 625
  620. stirrups = 626
  621. bit = 627
  622. reins = 628
  623. saddleSeat = 629
  624. saddleSeatLarge = 630
  625. headstall = 631
  626. yoke = 632
  627. wandTile = 633
  628. dishwater = 634
  629. stoneFountain2 = 635
  630. heart = 636
  631. portalFreedom = 637
  632. guardTowerFreedom = 638
  633. meditationRugOne = 639
  634. puppetFo = 640
  635. puppetMagranon = 641
  636. puppetVynora = 642
  637. puppetLibila = 643
  638. meditationRugTwo = 644
  639. meditationRugThree = 645
  640. meditationRugFour = 646
  641. groomingBrush = 647
  642. portalShard = 648
  643. lightToken = 649
  644. farmersSalve = 650
  645. giftBox = 651
  646. christmasTree = 652
  647. flaskGlass = 653
  648. potionTransmutation = 654
  649. snowman = 655
  650. signShop = 656
  651. streetLampTorch = 657
  652. streetLampHanging = 658
  653. streetLampImperial = 659
  654. torchMetal = 660
  655. hopper = 661
  656. bulkContainer = 662
  657. settlementDeed = 663
  658. chestNoDecayLarge = 664
  659. chestNoDecaySmall = 665
  660. sleepPowder = 666
  661. tuningFork = 667
  662. rodTransmutation = 668
  663. bulkItem = 669
  664. trashBin = 670
  665. settlementMarker = 671
  666. quickDecayItem = 672
  667. perimeterMarker = 673
  668. lampHeadHanging = 674
  669. lampHeadImperial = 675
  670. missionRuler = 676
  671. signGM = 677
  672. stoneFo = 678
  673. buildMarker = 679
  674. stoneLib = 680
  675. fenceBars = 681
  676. declarationIndependence = 682
  677. valreiItem = 683
  678. lowQlIron = 684
  679. crudeKnife = 685
  680. pickBladeStone = 686
  681. crudePickAxe = 687
  682. branch = 688
  683. crudeShovelBlade = 689
  684. crudeShovel = 690
  685. crudeShaft = 691
  686. adamantineBoulder = 692
  687. adamantineOre = 693
  688. adamantineBar = 694
  689. scrapAdamantine = 695
  690. glimmerSteelBoulder = 696
  691. glimmerSteelOre = 697
  692. glimmerSteelBar = 698
  693. scrapGlimmerSteel = 699
  694. fireworks = 700
  695. brandingIron = 701
  696. leatherBarding = 702
  697. chainBarding = 703
  698. clothBarding = 704
  699. spearLong = 705
  700. halberd = 706
  701. spearSteel = 707
  702. headHalberd = 708
  703. spearTip = 709
  704. staffSteel = 710
  705. staffWood = 711
  706. shrine = 712
  707. pylon = 713
  708. obelisk = 714
  709. temple = 715
  710. spiritGate = 716
  711. pillar = 717
  712. bellHuge = 718
  713. bellSmall = 719
  714. resonatorSmall = 720
  715. resonatorLarge = 721
  716. bellTower = 722
  717. bellCot = 723
  718. weaponsRack = 724
  719. weaponsRackPolearms = 725
  720. duelRing = 726
  721. duelRingSide = 727
  722. duelRingCorner = 728
  723. cake = 729
  724. cakeSlice = 730
  725. treeStump = 731
  726. portalEpic = 732
  727. portalEpicHuge = 733
  728. clapperSmall = 734
  729. clapperLarge = 735
  730. pillarDecoration = 736
  731. valreiQuestItem = 737
  732. gardenGnome = 738
  733. pillarHota = 739
  734. medallionHota = 740
  735. speedShrineHota = 741
  736. statueHota = 742
  737. reed = 743
  738. reedSeed = 744
  739. reedFibre = 745
  740. rice = 746
  741. papyrusPress = 747
  742. papyrusSheet = 748
  743. reedPen = 749
  744. strawberrySeed = 750
  745. rulerRecharger = 751
  746. inkSac = 752
  747. ink = 753
  748. riceCooked = 754
  749. kelp = 755
  750. thatch = 756
  751. oilBarrel = 757
  752. weaponsRackBows = 758
  753. armourStand = 759
  754. outPost = 760
  755. battleCamp = 761
  756. fortification = 762
  757. source = 763
  758. sourceSalt = 764
  759. sourceCrystal = 765
  760. sourceFountain = 766
  761. sourceSpring = 767
  762. wineBarrelSmall = 768
  763. brickClay = 769
  764. slateShard = 770
  765. slateSlab = 771
  766. sheetCopper = 772
  767. sheetIron = 773
  768. thatchingTool = 774
  769. stairsWoodenSimple = 775
  770. brickPottery = 776
  771. shingleClay = 777
  772. shinglePottery = 778
  773. clothHood = 779
  774. fishingRodUnstrung = 780
  775. handMirror = 781
  776. concrete = 782
  777. shingleSlate = 784
  778. marbleShard = 785
  779. marbleBrick = 786
  780. marbleSlab = 787
  781. smeltingPot = 788
  782. claySmeltingPot = 789
  783. shingleWood = 790
  784. santaHat = 791
  785. sacrificialKnife = 792
  786. sacrificialKnifeBlade = 793
  787. keyHeavens = 794
  788. bloodAngels = 795
  789. smokeSol = 796
  790. slimeUttacha = 797
  791. tomeMagicRed = 798
  792. scrollBinding = 799
  793. cherryWhite = 800
  794. cherryRed = 801
  795. cherryGreen = 802
  796. giantWalnut = 803
  797. tomeEruption = 804
  798. wandOfTheSeas = 805
  799. libramNight = 806
  800. tomeMagicGreen = 807
  801. tomeMagicBlack = 808
  802. tomeMagicBlue = 809
  803. tomeMagicWhite = 810
  804. statueHorse = 811
  805. flowerpotClay = 812
  806. flowerpotPottery = 813
  807. flowerpotYellow = 814
  808. flowerpotBlue = 815
  809. flowerpotPurple = 816
  810. flowerpotWhite = 817
  811. flowerpotOrange = 818
  812. flowerpotGreenish = 819
  813. flowerpotWhiteDotted = 820
  814. gravestone = 821
  815. gravestoneBuried = 822
  816. equipmentSlot = 823
  817. inventoryGroup = 824
  818. staffSapphire = 825
  819. staffRuby = 826
  820. staffDiamond = 827
  821. staffOpal = 828
  822. staffEmerald = 829
  823. tempArrow = 830
  824. tabard = 831
  825. walnut = 832
  826. chestnut = 833
  827. potionIllusion = 834
  828. villageBoard = 835
  829. potionAffinity = 836
  830. seryllBar = 837
  831. copperBrazierStand = 838
  832. copperBrazierBowl = 839
  833. goldLargeBrazierBowl = 840
  834. copperBrazier = 841
  835. marbleBrazierPillar = 842
  836. nameChangeCert = 843
  837. snowLantern = 844
  838. waterMarker = 845
  839. blackBearRug = 846
  840. brownBearRug = 847
  841. mountainLionRug = 848
  842. blackWolfRug = 849
  843. wagon = 850
  844. crateSmall = 851
  845. crateLarge = 852
  846. shipCarrier = 853
  847. tutorialObject = 854
  848. tutorialPortal = 855
  849. ricePorridge = 856
  850. risotto = 857
  851. wineRice = 858
  852. largeChainLinkIron = 859
  853. woodBeam = 860
  854. tent = 861
  855. deedStake = 862
  856. tentExploration = 863
  857. tentMilitary = 864
  858. pavilion = 865
  859. blood = 866
  860. boneCollar = 867
  861. skull = 868
  862. colossusOfVynora = 869
  863. colossusOfMagranon = 870
  864. potionWeaponSmithing = 871
  865. potionRopemaking = 872
  866. potionWaterwalking = 873
  867. potionMining = 874
  868. potionTailoring = 875
  869. potionArmourSmithing = 876
  870. potionFletching = 877
  871. potionBlacksmithing = 878
  872. potionLeatherworking = 879
  873. potionShipbuilding = 880
  874. potionStonecutting = 881
  875. potionMasonry = 882
  876. potionWoodcutting = 883
  877. potionCarpentry = 884
  878. woodenBedsideTable = 885
  879. potionAcidDamage = 886
  880. potionFireDamage = 887
  881. potionFrostDamage = 888
  882. openFireplace = 889
  883. canopyBed = 890
  884. woodenBench = 891
  885. wardrobe = 892
  886. woodenCoffer = 893
  887. royalThrone = 894
  888. washingBowl = 895
  889. tripodTableSmall = 896
  890. brassBand = 897
  891. turtleShell = 898
  892. turtleShield = 899
  893. crabMeat = 900
  894. rangePole = 901
  895. protractor = 902
  896. dioptra = 903
  897. sight = 904
  898. stoneKeystone = 905
  899. marbleKeystone = 906
  900. colossusOfFo = 907
  901. smallCarpet = 908
  902. mediumCarpet = 909
  903. largeCarpet = 910
  904. highBookshelf = 911
  905. lowBookshelf = 912
  906. highChair1 = 913
  907. highChair2 = 914
  908. highChair3 = 915
  909. colossusOfLibila = 916
  910. ivySeedling = 917
  911. grapeSeedling = 918
  912. ivyTrellis = 919
  913. grapeTrellis = 920
  914. wool = 921
  915. spinningWheel = 922
  916. loungeChair = 923
  917. royalLoungeChaise = 924
  918. woolYarn = 925
  919. clothYardWool = 926
  920. cupboard = 927
  921. roundMarbleTable = 928
  922. rectMarbleTable = 929
  923. butterfly = 930
  924. siegeShield = 931
  925. arrowBallista = 932
  926. ballistaMount = 933
  927. pewpewdie = 934
  928. arrowHeadBallista = 935
  929. ballista = 936
  930. trebuchet = 937
  931. barrier = 938
  932. archeryTower = 939
  933. pewpewdieAcid = 940
  934. pewpewdieFire = 941
  935. pewpewdieLightning = 942
  936. woolCap = 943
  937. woolCapYellow = 944
  938. woolCapGreen = 945
  939. woolCapRed = 946
  940. woolCapBlue = 947
  941. commonWoolHat = 948
  942. commonWoolHatDark = 949
  943. commonWoolHatBrown = 950
  944. commonWoolHatGreen = 951
  945. commonWoolHatRed = 952
  946. commonWoolHatBlue = 953
  947. forestersWoolHat = 954
  948. forestersWoolHatGreen = 955
  949. forestersWoolHatDark = 956
  950. forestersWoolHatBlue = 957
  951. forestersWoolHatRed = 958
  952. brownBearHelm = 959
  953. leatherHat0 = 960
  954. squireWoolCap = 961
  955. squireWoolCapGreen = 962
  956. squireWoolCapBlue = 963
  957. squireWoolCapBlack = 964
  958. squireWoolCapRed = 965
  959. squireWoolCapYellow = 966
  960. gardenGnomeGreen = 967
  961. pewpewdieIce = 968
  962. supplyDepot1 = 969
  963. supplyDepot2 = 970
  964. supplyDepot3 = 971
  965. yuleGoat = 972
  966. maskEnlightended = 973
  967. maskRavager = 974
  968. maskPale = 975
  969. maskShadow = 976
  970. maskChallenge = 977
  971. maskIsles = 978
  972. goldGreatHelmHorned = 979
  973. openPlumedHelm = 980
  974. goldChallengeStatue = 981
  975. silverChallengeStatue = 982
  976. bronzeChallengeStatue = 983
  977. marbleChallengeStatue = 984
  978. hotaNecklace = 985
  979. staffOfLand = 986
  980. tapestryStand = 987
  981. tapestryPattern1 = 988
  982. tapestryPattern2 = 989
  983. tapestryPattern3 = 990
  984. tapestryMotifCavalry = 991
  985. tapestryMotifFestivities = 992
  986. tapestryMotifBattleKyara = 993
  987. tapestryFaeldray = 994
  988. treasureChest = 995
  989. guardTowerNeutral = 996
  990. valentines = 997
  991. helmetCavalier = 998
  992. tallKingdomBanner = 999
  993. ownershipPapers = 1000
  994. marblePlanter = 1001
  995. marblePlanterYellow = 1002
  996. marblePlanterBlue = 1003
  997. marblePlanterPurple = 1004
  998. marblePlanterWhite = 1005
  999. marblePlanterOrange = 1006
  1000. marblePlanterGreenish = 1007
  1001. marblePlanterWhiteDotted = 1008
  1002. rodEruption = 1009
  1003. axeBladeStone = 1010
  1004. crudeAxe = 1011
  1005. milk_sheep = 1012
  1006. milk_bison = 1013
  1007. goblinLeaderHat = 1014
  1008. trollKingHat = 1015
  1009. spawnPoint = 1016
  1010. roseSeedling = 1017
  1011. roseTrellis = 1018
  1012. amphoraSmallClay = 1019
  1013. amphoraSmallPottery = 1020
  1014. amphoraLargeClay = 1021
  1015. amphoraLargePottery = 1022
  1016. kiln = 1023
  1017. conch = 1024
  1018. birdcage = 1025
  1019. unstableRift = 1026
  1020. lcmWand = 1027
  1021. smelter = 1028
  1022. halterRope = 1029
  1023. swordDisplay = 1030
  1024. axeDisplay = 1031
  1025. yuleReindeer = 1032
  1026. riftStone1 = 1033
  1027. riftStone2 = 1034
  1028. riftStone3 = 1035
  1029. riftStone4 = 1036
  1030. riftCrystal1 = 1037
  1031. riftCrystal2 = 1038
  1032. riftCrystal3 = 1039
  1033. riftCrystal4 = 1040
  1034. riftPlant1 = 1041
  1035. riftPlant2 = 1042
  1036. riftPlant3 = 1043
  1037. riftPlant4 = 1044
  1038. riftAltar1 = 1045
  1039. riftAltar2 = 1046
  1040. riftAltar3 = 1047
  1041. riftAltar4 = 1048
  1042. shoulderPads1 = 1049
  1043. shoulderPads2 = 1050
  1044. shoulderPads3 = 1051
  1045. shoulderPads4 = 1052
  1046. shoulderPads5 = 1053
  1047. shoulderPads6 = 1054
  1048. shoulderPads7 = 1055
  1049. shoulderPads8 = 1056
  1050. shoulderPads9 = 1057
  1051. shoulderPads10 = 1058
  1052. shoulderPads11 = 1059
  1053. shoulderPads12 = 1060
  1054. shoulderPads13 = 1061
  1055. shoulderPads14 = 1062
  1056. shoulderPads15 = 1063
  1057. shoulderPads16 = 1064
  1058. shoulderPads17 = 1065
  1059. shoulderPads18 = 1066
  1060. shirtcotton1 = 1067
  1061. shirtcotton2 = 1068
  1062. shirtcotton3 = 1069
  1063. pantscotton1 = 1070
  1064. pantscotton2 = 1071
  1065. pantscotton3 = 1072
  1066. pantscotton3gren = 1073
  1067. sleevescotton1 = 1074
  1068. sleevescotton3 = 1075
  1069. ringRift1 = 1076
  1070. ringRift2 = 1077
  1071. ringRift3 = 1078
  1072. ringRift4 = 1079
  1073. ringRift5 = 1080
  1074. braceletRift1 = 1081
  1075. braceletRift2 = 1082
  1076. braceletRift3 = 1083
  1077. braceletRift4 = 1084
  1078. braceletRift5 = 1085
  1079. necklaceRift1 = 1086
  1080. necklaceRift2 = 1087
  1081. necklaceRift3 = 1088
  1082. necklaceRift4 = 1089
  1083. necklaceRift5 = 1090
  1084. potionImbueShatterprot = 1091
  1085. shoulderPads19 = 1092
  1086. shoulderPads20 = 1093
  1087. shoulderPads21 = 1094
  1088. shoulderPads22 = 1095
  1089. heartRift = 1096
  1090. giftPack1 = 1097
  1091. giftPack2 = 1098
  1092. maskOfTheReturner = 1099
  1093. anniversaryKnapsack = 1100
  1094. champagne = 1101
  1095. riftStone = 1102
  1096. riftCrystal = 1103
  1097. riftWood = 1104
  1098. sleevescotton2 = 1105
  1099. sleevescotton = 1106
  1100. pantscotton = 1107
  1101. extraGift2 = -1
  1102. wineBarrelRack = 1108
  1103. smallBarrelRack = 1109
  1104. planterRack = 1110
  1105. amphoraRack = 1111
  1106. waystone = 1112
  1107. catseyeBlind = 1113
  1108. catseye = 1114
  1109. crowbar = 1115
  1110. highwayPointer = 1116
  1111. alchemyCupboard = 1117
  1112. alchFlask = 1118
  1113. storageUnit = 1119
  1114. storageShelf = 1120
  1115. mint = 1130
  1116. fennel = 1131
  1117. fennelPlant = 1132
  1118. carrot = 1133
  1119. cabbage = 1134
  1120. tomato = 1135
  1121. sugarBeet = 1136
  1122. lettuce = 1137
  1123. peaPod = 1138
  1124. sugar = 1139
  1125. cumin = 1140
  1126. ginger = 1141
  1127. nutmeg = 1142
  1128. paprika = 1143
  1129. turmeric = 1144
  1130. carrotSeeds = 1145
  1131. cabbageSeeds = 1146
  1132. tomatoSeeds = 1147
  1133. sugarBeetSeeds = 1148
  1134. lettuceSeeds = 1149
  1135. pea = 1150
  1136. fennelSeeds = 1151
  1137. cocoa = 1152
  1138. paprikaSeeds = 1153
  1139. turmericSeeds = 1154
  1140. cocoaBean = 1155
  1141. anyVeg = 1156
  1142. anyCereal = 1157
  1143. anyHerb = 1158
  1144. anySpice = 1159
  1145. planterClay = 1160
  1146. planterPottery = 1161
  1147. planterPotteryFull = 1162
  1148. anyFruit = 1163
  1149. pieDishClay = 1164
  1150. pieDishPottery = 1165
  1151. cakeTin = 1166
  1152. stoneware = 1167
  1153. roastingDishClay = 1168
  1154. roastingDishPottery = 1169
  1155. breadSlice = 1170
  1156. measuringJugClay = 1171
  1157. measuringJugPottery = 1172
  1158. plate = 1173
  1159. batter = 1174
  1160. hive = 1175
  1161. fudgeSauce = 1176
  1162. pie = 1177
  1163. still = 1178
  1164. anyBerry = 1179
  1165. mead = 1180
  1166. cider = 1181
  1167. beer = 1182
  1168. whisky = 1183
  1169. pineNuts = 1184
  1170. chocolate = 1185
  1171. butter = 1186
  1172. omelette = 1187
  1173. curry = 1188
  1174. salad = 1189
  1175. sausage = 1190
  1176. bacon = 1191
  1177. cornDough = 1192
  1178. cookingOil = 1193
  1179. gravy = 1194
  1180. custard = 1195
  1181. raspberries = 1196
  1182. anyNut = 1197
  1183. anyCheese = 1198
  1184. anyMushroom = 1199
  1185. anyMilk = 1200
  1186. anyFish = 1201
  1187. biscuit = 1202
  1188. fries = 1203
  1189. gelatine = 1204
  1190. honeyWater = 1205
  1191. passata = 1206
  1192. pasta = 1207
  1193. pastry = 1208
  1194. pesto = 1209
  1195. stock = 1210
  1196. tomatoKetchup = 1211
  1197. whiteSauce = 1212
  1198. wort = 1213
  1199. ratOnAStick = 1214
  1200. hogRoast = 1215
  1201. lambSpit = 1216
  1202. mushyPeas = 1217
  1203. croutons = 1218
  1204. haggis = 1219
  1205. cornflour = 1220
  1206. cheesecake = 1221
  1207. kielbasa = 1222
  1208. mushroomContainer = 1223
  1209. stuffedMushroom = 1224
  1210. crisps = 1225
  1211. jelly = 1226
  1212. scone = 1227
  1213. toast = 1228
  1214. pasty = 1229
  1215. chocolateNutSpread = 1230
  1216. vodka = 1231
  1217. brandy = 1232
  1218. moonshine = 1233
  1219. gin = 1234
  1220. pineapple = 1235
  1221. sausageSkin = 1236
  1222. mortarAndPestle = 1237
  1223. rockSalt = 1238
  1224. wildHive = 1239
  1225. spaghetti = 1240
  1226. icing = 1241
  1227. cakeMix = 1242
  1228. beeSmoker = 1243
  1229. breadcrumbs = 1244
  1230. meatballs = 1245
  1231. vinegar = 1246
  1232. cucumber = 1247
  1233. cucumberSeeds = 1248
  1234. cream = 1249
  1235. skullGoblin = 1250
  1236. beerSteinClay = 1251
  1237. beerSteinPottery = 1252
  1238. skullMug = 1253
  1239. beeswax = 1254
  1240. waxSealingKit = 1255
  1241. biscuitMix = 1256
  1242. sconeMix = 1257
  1243. tart = 1258
  1244. stirfry = 1259
  1245. nori = 1260
  1246. anyMeat = 1261
  1247. pizza = 1262
  1248. anyOil = 1263
  1249. sushi = 1264
  1250. pickle = 1265
  1251. pudding = 1266
  1252. anyFlower = 1267
  1253. broth = 1268
  1254. label = 1269
  1255. woodpulp = 1270
  1256. messageBoard = 1271
  1257. paperSheet = 1272
  1258. hops = 1273
  1259. hopsTrellis = 1274
  1260. hopsSeedling = 1275
  1261. snowball = 1276
  1262. larder = 1277
  1263. icebox = 1278
  1264. foodShelf = 1279
  1265. coconut = 1280
  1266. icecream = 1281
  1267. sweet = 1282
  1268. orange = 1283
  1269. boiler = 1284
  1270. condenser = 1285
  1271. rum = 1286
  1272. muffin = 1287
  1273. cookie = 1288
  1274. runeMag = 1289
  1275. runeFo = 1290
  1276. runeVyn = 1291
  1277. runeLib = 1292
  1278. runeJackal = 1293
  1279. thermos = 1294
  1280. foodTin = 1295
  1281. lunchbox = 1296
  1282. xmasLunchbox = 1297
  1283. sheetTin = 1298
  1284. sheetLead = 1299
Advertisement
Add Comment
Please, Sign In to add comment