I'm trying to take the feat tables from https://swse.fandom.com/wiki/Feats and get them into this XML format having the <id-00069>
increase with each entry.
(我正在尝试从https://swse.fandom.com/wiki/Feats中获取功能表,并将其转换为XML格式,并使每个条目的<id-00069>
增加。)
(有人能指出我正确的方向吗?)
<id-00069>
<benefit type="formattedtext">
<p>Ignore -5 penalty on attack rolls with weapons of a particular type.</p>
</benefit>
<locked type="number">1</locked>
<name type="string">Weapon Proficiency</name>
<normal type="formattedtext">
<p></p>
</normal>
<prerequisites type="string"></prerequisites>
<special type="formattedtext">
<p></p>
</special>
<type type="string">Feat</type>
</id-00069>
<id-00070>
<benefit type="formattedtext">
<p>Make one melee attack against each opponent within reach.</p>
</benefit>
<locked type="number">1</locked>
<name type="string">Whirlwind Attack</name>
<normal type="formattedtext">
<p></p>
</normal>
<prerequisites type="string">Dexterity 13, Intelligence 13, Melee Defense, Base Attack Bonus +4</prerequisites>
<special type="formattedtext">
<p></p>
</special>
<type type="string">Feat</type>
</id-00070>
ask by Daniel Frost translate from so