stardewvalley吧 关注:19,638贴子:157,256
  • 11回复贴,共1

手把手教你改存档完成全收集

取消只看楼主收藏回复

Steam累计100多小时,该完成的基本都完成了
就差几个死活挖不倒的文物妨碍我的全成就大业
虽然再坚持挖个几十年肯定是能出的
但我觉得这已经完全属于毫无乐趣的垃圾时间了
所以决定修改存档来完成这最后一点收集
如果你和我一样已经不想再挖再炸再钓了,那么今天就跟我来学习修改大法吧


IP属地:上海1楼2016-04-05 19:45回复
    首先说明以下所有步骤都是基于steam英语正版
    如果你玩的是汉化版,请自行寻找英汉物品名的对照
    假设你完全不懂怎么修改存档
    那么第一步就是找到自己的存档位置
    最简单的方法是打开文件浏览器,在路径栏里输入%AppData%直接跳转到你账号下的Roaming目录
    进入StardewValley\Saves\游戏角色名_一串数字
    里面有一个和目录一样名字的文件就是存档文件
    这其实是一个XML文本文档,可以直接用Windows自带的记事本或写字板打开,如果在乎xml排版的话也可以用其他支持xml格式的编辑器打开


    IP属地:上海2楼2016-04-05 19:55
    回复
      打开以后大量的文字,估计和看到天书一样
      所以为了简化编辑难度,我建议先对你的游戏存档进行一些准备工作
      先进入游戏
      为了简化修改步骤,我使用的方法是将已有的物品改头换面成我们所需要的东西,而不是凭空增加一个物品到我们的物品栏
      拿大家最喜爱的Prismatic Shard(彩虹石)为例子
      彩虹石属于矿石类,所以我们先在物品栏里摆放一个普通易得到的矿石,比如Ruby(红宝石)
      建议第一次做修改时可以将要修改的原始物品多堆叠几块在一起,比如放个7块Ruby在一个格子里
      好了,准备工作已经完成,你可以去睡觉存盘了


      IP属地:上海5楼2016-04-05 20:06
      回复
        请备份存盘文件,请备份存盘文件,请备份存盘文件
        下面开始修改
        按照上面说的找到存盘文件并用你习惯的文本编辑器打开
        然后搜索字符串Ruby,就是我们上一步骤准备好的东西
        如果你的身上只有一叠Ruby应该很快就能搜到正确的地方
        如果不确定也没关系
        Ruby在物品栏里的字串描述基本如下(我存档里的内容)
        <Item xsi:type="Object"><specialVariable>0</specialVariable><category>-2</category><specialItem>false</specialItem><hasBeenInInventory>true</hasBeenInInventory><Name>Ruby</Name><Stack>7</Stack><tileLocation><X>0</X><Y>0</Y></tileLocation><parentSheetIndex>64</parentSheetIndex><owner>0</owner><name>Ruby</name><type>Minerals</type><canBeSetDown>true</canBeSetDown><canBeGrabbed>true</canBeGrabbed><isHoedirt>false</isHoedirt><isSpawnedObject>false</isSpawnedObject><questItem>false</questItem><isOn>true</isOn><fragility>0</fragility><price>150</price><edibility>-300</edibility><stack>7</stack><quality>0</quality><bigCraftable>false</bigCraftable><setOutdoors>false</setOutdoors><setIndoors>false</setIndoors><readyForHarvest>false</readyForHarvest><showNextIndex>false</showNextIndex><flipped>true</flipped><hasBeenPickedUpByFarmer>true</hasBeenPickedUpByFarmer><isRecipe>false</isRecipe><isLamp>false</isLamp><minutesUntilReady>0</minutesUntilReady><boundingBox><X>0</X><Y>0</Y><Width>64</Width><Height>64</Height><Location><X>0</X><Y>0</Y></Location></boundingBox><scale><X>0</X><Y>0</Y></scale></Item>
        如果你搜到的位置基本和上面的内容相符的话那就八九不离十了
        再进一步确认的话就可以利用刚才提到的,多放几块Ruby在一起的方法
        例子里有两处<Stack>7</Stack>,意思就是这段物品描述有7个堆在一起
        如果你放了3块,那么在你的存档里此处应该是<Stack>3</Stack>
        等熟悉查找后基本就不需要放多块物品了,这只是帮助新手提高查找准确性的方法


        IP属地:上海6楼2016-04-05 20:23
        收起回复
          确认物品位置后我们只需要修改很少几处地方就能让它变成彩虹石
          首先就是改物品名
          仔细看的话可以发现描述里有两处物品名
          大写<Name>Ruby</Name>和小写<name>Ruby</name>
          把两个Ruby都改成Prismatic Shard
          改完以后游戏中该物品就叫Prismatic Shard了,但它依然还是一块Ruby
          然后最重要的就是改物品编号
          找到<parentSheetIndex>64</parentSheetIndex>
          64是Ruby的物品编号,把它改成74
          现在这块石头真的变成了Prismatic Shard彩虹石


          IP属地:上海8楼2016-04-05 20:30
          收起回复
            到这里基本的修改方法就传授完毕
            大家可以实践一下
            下面接着说一下物品图鉴如何点亮的问题
            先说一下图鉴里的矿石和文物点亮与否和是否捐给博物馆毫无关系
            改出来的东西毕竟不是自己真正挖到的,在物品图鉴里的图标还是暗的
            你可以把改出来的物品捐掉,哪怕图鉴里一片空白,你依然可以完成图书馆全收集的成就
            但对于有强迫症的人来说这是无法接受的
            没有关系,继续修改刚才的存档
            还是上面的物品描述,其中有两个地方
            <hasBeenInInventory>true</hasBeenInInventory> 是否已进入过物品栏
            <hasBeenPickedUpByFarmer>true</hasBeenPickedUpByFarmer> 是否已被玩家拾取过
            把这两处true统统改成false
            于是在你的物品栏里有了一块还没被你获得过的彩虹石
            你要做的就是进入游戏,把石头扔地上,再假装第一次遇到一样捡起来
            这里必须提醒一下,扔东西就是把物品拿起来,再点到物品栏外面的空白处,千万不要点垃圾桶!
            另外先脱掉你的磁铁戒指,否则物品还没落地就又被吸回来了,这样是不算的


            IP属地:上海11楼2016-04-05 20:54
            收起回复
              好了以上就是全部修改方法,点亮图鉴完成收集成就完全没有问题
              下面我会发完整的物品和对应编号,东西很多,所以会很长
              你可以改出各种你想要的东西,但还是建议用同类物品修改替换的方法来尽可能的避免改坏的风险


              IP属地:上海12楼2016-04-05 20:57
              回复
                0: "Weeds/0/-1/Basic/A bunch of obnoxious weeds." #!String
                2: "Stone/0/-300/Basic/A useful material when broken with the Pickaxe." #!String
                4: "Stone/0/-300/Basic/A useful material when chopped with the axe." #!String
                16: "Wild Horseradish/50/5/Basic -81/A spicy root found in the spring." #!String
                18: "Daffodil/30/0/Basic -81/A traditional spring flower that makes a nice gift." #!String
                20: "Leek/60/16/Basic -81/A tasty relative of the onion." #!String
                22: "Dandelion/40/10/Basic -81/Not the prettiest flower, but the leaves make a good salad." #!String
                24: "Parsnip/35/10/Basic -75/A spring tuber closely related to the carrot. It has an earthy taste and is full of nutrients." #!String
                30: "Lumber/2/10/Basic/A versatile resource used for building and fuel." #!String
                60: "Emerald/250/-300/Minerals -2/A precious stone with a brilliant green color." #!String
                62: "Aquamarine/180/-300/Minerals -2/A shimmery blue-green gem ." #!String
                64: "Ruby/250/-300/Minerals -2/A precious stone that is sought after for its rich color and beautiful luster." #!String
                66: "Amethyst/100/-300/Minerals -2/A purple variant of quartz." #!String
                68: "Topaz/80/-300/Minerals -2/Fairly common but still prized for its beauty." #!String
                70: "Jade/200/-300/Minerals -2/A pale green ornamental stone." #!String
                72: "Diamond/750/-300/Minerals -2/A rare and valuable gem." #!String
                74: "Prismatic Shard/2000/-300/Minerals -2/A very rare and powerful substance with unknown origins." #!String
                78: "Cave Carrot/25/12/Basic -81/A starchy snack found in caves. It helps miners work longer." #!String
                80: "Quartz/25/-300/Minerals -2/A clear crystal commonly found in caves and mines." #!String
                82: "Fire Quartz/100/-300/Minerals -2/A glowing red crystal commonly found near hot lava." #!String
                84: "Frozen Tear/75/-300/Minerals -2/A crystal fabled to be the frozen tears of a yeti." #!String
                86: "Earth Crystal/50/-300/Minerals -2/A resinous substance found near the surface." #!String
                88: "Coconut/100/-300/Basic -79/A seed of the coconut palm. It has many culinary uses." #!String
                90: "Cactus Fruit/75/30/Basic -79/The sweet fruit of the prickly pear cactus." #!String
                92: "Sap/2/-1/Basic -81/A fluid obtained from trees." #!String
                93: "Torch/5/-300/Crafting/Provides a modest amount of light." #!String
                94: "Spirit Torch/5/-300/Crafting/It's unclear where the blue color comes from..." #!String
                96: "Dwarf Scroll I/1/-300/Arch/A yellowed scroll of parchment filled with dwarven script. This one's tied with a red bow.//Set Dwarf 96 97 98 99" #!String
                97: "Dwarf Scroll II/1/-300/Arch/A yellowed scroll of parchment filled with dwarven script. This one's tied with a green ribbon.//Set Dwarf 96 97 98 99" #!String
                98: "Dwarf Scroll III/1/-300/Arch/A yellowed scroll of parchment filled with dwarven script. This one's tied with a blue rope.//Set Dwarf 96 97 98 99" #!String
                99: "Dwarf Scroll IV/1/-300/Arch/A yellowed scroll of parchment filled with dwarven script. This one's tied with a golden chain.//Set Dwarf 96 97 98 99" #!String
                100: "Chipped Amphora/40/-300/Arch/An ancient vessel made of ceramic material. Used to transport both dry and wet goods./Town .04/Item 3 461" #!String
                101: "Arrowhead/40/-300/Arch/A crudely fashioned point used for hunting./Mountain .02 Forest .02 BusStop .02/Debris 2 30 14" #!String
                102: "Lost Book/50/-300/asdf/Writings from a wide variety of time periods./Town .05/Note" #!String
                103: "Ancient Doll/60/-300/Arch/An ancient doll covered in grime. This doll may have been used as a toy, a decoration, or a prop in some kind of ritual./Mountain .04 Forest .03 BusStop .03 Town .01/Money 1 250" #!String
                104: "Elvish Jewelry/200/-300/Arch/Dirty but still beautiful. On the side is a flowing script thought by some to be the ancient language of the elves. No Elvish bones have ever been found./Forest .01/Debris 1 20 6" #!String
                105: "Chewing Stick/50/-300/Arch/Ancient people chewed on these to keep their teeth clean./Mountain .02 Town .01 Forest .02/Decor 10 28" #!String
                106: "Ornamental Fan/300/-300/Arch/This exquisute fan most likely belonged to a noblewoman. Historians believe that the valley was a popular sixth-era vacation spot for the wealthy./Beach .02 Town .008 Forest .01/Money 1 300" #!String
                107: "Dinosaur Egg/350/-300/Arch/A giant dino egg... The entire shell is still intact!/Mine .01 Mountain .008/Item 1 107" #!String
                108: "Rare Disc/300/-300/Arch/A heavy black disc studded with peculiar red stones. When you hold it, you're overwhelmed with a feeling of dread./UndergroundMine .01/Decor 1 29" #!String
                109: "Ancient Sword/100/-300/Arch/It's the remains of an ancient sword. Most of the blade has turned to rust, but the hilt is very finely crafted./Forest .01 Mountain .008/Debris 1 30 2" #!String
                110: "Rusty Spoon/25/-300/Arch/A plain old spoon, probably ten years old. Not very interesting./Town .05/Debris 5 30 2" #!String
                111: "Rusty Spur/25/-300/Arch/An old spur that was once attached to a cowboy's boot. People must have been raising animals in this area for many generations./Farm .1/Money 1 100" #!String
                112: "Rusty Cog/25/-300/Arch/A well preserved cog that must have been part of some ancient machine. This could be dwarven technology./Mountain .05/Debris 1 20 4" #!String
                113: "Chicken Statue/50/-300/Arch/It's a statue of a chicken on a bronze base. The ancient people of this area must have been very fond of chickens./Farm .1/Decor 5 31" #!String
                114: "Ancient Seed/5/-300/Arch/It's a dry old seed from some ancient plant. By all appearances it's long since dead.../Forest .01 Mountain .01/Seeds 9" #!String
                115: "Prehistoric Tool/50/-300/Arch/Some kind of gnarly old digging tool./Mountain .03 Forest .03 BusStop .04/Debris 1 30 12" #!String
                116: "Dried Starfish/40/-300/Arch/A starfish from the primordial ocean. It's an unusually pristine specimen!/Beach .1/Money 1 200" #!String
                117: "Anchor/100/-300/Arch/It may have belonged to ancient pirates./Beach .05/Item 1 289" #!String
                118: "Glass Shards/20/-300/Arch/A mixture of glass shards smoothed by centuries of ocean surf. These could have belonged to an ancient mosaic or necklace./Beach .1/Item 1 462" #!String
                119: "Bone Flute/100/-300/Arch/It's a prehistoric wind instrument carved from an animal's bone. It produces an eerie tone./Mountain .01 Forest .01 UndergroundMine .02 Town .005/Recipe 2 Flute_Block 150" #!String
                120: "Prehistoric Handaxe/50/-300/Arch/One of the earliest tools employed by humans. This \"crude\" tool was created by striking one rock with another to form a sharp edge./Mountain .05 Forest .05 BusStop .05/Item 1 294" #!String
                121: "Dwarvish Helm/100/-300/Arch/It's one of the helmets commonly worn by dwarves. The thick metal plating protects them from falling debris and stalactites./UndergroundMine .01/Debris 1 50 0" #!String
                122: "Dwarf Gadget/200/-300/Arch/It's a piece of the advanced technology once known to the dwarves. It's still glowing and humming, but you're unable to understand how it works./UndergroundMine .001/Money 1 500" #!String
                123: "Ancient Drum/100/-300/Arch/It's a drum made from wood and animal skin. It has a low, reverberating tone./BusStop .01 Forest .01 UndergroundMine .02 Town .005/Recipe 2 Drum_Block 300" #!String
                124: "Golden Mask/500/-300/Arch/A creepy golden mask probably used in an ancient magic ritual. A socket in the forehead contains a large purple gemstone./Desert .04/Money 1 1000" #!String
                125: "Golden Relic/250/-300/Arch/It's a golden slab with heiroglyphs and pictures emblazoned onto the front./Desert .08/Debris 1 40 6" #!String
                126: "Strange Doll/1000/-300/Arch/???/Farm .001 Town .001 Mountain .001 Forest .001 BusStop .001 Beach .001 UndergroundMine .001/Item 1 126" #!String
                127: "Strange Doll/1000/-300/Arch/???/Farm .001 Town .001 Mountain .001 Forest .001 BusStop .001 Beach .001 UndergroundMine .001/Item 1 127" #!String


                IP属地:上海13楼2016-04-05 20:59
                回复
                  452: "Weeds/0/-300/asdf/A cluster of dry old bushes." #!String
                  453: "Poppy Seeds/50/-300/Seeds -74/Plant in summer. Produces a bright red flower in 7 days." #!String
                  454: "Ancient Fruit/750/-300/Basic -79/It's been dormant for eons." #!String
                  455: "Spangle Seeds/25/-300/Seeds -74/Plant in summer. Takes 8 days to produce a vibrant tropical flower. Assorted colors." #!String
                  456: "Algae Soup/100/30/Cooking -7/It's a little slimy./food/0 0 0 0 0 0 0 0 0 0 0/0" #!String
                  457: "Pale Broth/150/50/Cooking -7/A delicate broth with a hint of sulfur./food/0 0 0 0 0 0 0 0 0 0 0/0" #!String
                  458: "Bouquet/100/-300/Basic/A gift that shows your romantic interest." #!String
                  460: "Mermaid's Pendant/2500/-300/Crafting/Give this to the person you want to marry." #!String
                  461: "Decorative Pot/200/-300/Crafting/A replica of an ancient pot." #!String
                  463: "Drum Block/100/-300/Crafting/Plays a drum sound when you walk past." #!String
                  464: "Flute Block/100/-300/Crafting/Plays a flute sound when you walk past." #!String
                  465: "Speed-Gro/20/-300/Basic -19/Stimulates leaf production. Guaranteed to increase growth rate by at least 10%. Mix into tilled soil." #!String
                  466: "Deluxe Speed-Gro/40/-300/Basic -19/Stimulates leaf production. Guaranteed to increase growth rate by at least 25%. Mix into tilled soil." #!String
                  472: "Parsnip Seeds/10/-300/Seeds -74/Plant these in the spring. Takes 4 days to mature." #!String
                  473: "Bean Starter/30/-300/Seeds -74/Plant these in the spring. Takes 10 days to mature, but keeps producing after that. Yields multiple beans per harvest. Grows on a trellis." #!String
                  474: "Cauliflower Seeds/40/-300/Seeds -74/Plant these in the spring. Takes 12 days to produce a large cauliflower." #!String
                  475: "Potato Seeds/25/-300/Seeds -74/Plant these in the spring. Takes 6 days to mature, and has a chance of yielding multiple potatoes at harvest." #!String
                  476: "Garlic Seeds/20/-300/Seeds -74/Plant these in the spring. Takes 4 days to mature." #!String
                  477: "Kale Seeds/35/-300/Seeds -74/Plant these in the spring. Takes 6 days to mature. Harvest with the scythe." #!String
                  478: "Rhubarb Seeds/50/-300/Seeds -74/Plant these in the spring. Takes 13 days to mature." #!String
                  479: "Melon Seeds/40/-300/Seeds -74/Plant these in the summer. Takes 12 days to mature." #!String
                  480: "Tomato Seeds/25/-300/Seeds -74/Plant these in the summer. Takes 11 days to mature, and continues to produce after first harvest." #!String
                  481: "Blueberry Seeds/40/-300/Seeds -74/Plant these in the summer. Takes 13 days to mature, and continues to produce after first harvest." #!String
                  482: "Pepper Seeds/20/-300/Seeds -74/Plant these in the summer. Takes 5 days to mature, and continues to produce after first harvest." #!String
                  483: "Wheat Seeds/5/-300/Seeds -74/Plant these in the summer. Takes 4 days to mature. Harvest with the scythe." #!String
                  484: "Radish Seeds/20/-300/Seeds -74/Plant these in the summer. Takes 6 days to mature." #!String
                  485: "Red Cabbage Seeds/50/-300/Seeds -74/Plant these in the summer. Takes 9 days to mature." #!String
                  486: "Starfruit Seeds/200/-300/Seeds -74/Plant these in the summer. Takes 13 days to mature." #!String
                  487: "Corn Seeds/75/-300/Seeds -74/Plant these in the summer or fall. Takes 14 days to mature, and continues to produce after first harvest." #!String
                  488: "Eggplant Seeds/10/-300/Seeds -74/Plant these in the fall. Takes 5 days to mature, and continues to produce after first harvest." #!String
                  489: "Artichoke Seeds/15/-300/Seeds -74/Plant these in the fall. Takes 8 days to mature." #!String
                  490: "Pumpkin Seeds/50/-300/Seeds -74/Plant these in the fall. Takes 13 days to mature." #!String
                  491: "Bok Choy Seeds/25/-300/Seeds -74/Plant these in the fall. Takes 4 days to mature." #!String
                  492: "Yam Seeds/30/-300/Seeds -74/Plant these in the fall. Takes 10 days to mature." #!String
                  493: "Cranberry Seeds/120/-300/Seeds -74/Plant these in the fall. Takes 7 days to mature, and continues to produce after first harvest." #!String
                  494: "Beet Seeds/10/-300/Seeds -74/Plant these in the fall. Takes 6 days to mature." #!String
                  495: "Spring Seeds/35/-300/Seeds -74/An assortment of wild spring seeds." #!String
                  496: "Summer Seeds/55/-300/Seeds -74/An assortment of wild summer seeds." #!String
                  497: "Fall Seeds/45/-300/Seeds -74/An assortment of wild fall seeds." #!String
                  498: "Winter Seeds/30/-300/Seeds -74/An assortment of wild winter seeds." #!String
                  499: "Ancient Seeds/30/-300/Seeds -74/Could these still grow?" #!String
                  516: "Small Glow Ring/Emits a small, constant light./100/Ring" #!String
                  517: "Glow Ring/Emits a constant light./200/Ring" #!String
                  518: "Small Magnet Ring/Slightly increases your radius for collecting items./100/Ring" #!String
                  519: "Magnet Ring/Increases your radius for collecting items./200/Ring" #!String
                  520: "Slime Charmer Ring/Prevents damage from slimes./700/Ring" #!String
                  521: "Warrior Ring/Occasionally infuses the wearer with \"warrior energy\" after slaying a monster./1500/Ring" #!String
                  522: "Vampire Ring/Gain a little health every time you slay a monster./1500/Ring" #!String
                  523: "Savage Ring/Gain a short speed boost whenever you slay a monster./1500/Ring" #!String
                  524: "Ring of Yoba/Occasionally shields the wearer from damage./1500/Ring" #!String
                  525: "Sturdy Ring/Cuts the duration of negative status effects in half./1500/Ring" #!String
                  526: "Burglar's Ring/Monsters have a greater chance of dropping loot./1500/Ring" #!String
                  527: "Iridium Band/Glows, attracts items, and increases attack damage by 10%./2000/Ring" #!String
                  528: "Jukebox Ring/Plays a random assortment of music you've heard./200/Ring" #!String
                  529: "Amethyst Ring/Increases knockback by 10%./200/Ring" #!String
                  530: "Topaz Ring/Increases weapon precision by 10%./200/Ring" #!String
                  531: "Aquamarine Ring/Increases critical strike chance by 10%./400/Ring" #!String
                  532: "Jade Ring/Increases critical strike power by 10%./400/Ring" #!String
                  533: "Emerald Ring/Increases weapon speed by 10%./600/Ring" #!String
                  534: "Ruby Ring/Increases attack by 10%./600/Ring" #!String
                  535: "Geode/50/-300/Basic/A blacksmith can break this open for you./538 542 548 549 552 555 556 557 558 566 568 569 571 574 576 121" #!String
                  536: "Frozen Geode/100/-300/Basic/A blacksmith can break this open for you./541 544 545 546 550 551 559 560 561 564 567 572 573 577 123" #!String
                  537: "Magma Geode/150/-300/Basic/A blacksmith can break this open for you./539 540 543 547 553 554 562 563 565 570 575 578 122" #!String
                  538: "Alamite/150/-300/Minerals -12/Its distinctive fluorescence makes it a favorite among rock collectors." #!String
                  539: "Bixite/300/-300/Minerals -12/A dark metallic Mineral sought after for its cubic structure." #!String
                  540: "Baryte/50/-300/Minerals -12/The best specimens resemble a desert rose." #!String
                  541: "Aerinite/125/-300/Minerals -12/These crystals are curiously light." #!String
                  542: "Calcite/75/-300/Minerals -12/This yellow crystal is speckled with shimmering nodules." #!String
                  543: "Dolomite/300/-300/Minerals -12/It can occur in coral reefs, often near an underwater volcano." #!String
                  544: "Esperite/100/-300/Minerals -12/The crystals glow bright green when stimulated." #!String
                  545: "Fluorapatite/200/-300/Minerals -12/Small amounts are found in human teeth." #!String
                  546: "Geminite/150/-300/Minerals -12/Occurs in brilliant clusters." #!String
                  547: "Helvite/450/-300/Minerals -12/It grows in a triangular column." #!String
                  548: "Jamborite/150/-300/Minerals -12/The crystals are so tightly packed it almost looks fuzzy." #!String
                  549: "Jagoite/115/-300/Minerals -12/A high volume of tiny crystals makes it very glittery." #!String
                  550: "Kyanite/250/-300/Minerals -12/The geometric faces are as smooth as glass." #!String


                  IP属地:上海17楼2016-04-05 21:10
                  回复
                    551: "Lunarite/200/-300/Minerals -12/The cratered white orbs form a tight cluster." #!String
                    552: "Malachite/100/-300/Minerals -12/A popular ornamental stone, used in sculpture and to make green paint." #!String
                    553: "Neptunite/400/-300/Minerals -12/A jet-black crystal that is unusually reflective." #!String
                    554: "Lemon Stone/200/-300/Minerals -12/Some claim the powdered crystal is a dwarvish delicacy." #!String
                    555: "Nekoite/80/-300/Minerals -12/The delicate shards form a tiny pink meadow." #!String
                    556: "Orpiment/80/-300/Minerals -12/Despite its high toxicity, this Mineral is widely used in manufacturing and folk medicine." #!String
                    557: "Petrified Slime/120/-300/Minerals -12/This little guy may be 100,000 years old." #!String
                    558: "Thunder Egg/100/-300/Minerals -12/According to legend, angry thunder spirits would throw these stones at one another." #!String
                    559: "Pyrite/120/-300/Minerals -12/Commonly known as \"Fool's Gold\"." #!String
                    560: "Ocean Stone/220/-300/Minerals -12/An old legend claims these stones are the mosaics of ancient mermaids." #!String
                    561: "Ghost Crystal/200/-300/Minerals -12/There is an aura of coldness around this crystal." #!String
                    562: "Tigerseye/275/-300/Minerals -12/A stripe of shimmering gold gives this gem a warm luster." #!String
                    563: "Jasper/150/-300/Minerals -12/When polished, this stone becomes attactively luminous. Prized by ancient peoples for thousands of years." #!String
                    564: "Opal/150/-300/Minerals -12/Its internal structure causes it to reflect a rainbow of light." #!String
                    565: "Fire Opal/350/-300/Minerals -12/A rare variety of opal, named for its red spots." #!String
                    566: "Celestine/125/-300/Minerals -12/Some early life forms had bones made from this." #!String
                    567: "Marble/110/-300/Minerals -12/A very popular material for sculptures and construction." #!String
                    568: "Sandstone/60/-300/Minerals -12/A common type of stone with red and brown striations." #!String
                    569: "Granite/75/-300/Minerals -12/A speckled Mineral that is commonly used in construction." #!String
                    570: "Basalt/175/-300/Minerals -12/Forms near searing hot magma." #!String
                    571: "Limestone/15/-300/Minerals -12/A very common type of stone. It's not worth very much." #!String
                    572: "Soapstone/120/-300/Minerals -12/Because of its relatively soft consistency, this stone is very popular for carving." #!String
                    573: "Hematite/150/-300/Minerals -12/An iron-based Mineral with interesting magnetic properties." #!String
                    574: "Mudstone/25/-300/Minerals -12/A fine-grained rock made from ancient clay or mud." #!String
                    575: "Obsidian/200/-300/Minerals -12/A volcanic glass that forms when lava cools rapidly." #!String
                    576: "Slate/85/-300/Minerals -12/It's extremely resistant to water, making it a good roofing material." #!String
                    577: "Fairy Stone/250/-300/Minerals -12/An old miner's song suggests these are made from the bones of ancient fairies." #!String
                    578: "Star Shards/500/-300/Minerals -12/No one knows how these form. Some scientists claim that the microscopic structure displays unnatural regularity." #!String
                    579: "Prehistoric Scapula/100/-300/Arch/Commonly known as a \"shoulder blade\"... It's unclear what species it belonged to./Item 1 289/Town .01" #!String
                    580: "Prehistoric Tibia/100/-300/Arch/A thick and sturdy leg bone./Item 1 289/Forest .01" #!String
                    581: "Prehistoric Skull/100/-300/Arch/This is definitely a mammalian skull./Item 1 289/Mountain .01" #!String
                    582: "Skeletal Hand/100/-300/Arch/It's a wonder all these ancient little pieces lasted so long./Item 1 289/Beach .01" #!String
                    583: "Prehistoric Rib/100/-300/Arch/Little gouge marks on the side suggest that this rib was someone's dinner./Item 1 289/Farm .01" #!String
                    584: "Prehistoric Vertebra/100/-300/Arch/A segment of some prehistoric creature's spine./Item 1 289/BusStop .01" #!String
                    585: "Skeletal Tail/100/-300/Arch/It's pretty short for a tail./Item 1 289/UndergroundMine .01" #!String
                    586: "Nautilus Shell/80/-300/Arch/This must've washed up ages ago from an ancient coral reef. /Item 1 289/Beach .03" #!String
                    587: "Amphibian Fossil/150/-300/Arch/The relatively short hind legs suggest some kind of primordial toad./Item 1 289/Forest .01 Mountain .01" #!String
                    588: "Palm Fossil/100/-300/Arch/Palm Fossils are relatively common, but this happens to be a particularly well-preserved specimen./Item 1 289/Desert .1 Beach .01 Forest .01" #!String
                    589: "Trilobite/50/-300/Arch/A long extinct relative of the crab./Item 1 289/Beach .03 Mountain .03 Forest .03" #!String
                    590: "Artifact Spot/0/-300/asdf/Uh... how did you get this in your inventory? Ape made a booboo./Item 1 289/Beach .03 Mountain .03 Forest .03" #!String
                    591: "Tulip/30/18/Basic -80/The most popular spring flower. Has a very faint sweet smell." #!String
                    593: "Summer Spangle/90/18/Basic -80/A tropical bloom that thrives in the humid summer air. Has a sweet, tangy aroma." #!String
                    595: "Fairy Rose/290/18/Basic -80/An old folk legend suggests that the sweet smell of this flower attracts fairies." #!String
                    597: "Blue Jazz/50/18/Basic -80/The flower grows in a sphere to invite as many butterflies as possible." #!String
                    599: "Sprinkler/100/-300/Crafting -8/Waters the 4 adjacent tiles every morning." #!String
                    604: "Plum Pudding/260/70/Cooking -7/A traditional holiday treat./food/0 0 0 0 0 0 0 0 0 0 0/0" #!String
                    605: "Artichoke Dip/210/40/Cooking -7/It's cool and refreshing./food/0 0 0 0 0 0 0 0 0 0 0/0" #!String
                    606: "Stir Fry/335/80/Cooking -7/Julienned vegetables on a bed of rice./food/0 0 0 0 0 0 0 0 0 0 0/0" #!String
                    607: "Roasted Hazelnuts/270/70/Cooking -7/The roasting process creates a rich forest flavor./food/0 0 0 0 0 0 0 0 0 0 0/0" #!String
                    608: "Pumpkin Pie/385/90/Cooking -7/Silky pumpkin cream in a flakey crust./food/0 0 0 0 0 0 0 0 0 0 0/0" #!String
                    609: "Radish Salad/300/80/Cooking -7/The radishes are so crisp!/food/0 0 0 0 0 0 0 0 0 0 0/0" #!String
                    610: "Fruit Salad/480/105/Cooking -7/A delicious combination of summer fruits./food/0 0 0 0 0 0 0 0 0 0 0/0" #!String
                    611: "Blackberry Cobbler/260/70/Cooking -7/There's nothing quite like it./food/0 0 0 0 0 0 0 0 0 0 0/0" #!String
                    612: "Cranberry Candy/230/50/Cooking -7/It's sweet enough to mask the bitter fruit./drink/0 0 0 0 0 0 0 0 0 0 0/0" #!String
                    613: "Apple/100/15/Basic -79/A crisp fruit used for juice and cider." #!String
                    618: "Bruschetta/210/45/Cooking -7/Roasted tomatoes on a crisp white bread./food/0 0 0 0 0 0 0 0 0 0 0/0" #!String
                    621: "Quality Sprinkler/450/-300/Crafting -8/Waters the 8 adjacent tiles every morning." #!String
                    628: "Cherry Sapling/850/-300/Basic -74/Takes 28 days to produce a mature cherry tree. Bears fruit in the spring. Only grows if the 8 surrounding \"tiles\" are empty." #!String
                    629: "Apricot Sapling/500/-300/Basic -74/Takes 28 days to produce a mature Apricot tree. Bears fruit in the spring. Only grows if the 8 surrounding \"tiles\" are empty." #!String
                    630: "Orange Sapling/1000/-300/Basic -74/Takes 28 days to produce a mature Orange tree. Bears fruit in the summer. Only grows if the 8 surrounding \"tiles\" are empty." #!String
                    631: "Peach Sapling/1500/-300/Basic -74/Takes 28 days to produce a mature Peach tree. Bears fruit in the summer. Only grows if the 8 surrounding \"tiles\" are empty." #!String
                    632: "Pomegranate Sapling/1500/-300/Basic -74/Takes 28 days to produce a mature Pomegranate tree. Bears fruit in the fall. Only grows if the 8 surrounding \"tiles\" are empty." #!String
                    633: "Apple Sapling/1000/-300/Basic -74/Takes 28 days to produce a mature Apple tree. Bears fruit in the fall. Only grows if the 8 surrounding \"tiles\" are empty." #!String
                    634: "Apricot/50/15/Basic -79/A tender little fruit with a rock-hard pit." #!String
                    635: "Orange/100/15/Basic -79/Juicy, tangy, and bursting with sweet summer aroma." #!String
                    636: "Peach/140/15/Basic -79/It's almost fuzzy to the touch." #!String
                    637: "Pomegranate/140/15/Basic -79/Within the fruit are clusters of juicy seeds." #!String
                    638: "Cherry/80/15/Basic -79/It's popular, and ripens sooner than most other fruits." #!String
                    645: "Iridium Sprinkler/1000/-300/Crafting -8/Waters the 24 adjacent tiles every morning." #!String
                    648: "Coleslaw/345/85/Cooking -7/It's light, fresh and very healthy./food/0 0 0 0 0 0 0 0 0 0 0/0" #!String
                    649: "Fiddlehead Risotto/350/90/Cooking -7/A creamy rice dish served with sauteed fern heads. It's a little bland./food/0 0 0 0 0 0 0 0 0 0 0/0" #!String


                    IP属地:上海18楼2016-04-05 21:13
                    回复
                      651: "Poppyseed Muffin/250/60/Cooking -7/It has a soothing effect./food/0 0 0 0 0 0 0 0 0 0 0/0" #!String
                      668: "Stone/0/15/Basic/There's stone ore in this stone." #!String
                      670: "Stone/0/15/Basic/There's stone ore in this stone." #!String
                      674: "Weeds/0/15/Basic/Ugly weeds." #!String
                      675: "Weeds/0/15/Basic/Ugly weeds." #!String
                      676: "Weeds/0/15/Basic/Ugly weeds." #!String
                      677: "Weeds/0/15/Basic/Ugly weeds." #!String
                      678: "Weeds/0/15/Basic/Ugly weeds." #!String
                      679: "Weeds/0/15/Basic/Ugly weeds." #!String
                      680: "Green Slime Egg/5/-300/Basic/Can be hatched in a slime incubator." #!String
                      681: "Rain Totem/20/-300/Crafting/Activate to greatly increase the chance for rain tomorrow. Consumed on use." #!String
                      682: "Mutant Carp/1000/10/Fish -4/The strange waters of the sewer turned this carp into a monstrosity./Day^Spring Summer" #!String
                      684: "Bug Meat/8/-300/Basic -28/It's a juicy wad of bug flesh." #!String
                      685: "Bait/1/-300/Basic -21/Causes fish to bite faster. Must first be attached to a fishing rod." #!String
                      686: "Spinner/250/-300/Basic -22/The shape makes it spin around in the water. Slightly increases the bite-rate when fishing." #!String
                      687: "Dressed Spinner/500/-300/Basic -22/The metal tab and colorful streamers create an enticing spectacle for fish. Increases the bite-rate when fishing." #!String
                      688: "Warp Totem: Farm/20/-300/Crafting/Warp directly to your house. Consumed on use." #!String
                      689: "Warp Totem: Mountains/20/-300/Crafting/Warp directly to the mountains. Consumed on use." #!String
                      690: "Warp Totem: Beach/20/-300/Crafting/Warp directly to the beach. Consumed on use." #!String
                      691: "Barbed Hook/500/-300/Basic -22/Makes your catch more secure, causing the \"fishing bar\" to cling to your catch. Works best on slow, weak fish." #!String
                      692: "Lead Bobber/250/-300/Basic -22/Adds weight to your \"fishing bar\", preventing it from bouncing along the bottom." #!String
                      693: "Treasure Hunter/250/-300/Basic -22/Fish don't escape while collecting treasures. Also slightly increases the chance to find treasures." #!String
                      694: "Trap Bobber/200/-300/Basic -22/Causes fish to escape slower when you aren't reeling them in." #!String
                      695: "Cork Bobber/250/-300/Basic -22/Slightly increases the size of your \"fishing bar\"." #!String
                      698: "Sturgeon/200/10/Fish -4/An ancient bottom-feeder with a dwindling population. Females can live up to 150 years./Day^Spring Summer" #!String
                      699: "Tiger Trout/150/10/Fish -4/A rare hybrid trout that cannot bear offspring of its own./Day^Spring Summer" #!String
                      700: "Bullhead/75/10/Fish -4/A relative of the catfish that eats a variety of foods off the lake bottom./Day^Spring Summer" #!String
                      701: "Tilapia/75/10/Fish -4/A primarily vegetarian fish that prefers warm water./Day^Spring Summer" #!String
                      702: "Chub/50/10/Fish -4/A common freshwater fish known for its voracious appetite./Day^Spring Summer" #!String
                      703: "Magnet/15/-300/Basic -21/Increases the chance of finding treasures when fishing. However, fish aren't crazy about the taste." #!String
                      704: "Dorado/100/10/Fish -4/A fierce carnivore with brilliant orange scales./Day^Summer" #!String
                      705: "Albacore/75/10/Fish -4/Prefers tempurature \"edges\" where cool and warm water meet./Day^Spring Fall" #!String
                      706: "Shad/60/10/Fish -4/Lives in a school at sea, but returns to the rivers to spawn./Day^Spring Summer Fall" #!String
                      707: "Lingcod/120/10/Fish -4/A fearsome predator that will eat almost anything it can cram into its mouth./Day^Fall" #!String
                      708: "Halibut/80/10/Fish -4/A flat fish that lives on the ocean floor./Day^Spring Summer" #!String
                      709: "Hardwood/15/-300/Basic -16/A special kind of wood with superior strength and beauty." #!String
                      710: "Crab Pot/50/-300/Crafting/Place it in the water, load it with bait, and check the next day to see if you've caught anything. Works in streams, lakes, and the ocean." #!String
                      715: "Lobster/120/-300/Fish -4/A large ocean-dwelling crustacean with a strong tail./Day^Spring Summer" #!String
                      716: "Crayfish/75/-300/Fish -4/A small freswhater relative of the lobster./Day^Spring Summer" #!String
                      717: "Crab/100/-300/Fish -4/A marine crustacean with two powerful pincers./Day^Spring Summer" #!String
                      718: "Cockle/50/-300/Fish -4/A common saltwater clam./Day^Spring Summer" #!String
                      719: "Mussel/30/-300/Fish -4/A common bivalve that often lives in clusters./Day^Spring Summer" #!String
                      720: "Shrimp/60/-300/Fish -4/A scavenger that feeds off the ocean floor. Widely prized for its meat./Day^Spring Summer" #!String
                      721: "Snail/65/-300/Fish -4/A wide-ranging mollusc that lives in a spiral shell./Day^Spring Summer" #!String
                      722: "Periwinkle/20/-300/Fish -4/A tiny freshwater snail that lives in a blue shell./Day^Spring Summer" #!String
                      723: "Oyster/40/-300/Fish -4/Constantly filters water to find food. In the process, it removes dangerous toxins from the environment./Day^Spring Summer" #!String
                      724: "Maple Syrup/200/20/Basic -27/A sweet syrup with a unique flavor./drink/0 0 0 0 0 0 0 0 0 0 0/0" #!String
                      725: "Oak Resin/150/-300/Basic -27/A sticky, fragrant substance derived from oak sap." #!String
                      726: "Pine Tar/100/-300/Basic -27/A pungent substance derived from pine sap." #!String
                      727: "Chowder/135/90/Cooking -7/A perfect way to warm yourself after a cold night at sea./food/0 1 0 0 0 0 0 0 0 0 0/0" #!String
                      728: "Fish Stew/175/90/Cooking -7/It smells a lot like the sea. Tastes better, though./food/0 3 0 0 0 0 0 0 0 0 0/0" #!String
                      729: "Escargot/125/90/Cooking -7/Butter-soaked snails cooked to perfection./food/0 2 0 0 0 0 0 0 0 0 0/0" #!String
                      730: "Lobster Bisque/205/90/Cooking -7/This delicate soup is a secret family recipe of Willy's./food/0 3 0 0 0 0 0 50 0 0 0/0" #!String
                      731: "Maple Bar/300/90/Cooking -7/It's a sweet doughnut topped with a rich maple glaze./food/1 1 1 0 0 0 0 0 0 0 0/0" #!String
                      732: "Crab Cakes/275/90/Cooking -7/Crab, bread crumbs, and egg formed into patties then fried to a golden brown./food/0 0 0 0 0 0 0 0 0 1 1/0" #!String
                      734: "Woodskip/75/10/Fish -4/A very sensitive fish that can only live in pools deep in the forest./Day^Spring Summer" #!String
                      745: "Strawberry Seeds/0/-300/Seeds -74/Plant these in spring. Takes 8 days to mature, and keeps producing strawberries after that." #!String
                      746: "Jack-O-Lantern/0/-300/Crafting -8/A whimsical fall decoration." #!String
                      747: "Rotten Plant/0/-300/Basic -20/Decomposing organic material. It's slimy and unpleasant." #!String
                      748: "Rotten Plant/0/-300/Basic -20/Decomposing organic material. It's slimy and unpleasant." #!String
                      749: "Omni Geode/0/-300/Basic/A blacksmith can break this open for you. These geodes contain a wide variety of Minerals./538 542 548 549 552 555 556 557 558 566 568 569 571 574 576 541 544 545 546 550 551 559 560 561 564 567 572 573 577 539 540 543 547 553 554 562 563 565 570 575 578 121 122 123" #!String
                      750: "Weeds/0/15/Basic/Ugly weeds." #!String
                      751: "Stone/0/15/Basic/There's copper ore in this stone." #!String
                      760: "Stone/0/15/Basic/.." #!String
                      762: "Stone/0/15/Basic/.." #!String
                      764: "Stone/0/15/Basic/gold ore" #!String
                      765: "Stone/0/15/Basic/iridium ore" #!String
                      766: "Slime/5/-300/Basic -28/A shimmering, gelatinous glob with no smell." #!String
                      767: "Bat Wing/15/-300/Basic -28/The material is surprisingly delicate." #!String
                      768: "Solar Essence/40/-300/Basic -28/The glowing face is warm to the touch." #!String
                      769: "Void Essence/50/-300/Basic -28/It's quivering with dark energy." #!String
                      770: "Mixed Seeds/0/-300/Seeds -74/There's a little bit of everything here. Plant them and see what grows!" #!String


                      IP属地:上海19楼2016-04-05 21:16
                      回复
                        771: "Fiber/1/-300/Basic -16/Raw material sourced from plants." #!String
                        772: "Oil of Garlic/1000/80/Cooking -7/Drink this and weaker monsters will avoid you./drink/0 0 0 0 0 0 0 0 0 0 0/0" #!String
                        773: "Life Elixir/500/80/Cooking -7/Restores health to full./drink/0 0 0 0 0 0 0 0 0 0 0/0" #!String
                        774: "Wild Bait/15/-300/Basic -21/A unique recipe from Linus. It appeals to all fish." #!String
                        775: "Glacierfish/1000/10/Fish -4/Builds a nest on the underside of glaciers./Day^Winter" #!String
                        784: "Weeds/0/15/Basic/Ugly weeds." #!String
                        785: "Weeds/0/15/Basic/Ugly weeds." #!String
                        786: "Weeds/0/15/Basic/Ugly weeds." #!String
                        787: "Battery Pack/500/-300/Basic -16/It's fully charged with precious energy." #!String
                        788: "Lost Axe/0/-300/Quest/Robin's been looking everywhere for it." #!String
                        789: "Lucky Purple Shorts/0/-300/Quest/Better not inspect these too closely." #!String
                        790: "Berry Basket/0/-300/Quest/The fibers are stained with berry juice." #!String
                        终于发完了


                        IP属地:上海20楼2016-04-05 21:19
                        回复