View Single Post
Old 03-17-2019, 04:25 PM   #4
Armin
GCA Prime
 
Armin's Avatar
 
Join Date: Aug 2004
Location: Portland, OR
Default Re: Leveled EQ modifiers with damage enhancement

(I'm short on sleep. Sorry if I misunderstand or miss the point.)

Um, okay.

If all the damtypes are the same, why check them? This is the simplest addition to the gives to do the damage bit, but doesn't check for "burn" damage type:

Code:
=+$indexedvalue(me::level,1d-1,1d+1,1d+3) to owner::damage$
If the item could have non-"burn" modes, then things get more complicated. I can't get some functions to work right, either, but try this version:

Code:
=+$/if( @sametext( $modetag(damtype), "burn" ) then $indexedvalue( me::level,1d-1,1d+1,1d+3 ) ) to owner::damage$
__________________
Armin D. Sykes | Visit my GCA5 blog for updates and previews. | Get GURPS Character Assistant 5 now at Warehouse 23.
Armin is offline   Reply With Quote