Module:Data/Item/smt5v
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Data/Item/smt5v/doc
-- Reference: https://docs.google.com/spreadsheets/d/1qqAH0bFeck0k_BcItcgH3xrV7uCryBwTVerv-iA8Ynw/edit?gid=1287765583#gid=1287765583
local item = {
['return pillar'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Return to the last visited leyline fount. Item is not consumed upon use.',
effect = 'Teleport to last visited leyline fount. Reusable.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'y',
name = 'Return Pillar',
},
['ambrosia'] = {
icon = 'healing',
itemtype = 'Consumable',
description = 'Large set HP recovery to 1 ally.',
effect = 'Heals 300 HP.',
target = 'Single ally',
capacity = 20,
buy = 1200,
sell = 240,
inbattle = 'y',
outbattle = 'y',
name = 'Ambrosia',
},
['muscle drink'] = {
icon = 'healing',
itemtype = 'Consumable',
description = 'Recover HP beyond max health to 1 ally but has a chance to inflict Charm/Confusion/Mirage.',
effect = 'Overheals to 125% HP, 60% Confusion/Charm/Mirage.',
target = 'Single ally',
capacity = 10,
buy = 2400,
sell = 600,
inbattle = 'y',
outbattle = 'n',
name = 'Muscle Drink',
},
['life stone'] = {
icon = 'healing',
itemtype = 'Consumable',
description = 'Slight HP recovery to 1 ally.',
effect = 'Heals 35% HP.',
target = 'Single ally',
capacity = 50,
buy = 100,
sell = 25,
inbattle = 'y',
outbattle = 'y',
name = 'Life Stone',
},
['bead'] = {
icon = 'healing',
itemtype = 'Consumable',
description = 'Full HP recovery to 1 ally.',
effect = 'Heals 100% HP.',
target = 'Single ally',
capacity = 10,
buy = 5000,
sell = 1250,
inbattle = 'y',
outbattle = 'y',
name = 'Bead',
},
['bead chain'] = {
icon = 'healing',
itemtype = 'Consumable',
description = 'Full HP recovery to all allies.',
effect = 'Heals 100% HP.',
target = 'All allies',
capacity = 5,
buy = 10000,
sell = 2500,
inbattle = 'y',
outbattle = 'y',
name = 'Bead Chain',
},
['chakra drop'] = {
icon = 'healing',
itemtype = 'Consumable',
description = 'Slight set MP recovery to 1 ally.',
effect = 'Heals 50 MP.',
target = 'Single ally',
capacity = 30,
buy = 800,
sell = 200,
inbattle = 'y',
outbattle = 'y',
name = 'Chakra Drop',
},
['chakra pot'] = {
icon = 'healing',
itemtype = 'Consumable',
description = 'Large set MP recovery to 1 ally.',
effect = 'Heals 200 MP.',
target = 'Single ally',
capacity = 10,
buy = 8000,
sell = 2000,
inbattle = 'y',
outbattle = 'y',
name = 'Chakra Pot',
},
['soma'] = {
icon = 'healing',
itemtype = 'Consumable',
description = 'Full HP and MP recovery to 1 ally.',
effect = 'Heals 100% HP and MP.',
target = 'Single ally',
capacity = 5,
buy = 40000,
sell = 10000,
inbattle = 'y',
outbattle = 'y',
name = 'Soma',
},
['amrita soda'] = {
icon = 'healing',
itemtype = 'Consumable',
description = 'Cure status ailments on 1 ally.',
effect = 'Cures ailments.',
target = 'Single ally',
capacity = 50,
buy = 80,
sell = 20,
inbattle = 'y',
outbattle = 'n',
name = 'Amrita Soda',
},
['amrita shower'] = {
icon = 'healing',
itemtype = 'Consumable',
description = 'Cure status ailments on all allies.',
effect = 'Cures ailments.',
target = 'All allies',
capacity = 10,
buy = 1600,
sell = 400,
inbattle = 'y',
outbattle = 'n',
name = 'Amrita Shower',
},
['revival bead'] = {
icon = 'healing',
itemtype = 'Consumable',
description = 'Revive 1 ally to half HP.',
effect = 'Revives with 50% HP.',
target = 'Single ally',
capacity = 20,
buy = 400,
sell = 100,
inbattle = 'y',
outbattle = 'y',
name = 'Revival Bead',
},
['balm of life'] = {
icon = 'healing',
itemtype = 'Consumable',
description = 'Revive 1 ally to full HP.',
effect = 'Revives with 100% HP.',
target = 'Single ally',
capacity = 10,
buy = 6000,
sell = 1500,
inbattle = 'y',
outbattle = 'y',
name = 'Balm of Life',
},
['fire shard'] = {
icon = 'fire',
itemtype = 'Consumable',
description = 'Weak Fire attack to all foes.',
effect = 'Inflicts Fire damage, 95 power.',
target = 'All enemies',
capacity = 10,
buy = 200,
sell = 50,
inbattle = 'y',
outbattle = 'n',
name = 'Fire Shard',
},
['fire gem'] = {
icon = 'fire',
itemtype = 'Consumable',
description = 'Heavy Fire attack to 1 foe.',
effect = 'Inflicts Fire damage, 215 power.',
target = 'Single enemy',
capacity = 10,
buy = 1000,
sell = 250,
inbattle = 'y',
outbattle = 'n',
name = 'Fire Gem',
},
['ice shard'] = {
icon = 'ice',
itemtype = 'Consumable',
description = 'Weak Ice attack to all foes.',
effect = 'Inflicts Ice damage, 95 power.',
target = 'All enemies',
capacity = 10,
buy = 200,
sell = 50,
inbattle = 'y',
outbattle = 'n',
obtain = '',
name = 'Ice Shard',
},
['ice gem'] = {
icon = 'ice',
itemtype = 'Consumable',
description = 'Heavy Ice attack to 1 foe.',
effect = 'Inflicts Ice damage, 215 power.',
target = 'Single enemy',
capacity = 10,
buy = 1000,
sell = 250,
inbattle = 'y',
outbattle = 'n',
name = 'Ice Gem',
},
['elec shard'] = {
icon = 'electric',
itemtype = 'Consumable',
description = 'Weak Electric attack to all foes.',
effect = 'Inflicts Electric damage, 95 power.',
target = 'All enemies',
capacity = 10,
buy = 200,
sell = 50,
inbattle = 'y',
outbattle = 'n',
name = 'Elec Shard',
},
['elec gem'] = {
icon = 'electric',
itemtype = 'Consumable',
description = 'Heavy Electric attack to 1 foe.',
effect = 'Inflicts Ice damage, 215 power.',
target = 'Single enemy',
capacity = 10,
buy = 1000,
sell = 250,
inbattle = 'y',
outbattle = 'n',
name = 'Elec Gem',
},
['force shard'] = {
icon = 'force',
itemtype = 'Consumable',
description = 'Weak Force attack to all foes.',
effect = 'Inflicts Force damage, 95 power.',
target = 'All enemies',
capacity = 10,
buy = 200,
sell = 50,
inbattle = 'y',
outbattle = 'n',
name = 'Force Shard',
},
['force gem'] = {
icon = 'force',
itemtype = 'Consumable',
description = 'Heavy Force attack to 1 foe.',
effect = 'Inflicts Force damage, 215 power.',
target = 'Single enemy',
capacity = 10,
buy = 1000,
sell = 250,
inbattle = 'y',
outbattle = 'n',
name = 'Force Gem',
},
['light shard'] = {
icon = 'light',
itemtype = 'Consumable',
description = 'Weak Light attack to all foes. Chance of instakill when striking weakness.',
effect = 'Inflicts Light damage, 105 power, 30% instakill against weakness.',
target = 'All enemies',
capacity = 10,
buy = 250,
sell = 62,
inbattle = 'y',
outbattle = 'n',
name = 'Light Shard',
},
['light gem'] = {
icon = 'light',
itemtype = 'Consumable',
description = 'Heavy Light attack to 1 foe. Chance of instakill when striking weakness.',
effect = 'Inflicts Light damage, 175 power, 40% instakill against weakness.',
target = 'Single enemy',
capacity = 10,
buy = 1500,
sell = 375,
inbattle = 'y',
outbattle = 'n',
name = 'Light Gem',
},
['dark shard'] = {
icon = 'dark',
itemtype = 'Consumable',
description = 'Weak Dark attack to all foes. Chance of instakill when striking weakness.',
effect = 'Inflicts Dark damage, 105 power, 30% instakill against weakness.',
target = 'All enemies',
capacity = 10,
buy = 250,
sell = 62,
inbattle = 'y',
outbattle = 'n',
name = 'Dark Shard',
},
['dark gem'] = {
icon = 'dark',
itemtype = 'Consumable',
description = 'Heavy Dark attack to 1 foe. Chance of instakill when striking weakness.',
effect = 'Inflicts Dark damage, 175 power, 40% instakill against weakness.',
target = 'Single enemy',
capacity = 10,
buy = 1500,
sell = 375,
inbattle = 'y',
outbattle = 'n',
name = 'Dark Gem',
},
['spirit drain gem'] = {
icon = 'almighty',
itemtype = 'Consumable',
description = 'Weak Almighty MP drain attack to 1 foe.',
effect = 'Almighty MP drain, 100 power.',
target = 'Single enemy',
capacity = 20,
buy = 600,
sell = 150,
inbattle = 'y',
outbattle = 'n',
name = 'Spirit Drain Gem',
},
['life drain gem'] = {
icon = 'almighty',
itemtype = 'Consumable',
description = 'Weak Almighty HP/MP drain attack to 1 foe.',
effect = 'Almighty HP and MP drain, 80 power.',
target = 'Single enemy',
capacity = 20,
buy = 2000,
sell = 500,
inbattle = 'y',
outbattle = 'n',
name = 'Life Drain Gem',
},
['poison gem'] = {
icon = 'ailment',
itemtype = 'Consumable',
description = 'Chance of inflicting Poison to all foes.',
effect = '60% Poison.',
target = 'All enemies',
capacity = 20,
buy = 400,
sell = 100,
inbattle = 'y',
outbattle = 'n',
name = 'Poison Gem',
},
['sleep gem'] = {
icon = 'ailment',
itemtype = 'Consumable',
description = 'Chance of inflicting Sleep to all foes.',
effect = '55% Sleep.',
target = 'All enemies',
capacity = 20,
buy = 400,
sell = 100,
inbattle = 'y',
outbattle = 'n',
name = 'Sleep Gem',
},
['confusion gem'] = {
icon = 'ailment',
itemtype = 'Consumable',
description = 'Chance of inflicting Confusion to all foes.',
effect = '45% Confusion.',
target = 'All enemies',
capacity = 20,
buy = 400,
sell = 100,
inbattle = 'y',
outbattle = 'n',
name = 'Confusion Gem',
},
['mirage gem'] = {
icon = 'ailment',
itemtype = 'Consumable',
description = 'Chance of inflicting Mirage to all foes.',
effect = '50% Mirage.',
target = 'All enemies',
capacity = 20,
buy = 400,
sell = 100,
inbattle = 'y',
outbattle = 'n',
name = 'Mirage Gem',
},
['seal gem'] = {
icon = 'ailment',
itemtype = 'Consumable',
description = 'Chance of inflicting Seal to all foes.',
effect = '40% Seal.',
target = 'All enemies',
capacity = 20,
buy = 400,
sell = 100,
inbattle = 'y',
outbattle = 'n',
name = 'Seal Gem',
},
['charm gem'] = {
icon = 'ailment',
itemtype = 'Consumable',
description = 'Chance of inflicting Charm to all foes.',
effect = '45% Charm.',
target = 'All enemies',
capacity = 20,
buy = 400,
sell = 100,
inbattle = 'y',
outbattle = 'n',
name = 'Charm Gem',
},
['phys dampener'] = {
icon = 'support',
itemtype = 'Consumable',
description = 'Nullifies a Physical attack against all allies once for 1 turn.',
effect = 'Adds Phys Nullify for 1 turn.',
target = 'All allies',
capacity = 3,
buy = 150,
sell = 37,
inbattle = 'y',
outbattle = 'n',
name = 'Phys Dampener',
},
['fire dampener'] = {
icon = 'support',
itemtype = 'Consumable',
description = 'Nullifies a Fire attack against all allies once for 1 turn.',
effect = 'Adds Fire Nullify for 1 turn.',
target = 'All allies',
capacity = 3,
buy = 150,
sell = 37,
inbattle = 'y',
outbattle = 'n',
name = 'Fire Dampener',
},
['ice dampener'] = {
icon = 'support',
itemtype = 'Consumable',
description = 'Nullifies an Ice attack against all allies once for 1 turn.',
effect = 'Adds Ice Nullify for 1 turn.',
target = 'All allies',
capacity = 3,
buy = 150,
sell = 37,
inbattle = 'y',
outbattle = 'n',
name = 'Ice Dampener',
},
['elec dampener'] = {
icon = 'support',
itemtype = 'Consumable',
description = 'Nullifies an Electric attack against all allies once for 1 turn.',
effect = 'Adds Elec Nullify for 1 turn.',
target = 'All allies',
capacity = 3,
buy = 150,
sell = 37,
inbattle = 'y',
outbattle = 'n',
name = 'Elec Dampener',
},
['force dampener'] = {
icon = 'support',
itemtype = 'Consumable',
description = 'Nullifies a Force attack against all allies once for 1 turn.',
effect = 'Adds Force Nullify for 1 turn.',
target = 'All allies',
capacity = 3,
buy = 150,
sell = 37,
inbattle = 'y',
outbattle = 'n',
name = 'Force Dampener',
},
['light dampener'] = {
icon = 'support',
itemtype = 'Consumable',
description = 'Nullifies a Light attack against all allies once for 1 turn.',
effect = 'Adds Light Nullify for 1 turn.',
target = 'All allies',
capacity = 3,
buy = 150,
sell = 37,
inbattle = 'y',
outbattle = 'n',
name = 'Light Dampener',
},
['dark dampener'] = {
icon = 'support',
itemtype = 'Consumable',
description = 'Nullifies a Dark attack against all allies once for 1 turn.',
effect = 'Adds Dark Nullify for 1 turn.',
target = 'All allies',
capacity = 3,
buy = 150,
sell = 37,
inbattle = 'y',
outbattle = 'n',
name = 'Dark Dampener',
},
['attack mirror'] = {
icon = 'support',
itemtype = 'Consumable',
description = 'Reflects a Physical attack once for 1 ally for 1 turn.',
effect = 'Adds Repel Phys for 1 turn.',
target = 'Single ally',
capacity = 10,
buy = 2000,
sell = 500,
inbattle = 'y',
outbattle = 'n',
name = 'Attack Mirror',
},
['magic mirror'] = {
icon = 'support',
itemtype = 'Consumable',
description = 'Reflects a Magic attack once for 1 ally for 1 turn.',
effect = 'Adds Repel Magic for 1 turn.',
target = 'Single ally',
capacity = 10,
buy = 2000,
sell = 500,
inbattle = 'y',
outbattle = 'n',
name = 'Magic Mirror',
},
['purge charm'] = {
icon = 'support',
itemtype = 'Consumable',
description = 'Negates status buff effects on all foes.',
effect = 'Removes Attack, Defense and Accuracy/Evasion buffs.',
target = 'All enemies',
capacity = 10,
buy = 1000,
sell = 250,
inbattle = 'y',
outbattle = 'n',
name = 'Purge Charm',
},
['dispel charm'] = {
icon = 'support',
itemtype = 'Consumable',
description = 'Negates status debuff effects on all allies.',
effect = 'Removes Attack, Defense and Accuracy/Evasion debuffs.',
target = 'All enemies',
capacity = 10,
buy = 1000,
sell = 250,
inbattle = 'y',
outbattle = 'n',
name = 'Dispel Charm',
},
['charge gem'] = {
icon = 'support',
itemtype = 'Consumable',
description = 'Greatly increases the damage of next Strength-based attack for self.',
effect = 'Next Strength-based attack gains Damage ×1.8.',
target = 'Self',
capacity = 20,
buy = 5000,
sell = 1250,
inbattle = 'y',
outbattle = 'n',
name = 'Charge Gem',
},
['concentrate gem'] = {
icon = 'support',
itemtype = 'Consumable',
description = 'Greatly increases the damage of next Magic-based attack for self.',
effect = 'Next Magic-based attack gains Damage ×1.8.',
target = 'Self',
capacity = 20,
buy = 5000,
sell = 1250,
inbattle = 'y',
outbattle = 'n',
name = 'Concentrate Gem',
},
['critical gem'] = {
icon = 'support',
itemtype = 'Consumable',
description = 'Guarantees the next Strength-based attack for self will be both 100% accurate and a Critical Hit.',
effect = 'Next Strength-based attack will be Critical and not miss.',
target = 'Self',
capacity = 20,
buy = 8000,
sell = 2000,
inbattle = 'y',
outbattle = 'n',
name = 'Critical Gem',
},
['spyglass'] = {
icon = 'special',
itemtype = 'Consumable',
description = 'Displays info for 1 foe.',
effect = 'Reveals information.',
target = 'Single enemy',
capacity = 50,
buy = 100,
sell = 25,
inbattle = 'y',
outbattle = 'n',
name = 'Spyglass',
},
['battle sutra'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = 'Increases a demon\'s Phys skill potential by 1. (max: +9)',
effect = '+1 Phys Potential if it is positive.',
target = 'Single Ally (Demon)',
capacity = 99,
buy = 999999,
sell = 1,
inbattle = 'n',
outbattle = 'y',
name = 'Battle Sutra',
},
['fire sutra'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = 'Increases a demon\'s Fire skill potential by 1. (max: +9)',
effect = '+1 Fire Potential if it is positive.',
target = 'Single Ally (Demon)',
capacity = 99,
buy = 400000,
sell = 1,
inbattle = 'n',
outbattle = 'y',
name = 'Fire Sutra',
},
['ice sutra'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = 'Increases a demon\'s Ice skill potential by 1. (max: +9)',
effect = '+1 Ice Potential if it is positive.',
target = 'Single Ally (Demon)',
capacity = 99,
buy = 400000,
sell = 1,
inbattle = 'n',
outbattle = 'y',
name = 'Ice Sutra',
},
['elec sutra'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = 'Increases a demon\'s Elec skill potential by 1. (max: +9)',
effect = '+1 Elec Potential if it is positive.',
target = 'Single Ally (Demon)',
capacity = 99,
buy = 400000,
sell = 1,
inbattle = 'n',
outbattle = 'y',
name = 'Elec Sutra',
},
['force sutra'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = 'Increases a demon\'s Force skill potential by 1. (max: +9)',
effect = '+1 Force Potential if it is positive.',
target = 'Single Ally (Demon)',
capacity = 99,
buy = 400000,
sell = 1,
inbattle = 'n',
outbattle = 'y',
name = 'Force Sutra',
},
['light sutra'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = 'Increases a demon\'s Light skill potential by 1. (max: +9)',
effect = '+1 Light Potential if it is positive.',
target = 'Single Ally (Demon)',
capacity = 99,
buy = 400000,
sell = 1,
inbattle = 'n',
outbattle = 'y',
name = 'Light Sutra',
},
['dark sutra'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = 'Increases a demon\'s Dark skill potential by 1. (max: +9)',
effect = '+1 Dark Potential if it is positive.',
target = 'Single Ally (Demon)',
capacity = 99,
buy = 400000,
sell = 1,
inbattle = 'n',
outbattle = 'y',
name = 'Dark Sutra',
},
['destruction sutra'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = 'Increases a demon\'s Almighty skill potential by 1. (max: +9)',
effect = '+1 Almighty Potential if it is positive.',
target = 'Single Ally (Demon)',
capacity = 99,
buy = 999999,
sell = 1,
inbattle = 'n',
outbattle = 'y',
name = 'Destruction Sutra',
},
['healing sutra'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = 'Increases a demon\'s Healing skill potential by 1. (max: +5)',
effect = '+1 Healing Potential if it is positive.',
target = 'Single Ally (Demon)',
capacity = 99,
buy = 400000,
sell = 1,
inbattle = 'n',
outbattle = 'y',
name = 'Healing Sutra',
},
['aiding sutra'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = 'Increases a demon\'s Support skill potential by 1. (max: +5)',
effect = '+1 Support Potential if it is positive.',
target = 'Single Ally (Demon)',
capacity = 99,
buy = 400000,
sell = 1,
inbattle = 'n',
outbattle = 'y',
name = 'Aiding Sutra',
},
['calamity sutra'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = 'Increases a demon\'s Ailment skill potential by 1. (max: +9)',
effect = '+1 Ailment Potential if it is positive.',
target = 'Single Ally (Demon)',
capacity = 99,
buy = 200000,
sell = 1,
inbattle = 'n',
outbattle = 'y',
name = 'Calamity Sutra',
},
['health incense'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = 'Increases a demon\'s max HP.',
effect = '+10 max HP.',
target = 'Single Ally (Demon)',
capacity = 99,
buy = 10000,
sell = 1,
inbattle = 'n',
outbattle = 'y',
name = 'Health Incense',
},
['stamina incense'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = 'Increases a demon\'s max MP.',
effect = '+10 max MP.',
target = 'Single Ally (Demon)',
capacity = 99,
buy = 10000,
sell = 1,
inbattle = 'n',
outbattle = 'y',
name = 'Stamina Incense',
},
['strength incense'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = 'Increases a demon\'s Strength by 1.',
effect = '+1 Strength.',
target = 'Single Ally (Demon)',
capacity = 99,
buy = 50000,
sell = 1,
inbattle = 'n',
outbattle = 'y',
name = 'Strength Incense',
},
['vitality incense'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = 'Increases a demon\'s Vitality by 1.',
effect = '+1 Vitality.',
target = 'Single Ally (Demon)',
capacity = 99,
buy = 50000,
sell = 1,
inbattle = 'n',
outbattle = 'y',
name = 'Vitality Incense',
},
['magic incense'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = 'Increases a demon\'s Magic by 1.',
effect = '+1 Magic.',
target = 'Single Ally (Demon)',
capacity = 99,
buy = 50000,
sell = 1,
inbattle = 'n',
outbattle = 'y',
name = 'Magic Incense',
},
['agility incense'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = 'Increases a demon\'s Agility by 1.',
effect = '+1 Agility.',
target = 'Single Ally (Demon)',
capacity = 99,
buy = 50000,
sell = 1,
inbattle = 'n',
outbattle = 'y',
name = 'Agility Incense',
},
['luck incense'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = 'Increases a demon\'s Luck by 1.',
effect = '+1 Luck.',
target = 'Single Ally (Demon)',
capacity = 99,
buy = 50000,
sell = 1,
inbattle = 'n',
outbattle = 'y',
name = 'Luck Incense',
},
['gospel'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = 'Grants the Nahobino enough EXP to level up.',
effect = '+1 Level to Nahobino.',
target = 'Nahobino',
capacity = 99,
buy = 10000,
sell = 1,
inbattle = 'n',
outbattle = 'y',
name = 'Gospel',
},
['grimoire'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = 'Grants a demon at a lower level than the Nahobino enough EXP to level up.',
effect = '+1 Level if the demon is lower-leveled than the Nahobino.',
target = 'Single Ally (Demon)',
capacity = 99,
buy = 80000,
sell = 1,
inbattle = 'n',
outbattle = 'y',
name = 'Grimoire',
},
['soda'] = {
icon = 'relic',
itemtype = 'Relic',
description = 'A can filled to the brim with a mysterious liquid. It smells dangerous at first, but quickly becomes rather enticing.',
effect = 'Sellable item.',
target = '—',
capacity = 99,
sell = 60,
inbattle = 'n',
outbattle = 'n',
name = 'Soda',
},
['can of jelly'] = {
icon = 'relic',
itemtype = 'Relic',
description = 'A can filled to the brim with jelly. The more you shake it, the more the jelly gets broken up, making it easier to drink.',
effect = 'Sellable item.',
target = '—',
capacity = 99,
sell = 400,
inbattle = 'n',
outbattle = 'n',
name = 'Can of Jelly',
},
['marble bottle'] = {
icon = 'relic',
itemtype = 'Relic',
description = 'A bottle plugged up with a marble. How one goes about opening it is unknown.',
effect = 'Sellable item.',
target = '—',
capacity = 99,
sell = 420,
inbattle = 'n',
outbattle = 'n',
name = 'Marble Bottle',
},
['can of oden'] = {
icon = 'relic',
itemtype = 'Relic',
description = 'A can filled with oden, a Japanese hotpot dish. A plastic toothpick on the lid allows for immediate consumption.',
effect = 'Sellable item.',
target = '—',
capacity = 99,
sell = 800,
inbattle = 'n',
outbattle = 'n',
name = 'Can of Oden',
},
['hologram trading card'] = {
icon = 'relic',
itemtype = 'Relic',
description = 'A card with a hologram processed on its front side. Most likely a rare item. A hexagram is drawn on the back.',
effect = 'Sellable item.',
target = '—',
capacity = 99,
sell = 900,
inbattle = 'n',
outbattle = 'n',
name = 'Hologram Trading Card',
},
['vinyl umbrella'] = {
icon = 'relic',
itemtype = 'Relic',
description = 'A tool used to defend against rain. It cannot protect you from the hardships of like, however.',
effect = 'Sellable item.',
target = '—',
capacity = 99,
sell = 950,
inbattle = 'n',
outbattle = 'n',
name = 'Vinyl Umbrella',
},
['time capsule'] = {
icon = 'relic',
itemtype = 'Relic',
description = 'A tin can filled with someone\'s memories. Perhaps it\'s best to leave this be.',
effect = 'Sellable item.',
target = '—',
capacity = 99,
sell = 1500,
inbattle = 'n',
outbattle = 'n',
name = 'Time Capsule',
},
['golden triangle'] = {
icon = 'relic',
itemtype = 'Relic',
description = 'A yellow rock-like object cut into a triangle. It is coated with honey.',
effect = 'Sellable item.',
target = '—',
capacity = 99,
sell = 1600,
inbattle = 'n',
outbattle = 'n',
name = 'Golden Triangle',
},
['antique shirt'] = {
icon = 'relic',
itemtype = 'Relic',
description = 'A shirt from long ago that was never worn. It\'s fairly clean and, despite being 18 years old, has yet to go out of style.',
effect = 'Sellable item.',
target = '—',
capacity = 99,
sell = 10000,
inbattle = 'n',
outbattle = 'n',
name = 'Antique Shirt',
},
['mysterious mummy'] = {
icon = 'relic',
itemtype = 'Relic',
description = 'A mummy of an indistinguishable organism. It\'d be best not to think about what it will be used for after it{{Sic}} you sell it.',
effect = 'Sellable item.',
target = '—',
capacity = 99,
sell = 16000,
inbattle = 'n',
outbattle = 'n',
name = 'Mysterious Mummy',
},
['disposable camera'] = {
icon = 'relic',
itemtype = 'Relic',
description = 'A simple camera with film built in. Popular in certain groups for its ease of use even in harsh conditions.',
effect = 'Sellable item.',
target = '—',
capacity = 99,
sell = 340,
inbattle = 'n',
outbattle = 'n',
name = 'Disposable Camera',
},
['mini cartridge'] = {
icon = 'relic',
itemtype = 'Relic',
description = 'One of many cartridges intended to be played on a game console. Some even come with a small onboard battery.',
effect = 'Sellable item.',
target = '—',
capacity = 99,
sell = 360,
inbattle = 'n',
outbattle = 'n',
name = 'Mini Cartridge',
},
['traveler\'s check'] = {
icon = 'relic',
itemtype = 'Relic',
description = 'A paper check made for travel overseas. Apparently this could be used as payment in place of cash.',
effect = 'Sellable item.',
target = '—',
capacity = 99,
sell = 370,
inbattle = 'n',
outbattle = 'n',
name = 'Traveler\'s Check',
},
['crowned bottle'] = {
icon = 'relic',
itemtype = 'Relic',
description = 'A bottle with a cap shaped like a crown. The crown appears more valuable than the dubious liquid inside.',
effect = 'Sellable item.',
target = '—',
capacity = 99,
sell = 540,
inbattle = 'n',
outbattle = 'n',
name = 'Crowned Bottle',
},
['chipped decoration'] = {
icon = 'relic',
itemtype = 'Relic',
description = 'A partially chipped decoration. Whether the chip was part of the creator\'s original vision or not is unknown.',
effect = 'Sellable item.',
target = '—',
capacity = 99,
sell = 570,
inbattle = 'n',
outbattle = 'n',
name = 'Chipped Decoration',
},
['western game console'] = {
icon = 'relic',
itemtype = 'Relic',
description = 'A game console that was popular in the past. It reads disks, but for some reason, the controller has two slots for reading cartridges.',
effect = 'Sellable item.',
target = '—',
capacity = 99,
sell = 6300,
inbattle = 'n',
outbattle = 'n',
name = 'Western Game Console',
},
['akiha-gongen talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'A talisman that grants protection from fire with the name Akiha-Gongen written across it.',
effect = 'Quest item.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Akiha-Gongen Talisman',
},
['garnet'] = {
icon = 'key item',
itemtype = 'Key',
description = 'A beaming red jewel that is thought to have lined the storefronts of jewelry stores before the great destruction.',
effect = 'Tradable item.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Garnet',
},
['inugami head'] = {
icon = 'key item',
itemtype = 'Key',
description = 'A head of the Beast Inugami. A powerful grudge restlessly stirs within.',
effect = 'Tradable item.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Inugami Head',
},
['student handbook'] = {
icon = 'key item',
itemtype = 'Key',
description = 'A pocket book for students of Jouin High School. The name "" is inside.',
effect = 'No effect.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Student Handbook',
},
['haunt talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Haunt Magatsuhi skill Twilight Wave.',
effect = 'Unlocks Twilight Wave for Haunt demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Haunt Talisman',
},
['raptor talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Raptor Magatsuhi skill Accursed Poison.',
effect = 'Unlocks Accursed Poison for Raptor demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Raptor Talisman',
},
['megami talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Megami Magatsuhi skill Eternal Prayer.',
effect = 'Unlocks Eternal Prayer for Megami demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Megami Talisman',
},
['avian talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Avian Magatsuhi skill Accursed Poison.',
effect = 'Unlocks Accursed Poison for Avian demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Avian Talisman',
},
['divine talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Divine Magatsuhi skill Sea of Stars.',
effect = 'Unlocks Sea of Stars for Divine demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Divine Talisman',
},
['yoma talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Yoma Magatsuhi skill Omagatoki: Potential.',
effect = 'Unlocks Omagatoki: Potential for Yoma demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Yoma Talisman',
},
['vile talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Vile Magatsuhi skill Impaler\'s Glory.',
effect = 'Unlocks Impaler\'s Glory for Vile demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Vile Talisman',
},
['wargod talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Wargod Magatsuhi skill Freikugel EX.',
effect = 'Unlocks Freikugel EX for Wargod demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Wargod Talisman',
},
['avatar talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Avatar Magatsuhi skill Omagatoki: Hit.',
effect = 'Unlocks Omagatoki: Hit for Avatar demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Avatar Talisman',
},
['holy talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Holy Magatsuhi skill Omagatoki: Hit.',
effect = 'Unlocks Omagatoki: Hit for Holy demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Holy Talisman',
},
['genma talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Genma Magatsuhi skill Omagatoki: Luck.',
effect = 'Unlocks Omagatoki: Luck for Genma demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Genma Talisman',
},
['element talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Element Magatsuhi skill Omagatoki: Luck.',
effect = 'Unlocks Omagatoki: Luck for Element demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Element Talisman',
},
['beast talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Beast Magatsuhi skill Omagatoki: Adversity.',
effect = 'Unlocks Omagatoki: Adversity for Beast demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Beast Talisman',
},
['jirae talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Jirae Magatsuhi skill Omagatoki: Sincerity.',
effect = 'Unlocks Omagatoki: Sincerity for Jirae demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Jirae Talisman',
},
['fiend talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Fiend Magatsuhi skill Freikugel EX.',
effect = 'Unlocks Freikugel EX for Fiend demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Fiend Talisman',
},
['jaki talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Jaki Magatsuhi skill Rasetsu Feast.',
effect = 'Unlocks Rasetsu Feast for Jaki demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Jaki Talisman',
},
['wilder talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Wilder Magatsuhi skill Twilight Wave.',
effect = 'Unlocks Twilight Wave for Wilder demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Wilder Talisman',
},
['lady talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Lady Magatsuhi skill Waters of Youth.',
effect = 'Unlocks Waters of Youth for Lady demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Lady Talisman',
},
['dragon talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Dragon Magatsuhi skill Omagatoki: Dance.',
effect = 'Unlocks Omagatoki: Dance for Dragon demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Dragon Talisman',
},
['kishin talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Kishin Magatsuhi skill Omagatoki: Pierce.',
effect = 'Unlocks Omagatoki: Pierce for Kishin demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Kishin Talisman',
},
['kunitsu talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Kunitsu Magatsuhi skill Dekajaon.',
effect = 'Unlocks Dekajaon for Kunitsu demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Kunitsu Talisman',
},
['femme talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Femme Magatsuhi skill Omagatoki: Free.',
effect = 'Unlocks Omagatoki: Free for Femme demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Femme Talisman',
},
['brute talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Brute Magatsuhi skill Expand: Critical Aura.',
effect = 'Unlocks Expand: Critical Aura for Brute demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Brute Talisman',
},
['fallen talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Fallen Magatsuhi skill Omagatoki: Doubler.',
effect = 'Unlocks Omagatoki: Doubler for Fallen demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Fallen Talisman',
},
['snake talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Snake Magatsuhi skill Omagatoki: Dance.',
effect = 'Unlocks Omagatoki: Dance for Snake demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Snake Talisman',
},
['drake talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Drake Magatsuhi skill Big Bang.',
effect = 'Unlocks Big Bang for Drake demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Drake Talisman',
},
['foul talisman'] = {
icon = 'key item',
itemtype = 'Key',
description = 'Allows you to use the Foul Magatsuhi skill Omagatoki: Potential.',
effect = 'Unlocks Omagatoki: Potential for Foul demons.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Foul Talisman',
},
['simple demon box'] = {
icon = 'special',
itemtype = 'Consumable',
description = 'A mysterious box with intriguing decorations. Can be offered to demons in a demon haunt.',
effect = '+40 Trust Points, +200 Power Up Points.',
target = 'Single Ally (Demon)',
capacity = 99,
buy = 1000,
sell = 250,
inbattle = 'n',
outbattle = 'y',
name = 'Simple Demon Box',
},
['lavish demon box'] = {
icon = 'special',
itemtype = 'Consumable',
description = 'A mysterious box with glamorous decorations. Can be offered to demons in a demon haunt.',
effect = '+200 Trust Points, +1000 Power Up Points.',
target = 'Single Ally (Demon)',
capacity = 99,
buy = 5000,
sell = 750,
inbattle = 'n',
outbattle = 'y',
name = 'Lavish Demon Box',
},
['tsukuyomi talisman'] = {
icon = 'key',
itemtype = 'Key',
description = 'Allows you to use the Nahobino Magatsuhi Skill Omnipotent Succession.',
effect = 'Unlocks Omnipotent Succession for the Nahobino.',
target = '—',
capacity = 1,
inbattle = 'n',
outbattle = 'n',
name = 'Tsukuyomi Talisman',
},
['life stone chain'] = {
icon = 'healing',
itemtype = 'Consumable',
description = 'Slight HP recovery for all allies.',
effect = 'Heals 20% HP.',
target = 'All allies',
capacity = 20,
buy = 1000,
sell = 250,
inbattle = 'y',
outbattle = 'y',
name = 'Life Stone Chain',
},
['medicine'] = {
icon = 'healing',
itemtype = 'Consumable',
description = 'Slight fixed HP recovery to 1 ally.',
effect = 'Heals 50 HP.',
target = 'Single ally',
capacity = 50,
buy = 50,
sell = 12,
inbattle = 'y',
outbattle = 'y',
name = 'Medicine',
},
['ox bezoar'] = {
icon = 'healing',
itemtype = 'Consumable',
description = 'Moderate fixed HP recovery to 1 ally.',
effect = 'Heals 120 HP.',
target = 'Single ally',
capacity = 30,
buy = 400,
sell = 100,
inbattle = 'y',
outbattle = 'y',
name = 'Ox Bezoar',
},
['soma drop'] = {
icon = 'healing',
itemtype = 'Consumable',
description = 'Moderate HP and MP recovery to 1 ally.',
effect = 'Heals 100 HP and MP.',
target = 'Single ally',
capacity = 10,
buy = 2000,
sell = 500,
inbattle = 'y',
outbattle = 'y',
name = 'Soma Drop',
},
['small glory crystal'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = '',
effect = '',
target = 'Nahobino',
capacity = '',
buy = '',
sell = '',
inbattle = '',
outbattle = '',
obtain = '',
name = 'Small Glory Crystal',
},
['large glory crystal'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = '',
effect = '',
target = 'Nahobino',
capacity = '',
buy = '',
sell = '',
inbattle = 'n',
outbattle = 'y',
obtain = '',
name = 'Large Glory Crystal',
},
['strength balm'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = '',
effect = '',
target = 'Nahobino',
capacity = '',
buy = '',
sell = '',
inbattle = 'n',
outbattle = 'y',
obtain = '',
name = 'Strength Balm',
},
['vitality balm'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = '',
effect = '',
target = 'Nahobino',
capacity = '',
buy = '',
sell = '',
inbattle = 'n',
outbattle = 'y',
obtain = '',
name = 'Vitality Balm',
},
['magic balm'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = '',
effect = '',
target = 'Nahobino',
capacity = '',
buy = '',
sell = '',
inbattle = 'n',
outbattle = 'y',
obtain = '',
name = 'Magic Balm',
},
['agility balm'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = '',
effect = '',
target = 'Nahobino',
capacity = '',
buy = '',
sell = '',
inbattle = 'n',
outbattle = 'y',
obtain = '',
name = 'Agility Balm',
},
['luck balm'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = '',
effect = '',
target = 'Nahobino',
capacity = '',
buy = '',
sell = '',
inbattle = 'n',
outbattle = 'y',
obtain = '',
name = 'Luck Balm',
},
['healing potion'] = {
icon = '',
itemtype = '',
description = '',
effect = '',
target = '',
capacity = '',
buy = '',
sell = '',
inbattle = '',
outbattle = '',
obtain = '',
name = 'Healing Potion',
},
['smoke ball'] = {
icon = '',
itemtype = '',
description = '',
effect = '',
target = '',
capacity = '',
buy = '',
sell = '',
inbattle = '',
outbattle = '',
obtain = '',
name = 'Smoke Ball',
},
['whittled goat'] = {
icon = '',
itemtype = '',
description = '',
effect = '',
target = '',
capacity = '',
buy = '',
sell = '',
inbattle = '',
outbattle = '',
obtain = '',
name = 'Whittled Goat',
},
['health balm'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = '',
effect = '',
target = 'Nahobino',
capacity = '',
buy = '',
sell = '',
inbattle = 'n',
outbattle = 'y',
obtain = '',
name = 'Health Balm',
},
['stamina balm'] = {
icon = 'stat boosting item',
itemtype = 'Growth',
description = '',
effect = '',
target = 'Nahobino',
capacity = '',
buy = '',
sell = '',
inbattle = 'n',
outbattle = 'y',
obtain = '',
name = 'Stamina Balm',
},
}
return {
item = item
}