Drudge is the first Ruleset I'm designing, to give an idea of how things will evolve. From the include file:
<?php
/**
* Drudge -- Drupal RPG Universal DIY Gaming Engine
* This ruleset borrows liberally from F.U.D.G.E.
* which is an open source generic RPG ruleset.
* Read more at wikipedia[1]
*/
?>
[1] http://en.wikipedia.org/wiki/Fudge_die
From the types.inc in the drudge folder:
Tangible Object
This is a thing that can be seen, touched, etc.
Everything in the game is a tangible object.
Location
number
Every object needs to live somewhere.
0
Takeable
boolean
May this object be taken by a PC under normal circumstances?
Objects may normally be taken by a PC, as long as in reach and not possessed by another. If 'Takeable' is set to false, then the object may not be taken.
1
Aaron Winborn
Drupal RPG, home of the RPG module for Drupal.
Spindowners, an upcoming RPG using the module.
(Cross-posted at gdo)

