BlogNomic has moved!

The game is now running at blognomic.com

Saturday, October 04, 2003

Proposal : Product Usage

To Rule 13 (Inventory), add:-

The Factory's Product is a versatile multi-purpose piece of electromechanical hardware, designed for both civilian and military use. Robots are discouraged from operating items of Product within the Factory.


To the MCP, add (immediately before venting):-


// !!! Robots are discouraged from activating Product within the Factory.
if (keyword = "ACTIVATE_FIRE" && inventory(self) contains product_object)
{
// Release electrical charge, powered from batteries.
power(self) = power(self) - 10
power(other) = power(other) - 30

// !!! Penalty
efficiency(self) = efficiency(self) - 2
}


Enacted by Kevan, 7th Oct. +17 to Kevan.