jonoxia / rpgbase

Generic Node.js/HTML5 role-playing game client/server
8 stars 6 forks source link

Special encounter rules for Moon Serpents #92

Open jonoxia opened 10 years ago

jonoxia commented 10 years ago

-- moon serpent area has special encounter table that is rolled on when moon is full -- there's a global moonSerpentGuaranteedEncounter counter that starts at 8. -- any encounter on this special table that is NOT a moon-serpent causes moonSerpentGuaranteedEncounter to decrement by one. -- if it gets to zero then the next encounter is guaranteed to be the local Moon Serpent instead of random -- encounter with a Moon Serpent resets the counter. -- maybe running from a Moon Serpent as a low-level character has greater than normal success chance? -- also the encounter has special music -- also the Moon Serpent sprites are designed to be plotted with upper-left corner at 0,0

jonoxia commented 10 years ago

Die roll to determine encoutner is 1d[moonSerpentGuaranteedEncounter]. A roll of 1 gives you the Moon Serpent encounter.

jonoxia commented 10 years ago

If you don't roll a 1, then roll on the standard encounter table for the area. the non-moonserpent monsters don't change during the full moon.