MELEE ARCANE ADAPTER
resource/Lotus/Types/Items/MiscItems/WeaponMeleeArcaneUnlocker
Fuses with a Melee weapon to unlock the Arcane Slot.
| kind | misc |
| parent | MiscItemBase |
| icon_path | /Lotus/Interface/Icons/StoreIcons/MiscItems/WeaponsArcaneMelee.png |
| description | Fuses with a Melee weapon to unlock the Arcane Slot. |
| market_mode | MM_VISIBLE |
| content_path | /Lotus/Types/Items/MiscItems/WeaponMeleeArcaneUnlocker |
| display_name | MELEE ARCANE ADAPTER |
| localize_tag | /Lotus/Language/Weapons/WeaponMeleeArcaneUnlockerName |
| internal_name | WeaponMeleeArcaneUnlocker |
| premium_price | 20 |
| is_player_facing | True |
| localize_desc_tag | /Lotus/Language/Weapons/WeaponMeleeArcaneUnlockerDesc |
Raw record
{
"kind": "misc",
"parent": "MiscItemBase",
"icon_path": "/Lotus/Interface/Icons/StoreIcons/MiscItems/WeaponsArcaneMelee.png",
"description": "Fuses with a Melee weapon to unlock the Arcane Slot.",
"market_mode": "MM_VISIBLE",
"content_path": "/Lotus/Types/Items/MiscItems/WeaponMeleeArcaneUnlocker",
"display_name": "MELEE ARCANE ADAPTER",
"localize_tag": "/Lotus/Language/Weapons/WeaponMeleeArcaneUnlockerName",
"internal_name": "WeaponMeleeArcaneUnlocker",
"premium_price": 20,
"is_player_facing": true,
"localize_desc_tag": "/Lotus/Language/Weapons/WeaponMeleeArcaneUnlockerDesc"
}