<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://mods.diceydungeons.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://mods.diceydungeons.com/feed.php">
        <title>Official Dicey Dungeons Modding Wiki</title>
        <description></description>
        <link>https://mods.diceydungeons.com/</link>
        <image rdf:resource="https://mods.diceydungeons.com/lib/exe/fetch.php?media=favicon.ico" />
       <dc:date>2026-04-16T11:18:59+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://mods.diceydungeons.com/doku.php?id=basicfunctions&amp;rev=1682132390&amp;do=diff"/>
                <rdf:li rdf:resource="https://mods.diceydungeons.com/doku.php?id=diceyscriptfunctions&amp;rev=1593421058&amp;do=diff"/>
                <rdf:li rdf:resource="https://mods.diceydungeons.com/doku.php?id=doingthingsthehardway&amp;rev=1730951897&amp;do=diff"/>
                <rdf:li rdf:resource="https://mods.diceydungeons.com/doku.php?id=generators&amp;rev=1668477507&amp;do=diff"/>
                <rdf:li rdf:resource="https://mods.diceydungeons.com/doku.php?id=mods&amp;rev=1668476795&amp;do=diff"/>
                <rdf:li rdf:resource="https://mods.diceydungeons.com/doku.php?id=start&amp;rev=1761938146&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://mods.diceydungeons.com/lib/exe/fetch.php?media=favicon.ico">
        <title>Official Dicey Dungeons Modding Wiki</title>
        <link>https://mods.diceydungeons.com/</link>
        <url>https://mods.diceydungeons.com/lib/exe/fetch.php?media=favicon.ico</url>
    </image>
    <item rdf:about="https://mods.diceydungeons.com/doku.php?id=basicfunctions&amp;rev=1682132390&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-04-22T02:59:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>basicfunctions</title>
        <link>https://mods.diceydungeons.com/doku.php?id=basicfunctions&amp;rev=1682132390&amp;do=diff</link>
        <description>Reference for basic functions used in Dicey Dungeons modding

(To do: Add unique pages for each function aswell as proper documentation)
.
This page is for functions of the DiceyScript class. &#039;?&#039; indicates an optional argument.

	*  attack(damage:Int, ? element:String)
	*  attackself(damage:Int, ? element:String)
	*  pierceattack(damage:Int, ? element:String)
	*  pierceattackself(damage:Int, ? element:String)
	*</description>
    </item>
    <item rdf:about="https://mods.diceydungeons.com/doku.php?id=diceyscriptfunctions&amp;rev=1593421058&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-29T08:57:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>diceyscriptfunctions</title>
        <link>https://mods.diceydungeons.com/doku.php?id=diceyscriptfunctions&amp;rev=1593421058&amp;do=diff</link>
        <description>PAGE IN PROGRESS

	*  elements.DiceyScript
	*  elements.DiceyScript.new
	*  elements.DiceyScript.set
	*  elements.DiceyScript.execute
	*  elements.DiceyScript.bonus
	*  elements.DiceyScript.drain
	*  elements.DiceyScript.attack
	*  elements.DiceyScript.pierceattack</description>
    </item>
    <item rdf:about="https://mods.diceydungeons.com/doku.php?id=doingthingsthehardway&amp;rev=1730951897&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-07T03:58:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>doingthingsthehardway</title>
        <link>https://mods.diceydungeons.com/doku.php?id=doingthingsthehardway&amp;rev=1730951897&amp;do=diff</link>
        <description>For “doing things the hard way”, when you want your equipment/skills/whatnot to do more than what vanilla does.

This page assumes you&#039;re using the standard Haxe symbols rather than thdoe Dicey csv-compatible ones (so “ and not ~, , and not | or</description>
    </item>
    <item rdf:about="https://mods.diceydungeons.com/doku.php?id=generators&amp;rev=1668477507&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-11-15T01:58:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>generators</title>
        <link>https://mods.diceydungeons.com/doku.php?id=generators&amp;rev=1668477507&amp;do=diff</link>
        <description>Add info about generators here.

This page so far just exists for the following footnote:

&quot;declaring scriptstorun&quot;?

In each vanilla generator appears this text as part of a comment:
(If you want to replace the generator entirely, in case you have an extremely specific item pool in mind, you should
get rid of declaring scriptstorun and the &quot;for scriptname in scriptstorun&quot; bit. - but note it will no longer be quite as
compatible with other mods.)</description>
    </item>
    <item rdf:about="https://mods.diceydungeons.com/doku.php?id=mods&amp;rev=1668476795&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-11-15T01:46:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mods</title>
        <link>https://mods.diceydungeons.com/doku.php?id=mods&amp;rev=1668476795&amp;do=diff</link>
        <description>A list of mods with their own pages on the wiki. (Well, not really, yet. This is just to get things started.)

“Complete” refers less to whether the mod is still in development and more whether it&#039;s already implemented all of the main content it had planned out.</description>
    </item>
    <item rdf:about="https://mods.diceydungeons.com/doku.php?id=start&amp;rev=1761938146&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-31T19:15:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://mods.diceydungeons.com/doku.php?id=start&amp;rev=1761938146&amp;do=diff</link>
        <description>Welcome to the Dicey Dungeons Modding Wiki!

This is the Dicey Dungeons modding wiki! (Looking for a wiki that covers the base game? Check out the Official Dicey Dungeons wiki at &lt;https://wiki.diceydungeons.com&gt;.)

Looking for the Halloween Special? Check here!

This wiki also assumes you&#039;re fully familiar with all spoilers in Dicey. If you&#039;re not, some character identities will be spoiled to you.</description>
    </item>
</rdf:RDF>
