<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.kronosaur.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.kronosaur.com/feed.php">
        <title>Transcendence Community Wiki - modding:examples</title>
        <description></description>
        <link>https://wiki.kronosaur.com/</link>
        <image rdf:resource="https://wiki.kronosaur.com/lib/exe/fetch.php/wiki/dokuwiki.svg" />
       <dc:date>2026-06-05T23:52:41+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.kronosaur.com/doku.php/modding/examples/weapon_with_multiple_projectiles?rev=1419655256&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kronosaur.com/doku.php/modding/examples/weapon_with_single_projectile?rev=1419655256&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.kronosaur.com/lib/exe/fetch.php/wiki/dokuwiki.svg">
        <title>Transcendence Community Wiki</title>
        <link>https://wiki.kronosaur.com/</link>
        <url>https://wiki.kronosaur.com/lib/exe/fetch.php/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.kronosaur.com/doku.php/modding/examples/weapon_with_multiple_projectiles?rev=1419655256&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-12-27T04:40:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>weapon_with_multiple_projectiles</title>
        <link>https://wiki.kronosaur.com/doku.php/modding/examples/weapon_with_multiple_projectiles?rev=1419655256&amp;do=diff</link>
        <description>Example 2

This is a weapon that fires multiple projectiles:


   &lt;Weapon
      fireRate=             &quot;15&quot;
      powerUse=             &quot;10&quot;
      &gt;

      &lt;Missiles&gt;
         &lt;Missile
            ammoID=               &quot;&amp;itAmmo1;&quot;

            type=                 &quot;missile&quot;
            damage=               &quot;kinetic:1d6+1; momentum1&quot;
            missileSpeed=         &quot;40&quot;
            interaction=          &quot;80&quot;
            lifetime=             &quot;60&quot;
            sound=                &quot;&amp;snRecoilles…</description>
    </item>
    <item rdf:about="https://wiki.kronosaur.com/doku.php/modding/examples/weapon_with_single_projectile?rev=1419655256&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-12-27T04:40:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>weapon_with_single_projectile</title>
        <link>https://wiki.kronosaur.com/doku.php/modding/examples/weapon_with_single_projectile?rev=1419655256&amp;do=diff</link>
        <description>Example 1

This is a weapon that fires a single projectile.


   &lt;Weapon
      fireRate=             &quot;15&quot;
      powerUse=             &quot;10&quot;

      type=                 &quot;missile&quot;
      damage=               &quot;kinetic:1d6+1; momentum1&quot;
      missileSpeed=         &quot;40&quot;
      interaction=          &quot;80&quot;
      lifetime=             &quot;60&quot;
      sound=                &quot;&amp;snRecoillessCannon;&quot;
      &gt;

      &lt;Effect&gt;
         &lt;Bolt
            length=            &quot;16&quot;
            width=             &quot;3&quot;
       …</description>
    </item>
</rdf:RDF>
