13 lines
274 B
TOML
13 lines
274 B
TOML
name = "Sewer Mutant"
|
|
description = "A horrific amalgamation of rat and something far worse. It drools a caustic green slime."
|
|
room = "town:sewers_west"
|
|
base_attitude = "hostile"
|
|
class = "class:creature"
|
|
race = "race:beast"
|
|
|
|
[stats]
|
|
hp = 90
|
|
attack = 12
|
|
defense = 8
|
|
xp = 120
|