Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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>增加。)

Anyone able to point me in the right direction?

(有人能指出我正确的方向吗?)

    <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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
185 views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share

548k questions

547k answers

4 comments

86.3k users

...