<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Online Dice Roller News</title>
    <link>http://rpgp.org/dice/</link>
    <description>Occasional site news.</description>
    <language>en-us</language>
 
    <item>
      <title>Dice Roller API</title>
      <link>http://rpgp.org/dice/?p=api</link>
      <description><![CDATA[
      We now have a REST API for people who want to use the dice roller in their own applications!
      ]]></description>
      <guid>http://rpgp.org/dice/?p=api</guid>
    </item>
    
    <item>
      <title>More success-related codes</title>
      <link>http://rpgp.org/dice/</link>
      <description><![CDATA[
      There are a lot of systems out there that use "success" rolls (a success is defined
      as the number of dice in a roll that reached or exceed a certain number). Some of
      them have the notion of failures (when a 1 is rolled it's subtracted from the number
      of successes), as well as the option of rolling a die again if the maximum number
      for that die was rolled (like "roll 4d6, re-reroll and all 6es").<br/> 
      <br/>
      To cover all of these options, exciting new codes are now in place:<br/>
      <ul>
        <li>Count the number of successes: to see how many dice rolled equal to or greater than some number, use "E".<br/>
        Example: 4D6E4<br/></li>
        <li>Successes minus failures: to see how many dice rolled equal to or greater than some number, and subtract the amount of ones rolled, use "F".<br/>
        Example: 4D6F4<br/></li>
        <li>Successes "plus": to see how many dice rolled equal to or greater than some number, and roll every max result again, use "M".<br/>
        Example: 4D6M4<br/></li>
        <li>Successes with everything: to see how many dice rolled equal to or greater than some number, and roll every max result again, and subtract the amount of ones rolled, use "S". This is probably the one you want for most systems.<br/>
        Example: 4D6S4<br/></li>
      </ul>
      <a href="http://rpgp.org/dice/">Try it out!</a>
      ]]></description>
      <guid>http://rpgp.org/dice/?#news2</guid>
    </item>

    <item>
      <title>Dice Room... for social rolling</title>
      <link>http://rpgp.org/dice/?p=group</link>
      <description><![CDATA[If you're gaming online with friends, you might want to try the new Dice Room feature! This is largely untested, so please let me know if you encounter any bugs. You may have to hit the "reload" button of your browser to clear any style-related mess...<br/>
      <br/>
      <a href="http://rpgp.org/dice/?p=group">Try it out! :-)</a>]]></description>
      <guid>http://rpgp.org/dice/?#news3</guid>
    </item>
 
  </channel>
</rss>
