View Single Post
Old 11-01-2019, 01:45 PM   #88
InexplicableVic
 
InexplicableVic's Avatar
 
Join Date: Aug 2013
Default Re: GURPS DF / DFRPG Random Dungeon Generator

Quote:
Originally Posted by ericbsmith View Post
Code from https://dungeon.celti.name/data/monsters.js
Code:
{
"Description": "Giant Spider, huge",
"Class": "Giant Animal",
"SM": 0,
"Subclass": "Spider. Poison",
"Environment": "",
"OR": 46,
"PR": 7,
"CER": 53,
"Source1": "",
"Page1": null,
"Source2": "Dungeon Fantasy RPG Monsters",
"Page2": 31,
"Weight": 1
},
I've bolded and underlined where it very clearly shows CER 53. It lists SM 0, but that's Size Modifier. SM0 is human sized, SM1 is roughly bear sided.
Awesome, thanks. It’s not in the CSV file. I’m fine with mining that data from the JS file.
InexplicableVic is offline   Reply With Quote