Nembrot
June 20th, 2020, 19:33
As I'm trying to understand the general how it works, I tried to just make a blank ruleset:
<?xml version="1.0" encoding="iso-8859-1"?>
<root version="3.0" release="1" logo="logo.png">
<announcement text="TestSystem ruleset v3.3.2 for Fantasy Grounds" font="emotefont" icon="rulesetlogo_CoreRPG" />
<description>
<text>TestSystem</text>
<author>Me</author>
</description>
</root>
which of course throws a lot of errors.
So my question is: Is there any minimalistic ruleset created that covers all the Required built-in elements of the system, or I have to dig them manually out of CoreRPG?
<?xml version="1.0" encoding="iso-8859-1"?>
<root version="3.0" release="1" logo="logo.png">
<announcement text="TestSystem ruleset v3.3.2 for Fantasy Grounds" font="emotefont" icon="rulesetlogo_CoreRPG" />
<description>
<text>TestSystem</text>
<author>Me</author>
</description>
</root>
which of course throws a lot of errors.
So my question is: Is there any minimalistic ruleset created that covers all the Required built-in elements of the system, or I have to dig them manually out of CoreRPG?