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

Update yagashura.tpa #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
9 changes: 5 additions & 4 deletions ascension/tougher/yagashura.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -625,10 +625,10 @@ DEFINE_PATCH_FUNCTION yagashura_cre_patch BEGIN
resist_acid=99
resist_electricity=99
resist_magic_damage=99
resist_piercing=99
resist_slashing=99
resist_crushing=99
resist_missile=99
resist_piercing=99 // This can easily allow for complete damage immunity with any of the item mods adding DR to armor.
resist_slashing=99 // This can easily allow for complete damage immunity with any of the item mods adding DR to armor.
resist_crushing=99 // This can easily allow for complete damage immunity with any of the item mods adding DR to armor.
resist_missile=99 // This can easily allow for complete damage immunity with any of the item mods adding DR to armor.
save_vs_death=4
save_vs_wand=6
save_vs_poly=5
Expand All @@ -650,6 +650,7 @@ DEFINE_PATCH_FUNCTION yagashura_cre_patch BEGIN
LPF ADD_CRE_EFFECT INT_VAR opcode=126 target=1 timing=1 parameter1=4 END // movement bonus
REMOVE_CRE_ITEM hamm10 // remove existing copy of shuruppak's hammer
REMOVE_CRE_ITEM helmnoan // remove resistance to critical hits
ADD_CRE_ITEM plat22 #0 #0 #0 NONE ARMOR // shuruppak's armor moves to inventory (avoids complete damage immunity)
ADD_CRE_ITEM hamm10 #0 #0 #0 NONE SHIELD // shuruppak's hammer dual-wielded; shield moves to inventory
REPLACE_CRE_ITEM yagawh #0 #0 #0 NONE WEAPON1 // new undroppable hammer
ADD_CRE_ITEM rndtre05 #0 #0 #0 NONE INV // new loot
Expand Down