Skip to content

Commit

Permalink
[Utbs] make Holy water combine arcane damage with native type of weapon
Browse files Browse the repository at this point in the history
Like holy water imbued ordinary weapon, it's seem logic what arcane damage dominant what if more efficient what original type(water can't altered pierce or blading of spear or sword)
  • Loading branch information
newfrenchy83 committed Sep 26, 2023
1 parent 0a22585 commit 3eaf5ed
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,13 @@
[effect]
apply_to=attack
range=melee
set_type=arcane
[set_specials]
mode=append
[damage_type]
id=arcane_damage
added_type=arcane
[/damage_type]
[/set_specials]
[/effect]
[/object]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -743,10 +743,13 @@
[effect]
apply_to=attack
range=melee
# Exclude arcane attacks in case Garak picked up the holy
# the type=arcane or secondary_type=arcane must be filtered in case Garak picked up the holy
# water in the second scenario - in that case he gets to keep it
[not]
type=arcane
[or]
added_type=arcane
[/or]
[/not]
set_type=fire
[/effect]
Expand Down

0 comments on commit 3eaf5ed

Please sign in to comment.