Category Archives: Package Updates

Package Updates

GURPS Thaumatology 4e.gdf
[MODIFIERS]
<Magery 0>
Limited Colleges (%CollegesList%), -40%/-30%, round(up), upto(1), levelnames(,), group(Magery 0), page(Th24), formula(-10% * (5 – (%CollegesCost4% + %CollegesCost3% + %CollegesCost2% + %CollegesCost1%))), forceformula(yes),_

<Magery>
Limited Colleges (%CollegesList%), -40%/-30%, upto(1), levelnames(,), group(Magery), page(Th24), formula(-10% * (5 – (%CollegesCost4% + %CollegesCost3% + %CollegesCost2% + %CollegesCost1%))), forceformula(yes),_

In both of these, removed that % sign after -10 at the start of the formula().

Package Updates

Pyramid 3-83 – Knowing Your Own Strength.gdf
Added entries for one- and two-handed lift.

One-Handed Lift,
basevalue( 2* @round(2 * 10 ^ (ST:One Arm Lifting ST::score / 10),@if(ST:One Arm Lifting ST::score <= 7 then 1 else 0)) ),
maxscore(1000000), minscore(0), page(B353)
Two-Handed Lift,
basevalue( 8* @round(2 * 10 ^ (ST:Two Arm Lifting ST::score / 10),@if(ST:Two Arm Lifting ST::score <= 7 then 1 else 0)) ),
maxscore(1000000), minscore(0), page(B353)

Package Updates

Special thanks to DeathDaisy on the GURPS Discord for the huge amount of help with these changes.

GURPS Basic Set 4th Ed.–Characters.gdf
[Modifiers]
<Guns>

Basically did these:

#ReplaceModTags in “Guns:Scope, 4x (TL 6)” with “gives(+1.5 to owner::baseweight, +2 to owner::scopeacc)”
#ReplaceModTags in “Guns:Scope, 4x, Thermal Imaging (TL 8)” with “gives(+1.5 to owner::baseweight, +2 to owner::scopeacc)”

[Equipment]

Basically did these to the main entries:

#ReplaceTags in “EQ:Gauss PDW, 4mm” with “acc(6), scopeacc(1)”
#ReplaceTags in “EQ:Dart Rifle, 11mm” with “acc(5), scopeacc(1)”
#ReplaceTags in “EQ:ICW, 6.88mm” with “acc(4), scopeacc(2)”
#ReplaceTags in “EQ:Gauss Rifle, 4mm” with “acc(7), scopeacc(2)”
#ReplaceTags in “EQ:RPG, 85mm” with “acc(3), scopeacc(1)”
#ReplaceTags in “EQ:Electrolaser Carbine” with “acc(8), scopeacc(1)”

Continue reading

Package Updates

* Official Character Sheet (now 1.0.24)

Official Character Sheet updated so that the names of weapons in the weapons list will match the names in the Equipment lists. (Now using DisplayName instead of FullNameTL, so no more /TL)

Package Updates

* Old-Style XML Export (1.0.1)

Initial release of this new export plugin.

Exports a character in the XML format exported by GCA4. GCA5 save files are natively XML, but complex, and this format allows for continued use of third-party tools that were created to use the simplistic CDATA-heavy XML output that GCA4 exported.