You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.0 KiB
30 lines
1.0 KiB
-- Pawn by Vger-Azjol-Nerub
|
|
-- www.vgermods.com
|
|
-- © 2006-2021 Travis Spomer. This mod is released under the Creative Commons Attribution-NonCommercial-NoDerivs 3.0 license.
|
|
-- See Readme.htm for more information.
|
|
--
|
|
-- Item IDs
|
|
------------------------------------------------------------
|
|
|
|
|
|
--========================================
|
|
-- Khadgar's Unique-Equipped rings
|
|
--========================================
|
|
|
|
PawnKhadgarUniqueEquippedRings =
|
|
{
|
|
-- Solium Band (640)
|
|
[118290] = true, [118291] = true, [118292] = true, [118293] = true, [118294] = true,
|
|
|
|
-- Timeless Solium Band (680)
|
|
[118295] = true, [118296] = true, [118297] = true, [118298] = true, [118299] = true,
|
|
|
|
-- Spellbound Solium Band (690)
|
|
[118300] = true, [118301] = true, [118302] = true, [118303] = true, [118304] = true,
|
|
|
|
-- Spellbound Runic Band (715)
|
|
[118305] = true, [118306] = true, [118307] = true, [118308] = true, [118309] = true,
|
|
|
|
-- Legendary (735)
|
|
[124634] = true, [124635] = true, [124636] = true, [124637] = true, [124637] = true,
|
|
}
|
|
|