PDA

View Full Version : Charges bug (1.41b)



Silbeg
May 10th, '03, 08:08 AM
in 1.41b, there appears to be a bug in charges. I cannot select both boostable, and clips. If it matters, I was attempting to place charges on a multipower reserve (ok, maybe boostable doesn't make sense here in the rules... I will check that out as well).

I do not have an example. I backed out the update file to 1.40, so that I could continue to prepare today, but if needed, will try and replicate later.

SDK
May 10th, '03, 11:54 PM
v1.41b

Try fuel charges.
They don't work either.
I've got 6 hours of fuel being listed as -1.75.
:(

Simon
May 17th, '03, 03:40 PM
Sigh. I'll get to work on this (again) once I catch up on the backlog of work from my vacation. Charges are <b>way</b> more trouble than they're worth....

psychoph
May 17th, '03, 08:31 PM
I got questions about charages as well. I have been modifiying the template under charages because I want the numbers to be different as well as the costs to be different. When I copy the modifier charges in the vehicle template it works fine, but when I modify the charges to look like the following:


<MODIFIER XMLID="CHARGES" DISPLAY="Charges" EXCLUSIVE="Yes" CLIPSLEVEL="1" CLIPSMULTIPLIER="2" CLIPSADVANTAGEMULTIPLIER="4" CLIPSMAXADVANTAGE="1" RECOVERABLELEVEL="2" BOOSTABLELEVEL="1">
<DEFINITION>
A character can only use a Power with this Limitation a limited number of times per day.
</DEFINITION>
<OPTION XMLID="ONE" DISPLAY="1" LVLVAL="1" BASECOST="0"/>
<OPTION XMLID="TWO" DISPLAY="2" LVLVAL="2" BASECOST=".25"/>
<OPTION XMLID="THREE" DISPLAY="3" LVLVAL="3" BASECOST=".5"/>
<OPTION XMLID="FOUR" DISPLAY="4" LVLVAL="4" BASECOST=".75"/>
<OPTION XMLID="SIX" DISPLAY="6" LVLVAL="6" BASECOST="1" MINCOST="1" MAXCOST="1"/>
<OPTION XMLID="EIGHT" DISPLAY="8" LVLVAL="8" BASECOST="1.25" MINCOST="1" MAXCOST="1"/>
<OPTION XMLID="TWELVE" DISPLAY="12" LVLVAL="12" BASECOST="1.5" MINCOST="1" MAXCOST="1"/>
<OPTION XMLID="SIXTEEN" DISPLAY="16" LVLVAL="16" BASECOST="1.75" MINCOST="1" MAXCOST="1"/>
<ADDER XMLID="CLIPS" DISPLAY="x2 Clips" LVLPOWER="2" LEVELSTART="1" LVLVAL="1" MINCOST="1" BASECOST="0"/>
<ADDER XMLID="CONTINUING" DISPLAY="Continuing" BASECOST="0" EXCLUSIVE="Yes">
<OPTION XMLID="EXTRAPHASE" DISPLAY="1 Extra Phase" LVLVAL="1"/>
<OPTION XMLID="TURN" DISPLAY="1 Turn" LVLVAL="2"/>
<OPTION XMLID="MINUTE" DISPLAY="1 Minute" LVLVAL="3"/>
<OPTION XMLID="FIVEMINUTES" DISPLAY="5 Minutes" LVLVAL="4"/>
<OPTION XMLID="TWENTYMINUTES" DISPLAY="20 Minutes" LVLVAL="5"/>
<OPTION XMLID="HOUR" DISPLAY="1 Hour" LVLVAL="6"/>
<OPTION XMLID="SIXHOURS" DISPLAY="6 Hours" LVLVAL="7"/>
<OPTION XMLID="ONEDAY" DISPLAY="1 Day" LVLVAL="8"/>
<OPTION XMLID="ONEWEEK" DISPLAY="1 Week" LVLVAL="9"/>
<OPTION XMLID="ONEMONTH" DISPLAY="1 Month" LVLVAL="10"/>
<OPTION XMLID="ONESEASON" DISPLAY="1 Season" LVLVAL="11"/>
<OPTION XMLID="ONEYEAR" DISPLAY="1 Year" LVLVAL="12"/>
<OPTION XMlID="FIVEYEARS" DISPLAY="5 Years" LVLVAL="13"/>
<OPTION XMLID="TWENTYFIVEYEARS" DISPLAY="25 Years" LVLVAL="14"/>
<OPTION XMLID="ONECENTURY" DISPLAY="1 Century" LVLVAL="15"/>
</ADDER>
<ADDER XMLID="FUEL" DISPLAY="Fuel" BASECOST=".25" MAXCOST=".25" EXCLUSIVE="Yes">
<REQUIRES>CONTINUING</REQUIRES>
</ADDER>
<ADDER XMLID="DIFFICULTFUEL" DISPLAY="Fuel is Difficult to obtain" BASECOST="-.25" MAXCOST="-.25" EXCLUSIVE="Yes">
<REQUIRES>FUEL</REQUIRES>
<EXCLUDES>VERYDIFFICULTFUEL</EXCLUDES>
<EXCLUDES>EXTREMELYDIFFICULTFUEL</EXCLUDES>
</ADDER>
<ADDER XMLID="VERYDIFFICULTFUEL" DISPLAY="Fuel is Very Difficult to obtain" BASECOST="-.5" MAXCOST="-.5" EXCLUSIVE="Yes">
<REQUIRES>FUEL</REQUIRES>
<EXCLUDES>DIFFICULTFUEL</EXCLUDES>
<EXCLUDES>EXTREMELYDIFFICULTFUEL</EXCLUDES>
</ADDER>
<ADDER XMLID="EXTREMELYDIFFICULTFUEL" DISPLAY="Fuel is Extremely Difficult to obtain" BASECOST="-1" MAXCOST="-1" EXCLUSIVE="Yes">
<REQUIRES>FUEL</REQUIRES>
<EXCLUDES>VERYDIFFICULTFUEL</EXCLUDES>
<EXCLUDES>DIFFICULTFUEL</EXCLUDES>
</ADDER>
<ADDER XMLID="BOOSTABLE" DISPLAY="Boostable" BASECOST=".25" MAXCOST=".25" EXCLUSIVE="Yes"/>
<ADDER XMLID="RECOVERABLE" DISPLAY="Recoverable" BASECOST="0" MAXCOST="0" EXCLUSIVE="Yes"/>
<ADDER XMLID="INCREASEDTIME" DISPLAY="Increased Recovery Time" BASECOST="0" MAXCOST="0" MINCOST="0" EXCLUSIVE="Yes">
<OPTION XMLID="ONEWEEK" DISPLAY="1 Week" BASECOST="-.5" MINCOST="-.5" MAXCOST="-.5"/>
<OPTION XMLID="ONEMONTH" DISPLAY="1 Month" BASECOST="-1" MINCOST="-1" MAXCOST="-1"/>
<OPTION XMLID="ONESEASON" DISPLAY="1 Season" BASECOST="-1.5" MINCOST="-1.5" MAXCOST="-1.5"/>
<OPTION XMLID="LONGTIME" DISPLAY=">1 Season" BASECOST="-2" MINCOST="-2" MAXCOST="-2"/>
<EXCLUDES>NEVERRECOVER</EXCLUDES>
</ADDER>
<ADDER XMLID="NEVERRECOVER" DISPLAY="Charges Never Recover" EXCLUSIVE="Yes" BASECOST="-2" MAXCOST="-2">
<EXCLUDES>INCREASEDTIME</EXCLUDES>
</ADDER>
</MODIFIER>

Charges no longer show up on the list of limitations. Hope the vaction was fun. Sorry to bring this up.

Simon
May 18th, '03, 03:06 AM
Originally posted by SDK
v1.41b

Try fuel charges.
They don't work either.
I've got 6 hours of fuel being listed as -1.75.
:(
Actually, this seems to be working properly for me.

It would help if you posted the actual construction that you're looking at.

If I select 1 Continuing Fuel Charge lasting 6 Hours each which Never Recover, I get a value of -1.75 (correct)

If I remove the "Never Recover" bit, I get +1/4 (correct)