File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// Sword Coast Stratagems
22ACTION_IF GAME_INCLUDES ~bg2~ BEGIN
3- PRINT ~Sword Coast Stratagems: Move or modify some overpowered magic items~
43 // Robe of Vecna moved to Azamantes, the lich guardian of the Seal of the Imprisoned One.
54 LAF IS_ITEM_ON_CREATURE STR_VAR creature = ~gorlic01~ item = ~wa2robe~ RET present END
65 ACTION_IF present == 1 BEGIN
6+ PRINT ~Sword Coast Stratagems: Move or modify some overpowered magic items - Robe of Vecna~
77 OUTER_SET $item_source_compat(~wa2robe~ ~gorlic01.cre~) = 1
88 OUTER_SET $item_source_compat(~wa2robe~ ~wmart2.sto~) = 0
99 END
1010 // The Cloak of Mirroring is now worn by Vongoethe, the lich in Amkethran.
1111 LAF IS_ITEM_ON_CREATURE STR_VAR creature = ~demilich~ item = ~clck26~ RET present END
1212 ACTION_IF present == 1 BEGIN
13+ PRINT ~Sword Coast Stratagems: Move or modify some overpowered magic items - Cloak of Mirroring~
1314 OUTER_SET $item_source_compat(~clck26~ ~demilich.cre~) = 1
1415 OUTER_SET $item_source_compat(~clck26~ ~sahramb3.cre~) = 0
1516 END
You can’t perform that action at this time.
0 commit comments