Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc fixes #28

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions item_rev/components/main_component.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,18 @@ COPY - ~item_rev/components/main/items.2da~ ~item_rev/components/main~
END
END

/*------------------Iron Crisis-----------------*/
// from mercurier
// Since Koveras's Ring of Protection +1 is now Ring of Oppotunity,
// update item exclusion rule

COPY_EXISTING ~itemexcl.2da~ ~override~
READ_2DA_ENTRIES_NOW num_rows 2
FOR (i = 1; i < num_rows; i += 1) BEGIN
READ_2DA_ENTRY_FORMER num_rows i 0 current_item
REPLACE_TEXTUALLY CASE_INSENSITIVE ~[%LNL%%MNL%%WNL%][ %TAB%]*ring25[ %TAB%].*~ ~~
END
BUT_ONLY

/*------------------Iron Crisis-----------------*/
INCLUDE ~item_rev/lib/iron_crisis.tpa~
1 change: 1 addition & 0 deletions item_rev/components/store_revisions.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ END
// Varscona
COPY_EXISTING ribald.cre override LPF FJ_CRE_VALIDITY RET valid=valid END PATCH_IF valid BEGIN
REMOVE_CRE_ITEM sw1h06
ADD_CRE_ITEM sw1h41 #0 #0 #0 ~none~ ~weapon1~ EQUIP
END BUT_ONLY

// Ring of Fire Control
Expand Down
Binary file modified item_rev/itm/disrupt.eff
Binary file not shown.
6 changes: 3 additions & 3 deletions item_rev/languages/english/item_descriptions.tra
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ Note: always considered to be of +3 enchantment when determining what it can hit
STATISTICS:

Combat Abilities:
Disruption: undead creatures are destroyed (save vs. spell neg.)
Disruption: undead creatures are destroyed (save vs. death neg.)
Undead Bane: additional +2 bonus to THAC0 and +6 bonus to damage against undead
Returning: returns to the wielder's hand instantly after an attack is made

Expand Down Expand Up @@ -958,7 +958,7 @@ Note: always considered to be of +3 enchantment when determining what it can hit
STATISTICS:

Combat Abilities:
Disruption: undead creatures are destroyed (save vs. spell neg.)
Disruption: undead creatures are destroyed (save vs. death neg.)
Undead Bane: additional +2 bonus to THAC0 and +6 bonus to damage against undead

THAC0: +1 bonus
Expand Down Expand Up @@ -1245,7 +1245,7 @@ Equipped Abilities:
Immunity to level drain effects

Combat Abilities:
Disruption: undead creatures are destroyed (save vs. spell neg.)
Disruption: undead creatures are destroyed (save vs. death neg.)
Undead Bane: additional +2 bonus to THAC0 and +6 bonus to damage against undead

THAC0: +2 bonus
Expand Down