X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=SERVER_COMMANDS;h=bc69c2a2a31aad57a445d6e8cbd1e1fde03f4e15;hb=7ee118744cf696348c17805bf7b7d27f98e67153;hp=0900b1798de2db50008ea647144cf1f31ad58a6b;hpb=6187315aace9959a16bdc62c4585ccf0c1cf2eac;p=plomrogue diff --git a/SERVER_COMMANDS b/SERVER_COMMANDS index 0900b17..bc69c2a 100644 --- a/SERVER_COMMANDS +++ b/SERVER_COMMANDS @@ -51,6 +51,10 @@ game world is set active. Meta commands ------------- +PLUGIN [string] +Run plugin code in ./plugins/[argument], with argument only consisting of +alphanumeric characters and underscores. + PING Write "PONG" line to ./server/out file. @@ -170,12 +174,10 @@ T_LIFEPOINTS [0 to 255] Set selected thing's lifepoints to argument. T_SATIATION [-32768 to 32767] -Set selected thing's satiation score. If above zero, and thing's lifepoints are -below its thing type's initial lifepoints, there is a 1/32 chance each turn of -waiting action that the thing's lifepoints will rise. Each turn, there is a -chance of hitpoint loss that grows with the satiation score's absolute value. -Each turn, T_SATIATION lessens by the square root of the thing's type's start -hitpoints (see TT_LIFEPOINTS). +Set selected thing's satiation score. Each turn, there is a chance of hitpoint +loss that grows with the satiation score's absolute value, and one of hitpoint +gain that lowers with it. Each turn, T_SATIATION lessens by the square root of +the thing's type's start hitpoints (see TT_LIFEPOINTS). T_CARRIES [0 to infinity] Add thing of ID in argument to inventory of selected thing, if said thing is