{
	"version": 5,
	"id": "C1MBb4JVUV2Uu3kAD",
	"total_points": 66,
	"profile": {
		"name": "Ogre",
		"title": "Giant",
		"player_name": "Monsters on Automatic",
		"SM": 1
	},
	"settings": {
		"attributes": [
			{
				"id": "st",
				"type": "integer",
				"name": "ST",
				"full_name": "Strength",
				"base": "10",
				"cost_per_point": 10,
				"cost_adj_percent_per_sm": 10
			},
			{
				"id": "dx",
				"type": "integer",
				"name": "DX",
				"full_name": "Dexterity",
				"base": "10",
				"cost_per_point": 20
			},
			{
				"id": "iq",
				"type": "integer",
				"name": "IQ",
				"full_name": "Intelligence",
				"base": "10",
				"cost_per_point": 20
			},
			{
				"id": "ht",
				"type": "integer",
				"name": "HT",
				"full_name": "Health",
				"base": "10",
				"cost_per_point": 10
			},
			{
				"id": "will",
				"type": "integer",
				"name": "Will",
				"base": "$iq",
				"cost_per_point": 5
			},
			{
				"id": "fright_check",
				"type": "integer",
				"name": "Fright Check",
				"base": "$will",
				"cost_per_point": 2
			},
			{
				"id": "per",
				"type": "integer",
				"name": "Per",
				"full_name": "Perception",
				"base": "$iq",
				"cost_per_point": 5
			},
			{
				"id": "vision",
				"type": "integer",
				"name": "Vision",
				"base": "$per",
				"cost_per_point": 2
			},
			{
				"id": "hearing",
				"type": "integer",
				"name": "Hearing",
				"base": "$per",
				"cost_per_point": 2
			},
			{
				"id": "taste_smell",
				"type": "integer",
				"name": "Taste & Smell",
				"base": "$per",
				"cost_per_point": 2
			},
			{
				"id": "touch",
				"type": "integer",
				"name": "Touch",
				"base": "$per",
				"cost_per_point": 2
			},
			{
				"id": "basic_speed",
				"type": "decimal",
				"name": "Basic Speed",
				"base": "($dx + $ht) / 4",
				"cost_per_point": 20
			},
			{
				"id": "basic_move",
				"type": "integer",
				"name": "Basic Move",
				"base": "Math.floor($basic_speed)",
				"cost_per_point": 5
			},
			{
				"id": "fp",
				"type": "pool",
				"name": "FP",
				"full_name": "Fatigue Points",
				"base": "$ht",
				"cost_per_point": 3,
				"thresholds": [
					{
						"state": "Unconscious",
						"value": "-$fp",
						"ops": [
							"halve_move",
							"halve_dodge",
							"halve_st"
						]
					},
					{
						"state": "Collapse",
						"value": "0",
						"explanation": "Roll vs. Will to do anything besides talk or rest; failure causes unconsciousness\nEach FP you lose below 0 also causes 1 HP of injury\nMove, Dodge and ST are halved (B426)",
						"ops": [
							"halve_move",
							"halve_dodge",
							"halve_st"
						]
					},
					{
						"state": "Tired",
						"value": "Math.round($fp / 3)",
						"explanation": "Move, Dodge and ST are halved (B426)",
						"ops": [
							"halve_move",
							"halve_dodge",
							"halve_st"
						]
					},
					{
						"state": "Tiring",
						"value": "$fp - 1"
					},
					{
						"state": "Rested",
						"value": "$fp"
					}
				]
			},
			{
				"id": "hp",
				"type": "pool",
				"name": "HP",
				"full_name": "Hit Points",
				"base": "$st",
				"cost_per_point": 2,
				"cost_adj_percent_per_sm": 10,
				"thresholds": [
					{
						"state": "Dead",
						"value": "Math.round(-$hp * 5)",
						"ops": [
							"halve_move",
							"halve_dodge"
						]
					},
					{
						"state": "Dying #4",
						"value": "Math.round(-$hp * 4)",
						"explanation": "Roll vs. HT to avoid death\nRoll vs. HT-4 every second to avoid falling unconscious\nMove and Dodge are halved (B419)",
						"ops": [
							"halve_move",
							"halve_dodge"
						]
					},
					{
						"state": "Dying #3",
						"value": "Math.round(-$hp * 3)",
						"explanation": "Roll vs. HT to avoid death\nRoll vs. HT-3 every second to avoid falling unconscious\nMove and Dodge are halved (B419)",
						"ops": [
							"halve_move",
							"halve_dodge"
						]
					},
					{
						"state": "Dying #2",
						"value": "Math.round(-$hp * 2)",
						"explanation": "Roll vs. HT to avoid death\nRoll vs. HT-2 every second to avoid falling unconscious\nMove and Dodge are halved (B419)",
						"ops": [
							"halve_move",
							"halve_dodge"
						]
					},
					{
						"state": "Dying #1",
						"value": "-$hp",
						"explanation": "Roll vs. HT to avoid death\nRoll vs. HT-1 every second to avoid falling unconscious\nMove and Dodge are halved (B419)",
						"ops": [
							"halve_move",
							"halve_dodge"
						]
					},
					{
						"state": "Collapse",
						"value": "0",
						"explanation": "Roll vs. HT every second to avoid falling unconscious\nMove and Dodge are halved (B419)",
						"ops": [
							"halve_move",
							"halve_dodge"
						]
					},
					{
						"state": "Reeling",
						"value": "Math.round($hp / 3)",
						"explanation": "Move and Dodge are halved (B419)",
						"ops": [
							"halve_move",
							"halve_dodge"
						]
					},
					{
						"state": "Wounded",
						"value": "$hp - 1"
					},
					{
						"state": "Healthy",
						"value": "$hp"
					}
				]
			}
		],
		"damage_progression": "basic_set",
		"default_length_units": "ft_in",
		"default_weight_units": "lb",
		"body_type": {
			"name": "Humanoid",
			"roll": "3d",
			"locations": [
				{
					"id": "eye",
					"choice_name": "Eyes",
					"table_name": "Eyes",
					"hit_penalty": -9,
					"calc": {
						"roll_range": "-",
						"dr": {
							"all": 6
						}
					}
				},
				{
					"id": "skull",
					"choice_name": "Skull",
					"table_name": "Skull",
					"slots": 2,
					"hit_penalty": -7,
					"dr_bonus": 2,
					"calc": {
						"roll_range": "3-4",
						"dr": {
							"all": 12
						}
					}
				},
				{
					"id": "face",
					"choice_name": "Face",
					"table_name": "Face",
					"slots": 1,
					"hit_penalty": -5,
					"calc": {
						"roll_range": "5",
						"dr": {
							"all": 10
						}
					}
				},
				{
					"id": "leg",
					"choice_name": "Leg",
					"table_name": "Right Leg",
					"slots": 2,
					"hit_penalty": -2,
					"calc": {
						"roll_range": "6-7",
						"dr": {
							"all": 4
						}
					}
				},
				{
					"id": "arm",
					"choice_name": "Arm",
					"table_name": "Right Arm",
					"slots": 1,
					"hit_penalty": -2,
					"calc": {
						"roll_range": "8",
						"dr": {
							"all": 4
						}
					}
				},
				{
					"id": "torso",
					"choice_name": "Torso",
					"table_name": "Torso",
					"slots": 2,
					"calc": {
						"roll_range": "9-10",
						"dr": {
							"all": 4
						}
					}
				},
				{
					"id": "groin",
					"choice_name": "Groin",
					"table_name": "Groin",
					"slots": 1,
					"hit_penalty": -3,
					"calc": {
						"roll_range": "11",
						"dr": {
							"all": 4
						}
					}
				},
				{
					"id": "arm",
					"choice_name": "Arm",
					"table_name": "Left Arm",
					"slots": 1,
					"hit_penalty": -2,
					"calc": {
						"roll_range": "12",
						"dr": {
							"all": 4
						}
					}
				},
				{
					"id": "leg",
					"choice_name": "Leg",
					"table_name": "Left Leg",
					"slots": 2,
					"hit_penalty": -2,
					"calc": {
						"roll_range": "13-14",
						"dr": {
							"all": 4
						}
					}
				},
				{
					"id": "hand",
					"choice_name": "Hand",
					"table_name": "Hand",
					"slots": 1,
					"hit_penalty": -4,
					"calc": {
						"roll_range": "15",
						"dr": {
							"all": 2
						}
					}
				},
				{
					"id": "foot",
					"choice_name": "Foot",
					"table_name": "Foot",
					"slots": 1,
					"hit_penalty": -4,
					"calc": {
						"roll_range": "16",
						"dr": {
							"all": 2
						}
					}
				},
				{
					"id": "neck",
					"choice_name": "Neck",
					"table_name": "Neck",
					"slots": 2,
					"hit_penalty": -5,
					"calc": {
						"roll_range": "17-18",
						"dr": {
							"all": 4
						}
					}
				},
				{
					"id": "vitals",
					"choice_name": "Vitals",
					"table_name": "Vitals",
					"hit_penalty": -3,
					"calc": {
						"roll_range": "-",
						"dr": {
							"all": 4
						}
					}
				}
			]
		}
	},
	"attributes": [
		{
			"attr_id": "st",
			"adj": 0
		},
		{
			"attr_id": "dx",
			"adj": 0
		},
		{
			"attr_id": "iq",
			"adj": 0
		},
		{
			"attr_id": "ht",
			"adj": 0
		},
		{
			"attr_id": "will",
			"adj": 0
		},
		{
			"attr_id": "fright_check",
			"adj": 0
		},
		{
			"attr_id": "per",
			"adj": 0
		},
		{
			"attr_id": "vision",
			"adj": 0
		},
		{
			"attr_id": "hearing",
			"adj": 0
		},
		{
			"attr_id": "taste_smell",
			"adj": 0
		},
		{
			"attr_id": "touch",
			"adj": 0
		},
		{
			"attr_id": "basic_speed",
			"adj": 0
		},
		{
			"attr_id": "basic_move",
			"adj": 0
		},
		{
			"attr_id": "fp",
			"adj": 0
		},
		{
			"attr_id": "hp",
			"adj": 0
		}
	],
	"traits": [
		{
			"id": "twP9KyOXDMg8xVaZN",
			"name": "Ogre",
			"reference": "Ogre [Monsters on Automatic, SRD coverage: humanoid folk and their sub-races; answers Ogre (SRD 5.1); Ogre (SRD 3.5)]",
			"local_notes": "Independent Monsters on Automatic build. Monster statistics, ratings and description prose by Monsters on Automatic; AI-generated first draft, project-reviewed, released under CC BY 4.0.",
			"container_type": "ancestry",
			"children": [
				{
					"id": "thKWqy9Su7fBuejcp",
					"name": "Increased Strength",
					"reference": "B14",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"points_per_level": 10,
					"can_level": true,
					"levels": 10,
					"modifiers": [
						{
							"id": "mvBwlLEBjhMidqdSU",
							"name": "Size",
							"reference": "B19",
							"cost_adj": "-10%",
							"local_notes": "Strength costs less for a creature this large."
						}
					],
					"calc": {
						"points": 90,
						"current_level": 10
					}
				},
				{
					"id": "tyvO2oVLK9Sv3HOVg",
					"name": "Decreased Dexterity",
					"reference": "B15",
					"tags": [
						"Attribute",
						"Disadvantage",
						"Physical"
					],
					"points_per_level": -20,
					"can_level": true,
					"levels": 1,
					"calc": {
						"points": -20,
						"current_level": 1
					}
				},
				{
					"id": "tJC0vNKs-SJOXSlSL",
					"name": "Decreased Intelligence",
					"reference": "B15",
					"tags": [
						"Attribute",
						"Disadvantage",
						"Mental"
					],
					"points_per_level": -20,
					"can_level": true,
					"levels": 2,
					"calc": {
						"points": -40,
						"current_level": 2
					}
				},
				{
					"id": "tufVWGt0VAQcJ_Rvv",
					"name": "Increased Health",
					"reference": "B14",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"points_per_level": 10,
					"can_level": true,
					"levels": 2,
					"calc": {
						"points": 20,
						"current_level": 2
					}
				},
				{
					"id": "t4N9zlj-tX3W6N9Yn",
					"name": "Increased Perception",
					"reference": "B16",
					"tags": [
						"Advantage",
						"Attribute",
						"Mental",
						"Physical"
					],
					"points_per_level": 5,
					"can_level": true,
					"levels": 1,
					"calc": {
						"points": 5,
						"current_level": 1
					}
				},
				{
					"id": "tAXLzmVzV31ZN_Z5R",
					"name": "Damage Resistance",
					"reference": "B46,B47",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"points_per_level": 5,
					"can_level": true,
					"levels": 2,
					"modifiers": [
						{
							"id": "m7uapj15gWRrFsME2",
							"name": "Tough Skin",
							"reference": "B47",
							"cost_adj": "-40%",
							"local_notes": "Effects that just require skin contact or a scratch ignore this DR"
						}
					],
					"features": [
						{
							"type": "dr_bonus",
							"locations": [
								"all"
							],
							"amount": 1,
							"per_level": true
						},
						{
							"type": "dr_bonus",
							"locations": [
								"eye"
							],
							"amount": -1,
							"per_level": true
						}
					],
					"calc": {
						"points": 6,
						"current_level": 2
					}
				},
				{
					"id": "teg4JqFrdR0TPSoWJ",
					"name": "Dark Vision",
					"reference": "B47",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"base_points": 25,
					"calc": {
						"points": 25
					}
				},
				{
					"id": "tO7NwligqomLTkCtY",
					"name": "High Pain Threshold",
					"reference": "B59",
					"tags": [
						"Advantage",
						"Mental"
					],
					"base_points": 10,
					"calc": {
						"points": 10
					}
				},
				{
					"id": "tPGIn9PXydJeABNqk",
					"name": "Appearance (Ugly)",
					"reference": "B21",
					"tags": [
						"Disadvantage",
						"Mental",
						"Physical"
					],
					"base_points": -8,
					"calc": {
						"points": -8
					}
				},
				{
					"id": "tlhY6-92D2sJekgR7",
					"name": "Bad Smell",
					"reference": "B124",
					"tags": [
						"Disadvantage",
						"Exotic",
						"Physical"
					],
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "t1UVDXgo5Z3FvPLRS",
					"name": "Bad Temper (12)",
					"reference": "B124",
					"tags": [
						"Disadvantage",
						"Mental"
					],
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "tfuUQB863zuhB-A8H",
					"name": "Gluttony (12)",
					"reference": "B137",
					"tags": [
						"Disadvantage",
						"Mental"
					],
					"base_points": -5,
					"calc": {
						"points": -5
					}
				},
				{
					"id": "tmcNu7-_BjIRvv-WY",
					"name": "Social Stigma (Monster)",
					"reference": "B155",
					"tags": [
						"Disadvantage",
						"Social"
					],
					"base_points": -15,
					"calc": {
						"points": -15
					}
				}
			],
			"calc": {
				"points": 48
			},
			"melee_weapons": [
				{
					"id": "wuX9JcXZxxN9EFmKQ",
					"damage": {
						"type": "cr",
						"base": "3d+5"
					},
					"usage": "Greatclub",
					"defaults": [
						{
							"type": "10",
							"modifier": 0
						}
					],
					"reach": "1,2",
					"usage_notes": "Greatclub (10): 3d+5 crushing, Reach 1,2. A tree limb with a stone lashed into the end. It arrives slowly and it does not matter."
				},
				{
					"id": "wvjR1iSg6rYqX0J3x",
					"damage": {
						"type": "cr",
						"base": "2d-1"
					},
					"usage": "Fist",
					"defaults": [
						{
							"type": "10",
							"modifier": 1
						}
					],
					"reach": "C,1",
					"usage_notes": "Fist (11): 2d-1 crushing, Reach C,1. What happens when the club is on the wrong side of the fight."
				}
			]
		}
	],
	"skills": [
		{
			"id": "s-kttkMR-3-h8FbJT",
			"name": "Two-Handed Axe/Mace",
			"difficulty": "dx/a",
			"points": 4,
			"local_notes": "Racial skill at DX+1, level 10."
		},
		{
			"id": "s90v-e7NgoDeKsd4y",
			"name": "Brawling",
			"difficulty": "dx/e",
			"points": 4,
			"local_notes": "Racial skill at DX+2, level 11."
		},
		{
			"id": "sGSfPS6MPCut5sexE",
			"name": "Thrown Weapon",
			"difficulty": "dx/e",
			"points": 2,
			"local_notes": "Racial skill at DX+1, level 10.",
			"specialization": "Spear"
		},
		{
			"id": "sprwjBLEG_NnSm9Yr",
			"name": "Intimidation",
			"difficulty": "will/a",
			"points": 8,
			"local_notes": "Racial skill at Will+2, level 10."
		}
	],
	"notes": [
		{
			"id": "nOAsmvdeqxBURBXjD",
			"text": "Typical Stats from the package record: ST 20, DX 9, IQ 8, HT 12, HP 20, WILL 8, PER 9, FP 12, SPEED 5.25, MOVE 5, DODGE 8, DR 2. GCS derives its own values by applying the ancestry; where the two differ, the package's Typical Stats are what the Dungeons on Automatic encounter tables use."
		},
		{
			"id": "np-MQ7nGORvBSIhkh",
			"text": "Encounter rating: CER 31 (offense 17, protection 14), threat tier standard, appearing 3."
		},
		{
			"id": "n9bKi5utcuDmC3V--",
			"text": "Javelin: Javelin (10): 2d impaling, Reach Ranged, 20. A sharpened fence rail, thrown downhill at whoever is fastest."
		},
		{
			"id": "nX9qu2vkByrrNC9Pm",
			"text": "GCS ancestry draft: gcs/ogre.gct"
		},
		{
			"id": "n04uYCmQi7aIIEhyC",
			"text": "Independent build total: 48 points of racial traits plus 18 points of racial skills."
		},
		{
			"id": "np5Lq6eXNmNypdW-x",
			"text": "Answers the SRD heading(s): Ogre (SRD 5.1); Ogre (SRD 3.5). Only the creature identity is taken from the SRD; the GURPS statistics, ratings and prose are this project's own work and reproduce no SRD text."
		},
		{
			"id": "njyo0JHLG5rwDlC_X",
			"text": "Typical Stats, damage and ratings are derived from the racial template, not authored beside it, so the sheet and the stat block cannot disagree."
		},
		{
			"id": "ny84inVilO_I3bB_f",
			"text": "Body mass used to scale this build: 300 kg. ST, Size Modifier and DR are checked against it; see the gurps-animal-sanity-check skill for the bands."
		},
		{
			"id": "n4aOyfczsS8xAU99k",
			"text": "Movement: ground Move 5 (primary). The published Move is the primary medium's cruising Move; sprint figures are stated here and not folded into it."
		},
		{
			"id": "ngz3AVMm_B3RNv_uU",
			"text": "Treasure and grappling are not authored for this batch and ship as explicit nulls; `lair` carries a short habitat note, because where a wandering animal dens is an encounter fact rather than a loot one."
		},
		{
			"id": "nsdwqZq1qlVb1LflX",
			"text": "About 2.9 m standing, which is the SM +1 row; Strength carries the published -10% size discount."
		},
		{
			"id": "nWUR9LT5cdvNXoCAg",
			"text": "ST 20 from Basic Lift: it picks a man up one-handed and throws him, which is the ogre encounter in one sentence."
		},
		{
			"id": "nkpb68bq7VEAtsUTw",
			"text": "DX 9 is deliberate and is half the creature. It hits like a falling wall and it is genuinely easy to not be there, and a party that stands still is choosing to be hit."
		},
		{
			"id": "nfitPwInP1aEG_cJf",
			"text": "DR 2 is hide. Ogres wear hides rather than armour, so this record's published DR is what it actually has."
		},
		{
			"id": "n-kQ6AazpcXQ_MQi0",
			"text": "Monster statistics, ratings and description prose by Monsters on Automatic; AI-generated first draft, project-reviewed, released under CC BY 4.0."
		}
	],
	"created_date": "1970-01-01T00:00:00Z",
	"modified_date": "1970-01-01T00:00:00Z"
}
