Items = {
"rarity": {
"0": "Normal",
"1": "Magic",
"2": "Rare",
"3": "Unique"
},
"types": {
"0": { name: "Amulet", size: { width:1, height: 1 }},
"1": { name: "Ring", size: { width:1, height: 1 }},
"2": { name: "Belt", size: { width:2, height: 1 }},
"3": { name: "Quiver", size: { width:2, height: 3 }},
"4": { name: "Armour", size: { width:2, height: 3 }},
"5": { name: "Boots", size: { width:2, height: 2 }},
"6": { name: "Gloves", size: { width:2, height: 2 }},
"7": { name: "Helmet", size: { width:2, height: 2 }},
"8": { name: "Small Shield", size: { width:2, height: 2 }},
"9": { name: "Medium Shield", size: { width:2, height: 3 }},
"10": { name: "Big Shield", size: { width:2, height: 4 }},
"11": { name: "One handed axe", size: { width:2, height: 3 }},
"12": { name: "Two handed axe", size: { width:2, height: 4 }},
"13": { name: "Small Bow", size: { width:2, height: 3 }},
"14": { name: "Big Bow", size: { width:2, height: 4 }},
"15": { name: "Claw", size: { width:2, height: 2 }},
"16": { name: "Dagger", size: { width:2, height: 2 }},
"17": { name: "One handed mace", size: { width:2, height: 3 }},
"18": { name: "Two handed mace", size: { width:2, height: 4 }},
"19": { name: "Stave", size: { width:2, height: 4 }},
"20": { name: "One handed sword 1", size: { width:1, height: 3 }},
"21": { name: "One handed sword 2", size: { width:2, height: 3 }},
"22": { name: "One handed sword 3", size: { width:1, height: 4 }},
"23": { name: "Two handed sword", size: { width:2, height: 4 }},
"24": { name: "Wand", size: { width:1, height: 3 }},
"25": { name: "Flask", size: { width:1, height: 2 }},
"26": { name: "Jewel", size: { width:1, height: 1 }}
},
"default": {
"0": { "name": "Quality: %s", "min": "0", "max": "20"},
"1": { "name": "Physical damage: %s", "min": "5", "max": "150"},
"2": { "name": "Critical strice chance: %s", "min": "5", "max": "15"},
"3": { "name": "Attack Speed: %s", "min": ".5", "max": "2"},
"4": { "name": "Range: %s", "min": "7", "max": "400"}
},
"implicit": {
"0": { "name": "%s Life Regenerated per second", "min": "5", "max": "300"},
"1": { "name": "%s% increased mana regeneration rate", "min": "5", "max": "10"},
"2": { "name": "%s to strength", "min": "5", "max": "50"},
"3": { "name": "%s to dexterity", "min": "5", "max": "50"},
"4": { "name": "%s to intelligence", "min": "5", "max": "50"},
"5": { "name": "%s% increased rarity of items found", "min": "5", "max": "30"},
"6": { "name": "%s% increased quantity of items found", "min": "5", "max": "30"},
"7": { "name": "%s to strength and dexterity", "min": "5", "max": "25"},
"8": { "name": "%s to dexterity and intelligence", "min": "5", "max": "25"},
"9": { "name": "%s to intelligence and strength", "min": "5", "max": "25"},
"10": { "name": "%s to all attributes", "min": "15", "max": "15"},
"11": { "name": "%s% increased physical damage", "min": "15", "max": "150"},
"12": { "name": "%s% increased projectile damage", "min": "5", "max": "150"},
"13": { "name": "%s% increased spell damage", "min": "5", "max": "140"},
"14": { "name": "%s% increased attack speed", "min": "5", "max": "45"},
"15": { "name": "%s% increased elemental damage", "min": "5", "max": "45"},
"16": { "name": "%s% increased critical strike chance", "min": "5", "max": "75"},
"17": { "name": "%s% critical strike multiplier", "min": "5", "max": "75"},
"18": { "name": "%s to maximum life", "min": "25", "max": "90"},
"19": { "name": "%s to armour", "min": "15", "max": "300"},
"20": { "name": "%s to evasion", "min": "15", "max": "300"},
"21": { "name": "%s to energy shield", "min": "45", "max": "300"},
"22": { "name": "%s% increased armour", "min": "15", "max": "150"},
"23": { "name": "%s% increased evasion", "min": "15", "max": "150"},
"24": { "name": "%s% increased energy shield", "min": "45", "max": "150"},
"25": { "name": "%s% increased armour and evasion", "min": "15", "max": "100"},
"26": { "name": "%s% increased evasion and energy shield", "min": "15", "max": "100"},
"27": { "name": "%s% increased energy shield and armour", "min": "15", "max": "100"},
"28": { "name": "%s% to movement speed", "min": "5", "max": "30"},
"29": { "name": "%s life gained on hit", "min": "15", "max": "45"},
"30": { "name": "%s mana gained on hit", "min": "5", "max": "20"},
"31": { "name": "%s% of physical damage leeches as life", "min": "5", "max": "10"},
"32": { "name": "%s% of physical damage leeches as mana", "min": "2", "max": "5"},
"33": { "name": "%s% chance to block", "min": "1", "max": "5"},
"34": { "name": "%s% chance to dodge", "min": "1", "max": "5"},
"35": { "name": "%s% chance to evade", "min": "1", "max": "5"},
"36": { "name": "%s% armour penetration", "min": "5", "max": "30"},
"37": { "name": "%s% fire penetration", "min": "5", "max": "40"},
"38": { "name": "%s% cold penetration", "min": "5", "max": "40"},
"39": { "name": "%s% light penetration", "min": "5", "max": "40"},
"40": { "name": "%s% chaos penetration", "min": "5", "max": "40"},
"41": { "name": "%s% increased area of effect", "min": "15", "max": "40"},
"42": { "name": "%s fire resistance", "min": "5", "max": "45"},
"43": { "name": "%s cold resistance", "min": "5", "max": "45"},
"44": { "name": "%s light resistance", "min": "5", "max": "45"},
"45": { "name": "%s chaos resistance", "min": "5", "max": "30"},
"46": { "name": "%s to accuracy", "min": "50", "max": "300"},
"47": { "name": "%s% increased accuracy", "min": "10", "max": "30"},
"48": { "name": "%s% chance to cause bleeding", "min": "15", "max": "40"}
},
"prefix": {
"0": { "name": "Adds %s physical damage to attacks", "min": "20", "max": "30"},
"1": { "name": "Adds %s fire damage to attacks", "min": "", "max": ""},
"2": { "name": "Adds %s cold damage to attacks", "min": "", "max": ""},
"3": { "name": "Adds %s light damage to attacks", "min": "", "max": ""},
"4": { "name": "%s% increased elemental damage with attack skills", "min": "", "max": ""},
"5": { "name": "%s to maximum energy shield", "min": "", "max": ""},
"6": { "name": "%s% increased energy shied", "min": "", "max": ""},
"7": { "name": "%s% increased evasion", "min": "", "max": ""},
"8": { "name": "%s% increased armor", "min": "", "max": ""},
"9": { "name": "%s to maximum life", "min": "", "max": ""},
"10": { "name": "%s% of physical damage leeches as life", "min": "", "max": ""},
"11": { "name": "%s% of physical damage leeches as mana", "min": "", "max": ""},
"12": { "name": "%s to maximum mana", "min": "", "max": ""},
"13": { "name": "%s% increased spell damage", "min": "", "max": ""},
"14": { "name": "%s to min/max damage", "min": "", "max": ""},
"15": { "name": "%s% increased physical damage", "min": "", "max": ""},
"16": { "name": "%s to min/max armour", "min": "", "max": ""},
"17": { "name": "%s% increased armour", "min": "", "max": ""},
"18": { "name": "%s to min/max evasion", "min": "", "max": ""},
"19": { "name": "%s% increased evasion", "min": "", "max": ""},
"20": { "name": "%s to min/max energy shield", "min": "", "max": ""},
"21": { "name": "%s% increased energy shield", "min": "", "max": ""},
"22": { "name": "%s% of physical damage converted to fire damage", "min": "", "max": ""},
"23": { "name": "%s% of physical damage converted to cold damage", "min": "", "max": ""},
"24": { "name": "%s% of physical damage converted to lightning damage", "min": "", "max": ""}
},
"suffix": {
"0": { "name": "%s to accuracy", "min": "40", "max": "150"},
"1": { "name": "%s to all attributes", "min": "", "max": ""},
"2": { "name": "%s to strength", "min": "", "max": ""},
"3": { "name": "%s to dexterity", "min": "", "max": ""},
"4": { "name": "%s to intelligence", "min": "", "max": ""},
"5": { "name": "%s% increased cast speed", "min": "", "max": ""},
"6": { "name": "%s% increased critical strike chance", "min": "", "max": ""},
"7": { "name": "%s% critical strike multiplier", "min": "", "max": ""},
"8": { "name": "%s life gain on kill", "min": "", "max": ""},
"9": { "name": "%s life gain on hit", "min": "", "max": ""},
"10": { "name": "%s% increased fire damage", "min": "", "max": ""},
"11": { "name": "%s% increased cold damage", "min": "", "max": ""},
"12": { "name": "%s% increased light damage", "min": "", "max": ""},
"13": { "name": "%s% increased elemental damage", "min": "", "max": ""},
"14": { "name": "%s to fire resistance", "min": "", "max": ""},
"15": { "name": "%s to cold resistance", "min": "", "max": ""},
"16": { "name": "%s to light resistance", "min": "", "max": ""},
"17": { "name": "%s to chaos resistance", "min": "", "max": ""},
"18": { "name": "%s to all resistances", "min": "", "max": ""},
"19": { "name": "%s% increased mana regeneration", "min": "", "max": ""},
"20": { "name": "%s life regeneration/second", "min": "", "max": ""},
"21": { "name": "%s% increased rarity of items found", "min": "", "max": ""},
"22": { "name": "%s% increased quantity of items found", "min": "", "max": ""},
"23": { "name": "%s increased fire damage", "min": "", "max": ""},
"24": { "name": "%s increased cold damage", "min": "", "max": ""},
"25": { "name": "%s increased light damage", "min": "", "max": ""},
"26": { "name": "%s increased chaos damage", "min": "", "max": ""},
"27": { "name": "%s chance to cause bleeding", "min": "", "max": ""},
"28": { "name": "%s% increased bleeding damage", "min": "", "max": ""},
"29": { "name": "%s chance to poison", "min": "", "max": ""},
"30": { "name": "%s% increased poison damage", "min": "", "max": ""},
"31": { "name": "%s chance to ignite", "min": "", "max": ""},
"32": { "name": "%s chance to chill", "min": "", "max": ""},
"33": { "name": "%s chance to shock", "min": "", "max": ""},
"34": { "name": "%s% chance to block", "min": "", "max": ""},
"35": { "name": "%s% chance to dodge", "min": "", "max": ""},
"36": { "name": "%s% chance to evade", "min": "", "max": ""}
},
"unique": {
"0": "1% increased damage per 8 strength",
"1": "1% increased armour per 16 strength"
},
"craft": {
"0": { "name": "%s% increased damage", "min": "", "max": ""},
"1": { "name": "%s mana cost of skills", "min": "", "max": ""},
"2": { "name": "%s% aura mana reservation", "min": "", "max": ""},
"3": { "name": "%s% increased life leech/s", "min": "", "max": ""},
"4": { "name": "%s fire and cold resistances", "min": "", "max": ""},
"5": { "name": "%s cold and light resistances", "min": "", "max": ""},
"6": { "name": "%s light and fire resistances", "min": "", "max": ""},
"7": { "name": "%s% increased attack speed", "min": "", "max": ""},
"8": { "name": "%s% increased chaos damage", "min": "", "max": ""},
"9": { "name": "%s% of chaos damage leeches as life", "min": "", "max": ""},
"10": { "name": "%s% chance to recover 10% hp when hit", "min": "", "max": ""},
"11": { "name": "Hits cannot be evaded", "min": "", "max": ""}
},
"requirements": {
"0": "level: %s",
"1": "%s str",
"2": "%s dex",
"3": "%s int"
},
"base": {
/*======================================================================================*/
/* 0 - 999 - Amulets */
/*======================================================================================*/
"0": {
"name:": "Dream Ammulet",
"type": "0",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
/* 1000 - 1999 - Rings */
/*======================================================================================*/
"1000": {
"name:": "Dream Ring",
"type": "1",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
"1001": {
"name:": "Dream Ring",
"type": "1",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
/* 2000 - 2999 - Belts */
/*======================================================================================*/
"2000": {
"name:": "Dream Belt",
"type": "2",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
/* 3000 - 3999 - Quivers */
/*======================================================================================*/
"3000": {
"name:": "Dream Quiver",
"type": "3",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
/* 4000 - 4999 - Armours */
/*======================================================================================*/
"4000": {
"name:": "Dream Armor",
"type": "4",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
/* 5000 - 5999 - Boots */
/*======================================================================================*/
"5000": {
"name:": "Dream Boots",
"type": "5",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
/* 6000 - 6999 - Gloves */
/*======================================================================================*/
"6000": {
"name:": "Dream Gloves",
"type": "6",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
/* 7000 - 7999 - Helmets */
/*======================================================================================*/
"7000": {
"name:": "Dream Helmet",
"type": "7",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
/* 8000 - 8999 - Small Shields */
/*======================================================================================*/
"8000": {
"name:": "Dream Shield",
"type": "8",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
/* 9000 - 9999 - Medium Shields */
/*======================================================================================*/
"9000": {
"name:": "Dream Shield",
"type": "9",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
/* 10000 - 10999 - Big Shields */
/*======================================================================================*/
"10000": {
"name:": "Dream Shield",
"type": "10",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
/* 11000 - 11999 - One Handed Axes */
/*======================================================================================*/
/*======================================================================================*/
"11000": {
"name:": "Dream One Handed Axe",
"type": "11",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
/* 12000 - 12999 - Two Handed Axes */
/*======================================================================================*/
/*======================================================================================*/
"12000": {
"name:": "Dream Two Handed Axe",
"type": "12",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
/* 13000 - 13999 - Small Bows */
/*======================================================================================*/
"13000": {
"name:": "Dream Bow",
"type": "13",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
/* 14000 - 14999 - Big Bows */
/*======================================================================================*/
"14000": {
"name:": "Dream Bow",
"type": "14",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
/* 15000 - 15999 - Claws */
/*======================================================================================*/
"15000": {
"name:": "Dream Claw",
"type": "15",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
/* 16000 - 16999 - Daggers */
/*======================================================================================*/
"16000": {
"name:": "Dream Dagger",
"type": "16",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
/* 17000 - 17999 - One Handed Maces */
/*======================================================================================*/
"17000": {
"name:": "Dream One Handed Mace",
"type": "17",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
/* 18000 - 18999 - Two Handed Maces */
/*======================================================================================*/
"18000": {
"name:": "Dream Two Handed Mace",
"type": "18",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
"18000": {
"name:": "Dream Mace",
"type": "18",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
/* 19000 - 19999 - Staves */
/*======================================================================================*/
"19000": {
"name:": "Dream Staff",
"type": "19",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
/* 20000 - 20999 - One Handed Swords 1 1x3 */
/*======================================================================================*/
"20000": {
"name:": "Dream One Handed Sword 1",
"type": "20",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
/* 21000 - 21999 - One Handed Swords 2 2x3 */
/*======================================================================================*/
"21000": {
"name:": "Dream One Handed Sword 2",
"type": "21",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
/* 22000 - 22999 - One Handed Swords 3 1x4 */
/*======================================================================================*/
"22000": {
"name:": "Dream One Handed Sword 3",
"type": "22",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
/* 23000 - 23999 - Two Handed Swords */
/*======================================================================================*/
"23000": {
"name:": "Dream Two Handed Sword",
"type": "23",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
/* 24000 - 24999 - Wands */
/*======================================================================================*/
"24000": {
"name:": "Dream Wands",
"type": "24",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
/* 25000 - 25999 - Flasks */
/*======================================================================================*/
"25000": {
"name:": "Dream Flask",
"type": "25",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
/*======================================================================================*/
/* 26000 - 26999 - Jewels */
/*======================================================================================*/
"26000": {
"name:": "Dream Jewel",
"type": "26",
"default": {
"0": { "id": "1", "value": "30, 40"},
"1": { "id": "2", "value": "5"},
"2": { "id": "3", "value": "1.4"},
"3": { "id": "4", "value": "9"}
},
"requiremets": { "0": {"id": "0", "value": "20"} }
},
},
"item": {
"0": {
"name": "Brain Rattler",
"base": "0",
"requiremets": { "0": {"id": "0", "value": "80"} },
"implicit": {
"0": { "id": "35", "min": "10", "max": "15" }
},
"prefix": {
"0": { "id": "0", "min": "250", "max": "380" },
"1": { "id": "22", "min": "50", "max": "50" },
"2": { "id": "29", "min": "80", "max": "150" }
},
"suffix": {
"0": { "id": "13", "min": "5", "max": "15" },
"1": { "id": "31", "min": "10", "max": "30" }
},
"text": {
"0": "The painful memories are",
"1": "the easiest to recall.",
"2": "''Lavianga, Advisor to Kaom''"
}
}
}
}