{ "POTION_01": { "id": "POTION_01", "name": "疗伤药", "type": "potion", "description": "普通的疗伤药,可以恢复少量生命值。", "value": 10, "effects": { "heal": 20 } }, "POTION_02": { "id": "POTION_02", "name": "回气丹", "type": "potion", "description": "可以恢复一定量的真气。", "value": 20, "effects": { "mana": 30 } }, "POTION_03": { "id": "POTION_03", "name": "长春丹", "type": "potion", "description": "传说中的长春丹,据说有延年益寿之效。", "value": 100, "effects": { "heal": 50, "strength": 5 } }, "WEAPON_01": { "id": "WEAPON_01", "name": "精钢剑", "type": "weapon", "description": "一柄精钢打造的长剑,锋利坚韧。", "value": 50, "slot": "weapon", "statModifiers": { "attack": 5 } }, "ARMOR_01": { "id": "ARMOR_01", "name": "铁布衫", "type": "armor", "description": "一件铁布衫,可以有效防护。", "value": 30, "slot": "armor", "statModifiers": { "defense": 3 } }, "CAOYAO": { "id": "CAOYAO", "name": "灵草药", "type": "material", "description": "一株灵草药,可用于炼制丹药。", "value": 50 }, "ZHENGBI": { "id": "CAOYAO", "name": "银两", "type": "currency", "description": "七玄门通行的货币,可用于交易。", "value": 1 }, "ZHUTIANPING": { "id": "ZHUTIANPING", "name": "掌天瓶", "type": "treasure", "description": "传说中的至宝掌天瓶,具有神秘力量。", "value": 10000, "effects": { "maxHealth": 100, "maxMana": 100 } } }