View Single Post
OverlordofFoxes
Junior Member
 
Join Date: Mar 2014
Location: Wisconsin
Posts: 4

Old April 25th, 2018, 06:44 PM
Quote:
Originally Posted by Kairos View Post
I'd handle that with an eval script on the Invisibility thing (haven't gotten that deep yet, but eventually) that checks for the presence of the appropriate Bonus(es) and changes the BaseCost tag. Tags on powers look something like this:

Code:
	<tag group="PowerType" tag="Physical"/>
	<tag group="Range" tag="Self"/>
	<tag group="Type" tag="Auto"/>
	<tag group="BaseCost" tag="45"/>
	
	<!-- Factor Cost -->
	<tag group="FactorCost" tag="4"/>
I figured as much that it would need the variables for each one, but for the limitations if put under a different file would it require just calling that specific power?
OverlordofFoxes is offline   #20 Reply With Quote