javierriveracastro / betteroll-swade

A Better Rolls port for SWADE
GNU General Public License v3.0
16 stars 32 forks source link

New Selector Type: actor_has_item #556

Closed brunocalado closed 1 year ago

brunocalado commented 1 year ago

Some items can change the rolls.

Examples: Rhino Hide (armor): +4 damage Laser Sight (gear): +1 shooting

Can you add a way to identify items (armor, gear, consumable, etc) with a new selector?

tks

grendel111111 commented 1 year ago

Can I suggest that it checks for if the item is equipped? That way it doesn't trigger for unworn armor or things stored or carried.

javierriveracastro commented 1 year ago

actor_has_item added. I left the issue open until I add actor_equips_item (name not final).

javierriveracastro commented 1 year ago

Done