Skip to content

Commit

Permalink
Update MONSTERS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerimee authored Dec 18, 2019
1 parent 9b29d3a commit 09ede4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/MONSTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ In mainline game it can be HUMAN, ROBOT, ZOMBIE, MAMMAL, BIRD, FISH, REPTILE, WO
```JSON
"volume": "40 L"
```
The numeric part of the string must be an integer.
The numeric part of the string must be an integer. Accepts L, and ml as units. Note that l and mL are not currently accepted.

## "weight"
(string)

```JSON
"weight": "3 kg"
```
The numeric part of the string must be an integer. Use the largest unit you can keep full precision with. For example: 3 kg, not 3000 g.
The numeric part of the string must be an integer. Use the largest unit you can keep full precision with. For example: 3 kg, not 3000 g. Accepts g and kg as units.

## "scent_tracked"
(array of strings, optional)
Expand Down

0 comments on commit 09ede4c

Please sign in to comment.