{
	"version": 5,
	"id": "A-p_oo_nkCfhMGCl5",
	"total_points": 152,
	"profile": {
		"name": "Iron Golem",
		"title": "Construct",
		"player_name": "Dungeons on Automatic",
		"SM": 2
	},
	"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": "T4txHvOuxvhnTLZaE",
			"name": "Iron Golem",
			"reference": "Enraged Eggplant, Monsters (May 11, 2024): Iron Golem [Monster Manual, page 136]",
			"local_notes": "Fan-derived draft authorized for publication. Enraged Eggplant granted unrestricted permission to use, adapt, convert, and publish these statistics. Originator credit: Original GURPS conversion by Enraged Eggplant, from Monsters (May 11, 2024); adapted and republished with permission. Source heading: Iron Golem [Monster Manual, page 136]. SRD name overlap does not make these GURPS mechanics SRD content. Review status: draft. Fan document published 152 points; exact GCS library substitutions produce 152 points. Library adjustment: +0.",
			"container_type": "ancestry",
			"children": [
				{
					"id": "tMY0M309RrTmj6mOV",
					"name": "Increased Strength",
					"reference": "B14",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: ST+20 (Size Modifier, -20%)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 160 point(s); library calculation is 160.",
					"points_per_level": 10,
					"can_level": true,
					"levels": 20,
					"modifiers": [
						{
							"id": "mvnaUiNGYsJhEDa0U",
							"name": "Size",
							"reference": "B15",
							"cost_adj": "-10%",
							"levels": 2
						}
					],
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "st",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 160,
						"current_level": 20
					}
				},
				{
					"id": "tPW4Va3v0VT_fn8Ao",
					"name": "Decreased Intelligence",
					"reference": "B15",
					"tags": [
						"Attribute",
						"Disadvantage",
						"Mental"
					],
					"local_notes": "Source construction: IQ-10\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -200 point(s); library calculation is -200.",
					"points_per_level": -20,
					"can_level": true,
					"levels": 10,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "iq",
							"amount": -1,
							"per_level": true
						}
					],
					"calc": {
						"points": -200,
						"current_level": 10
					}
				},
				{
					"id": "tqdfsvdzQPynfBjcP",
					"name": "Increased Health",
					"reference": "B14",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: HT+4\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 40 point(s); library calculation is 40.",
					"points_per_level": 10,
					"can_level": true,
					"levels": 4,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "ht",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 40,
						"current_level": 4
					}
				},
				{
					"id": "t1tZYgURpTmj7tuHP",
					"name": "Increased Size Modifier",
					"reference": "B19",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: SM+2\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 0 point(s); library calculation is 0.",
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "sm",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 0
					}
				},
				{
					"id": "t3UEEANbVxN3pKaLo",
					"name": "Extra Hit Points",
					"reference": "B16",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: HP+22 (Size Modifier, -20%)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 36 point(s); library calculation is 36.",
					"points_per_level": 2,
					"can_level": true,
					"levels": 22,
					"modifiers": [
						{
							"id": "mvvsmFGAxMSzCJ3lW",
							"name": "Size",
							"cost_adj": "-10%",
							"levels": 2
						}
					],
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "hp",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 36,
						"current_level": 22
					}
				},
				{
					"id": "tTYpt3AaSokw5IrwA",
					"name": "Increased Will",
					"reference": "B16",
					"tags": [
						"Advantage",
						"Attribute",
						"Mental"
					],
					"local_notes": "Source construction: Will+10\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 50 point(s); library calculation is 50.",
					"points_per_level": 5,
					"can_level": true,
					"levels": 10,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "will",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 50,
						"current_level": 10
					}
				},
				{
					"id": "tMkWbFjUgFesTOdrQ",
					"name": "Increased Perception",
					"reference": "B16",
					"tags": [
						"Advantage",
						"Attribute",
						"Mental",
						"Physical"
					],
					"local_notes": "Source construction: Per+10\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 50 point(s); library calculation is 50.",
					"points_per_level": 5,
					"can_level": true,
					"levels": 10,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "per",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 50,
						"current_level": 10
					}
				},
				{
					"id": "t72tpiZobGdc3nsYZ",
					"name": "Decreased Basic Move",
					"reference": "B17",
					"tags": [
						"Attribute",
						"Disadvantage",
						"Physical"
					],
					"local_notes": "Source construction: Basic Move -1\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -5 point(s); library calculation is -5.",
					"points_per_level": -5,
					"can_level": true,
					"levels": 1,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "basic_move",
							"amount": -1,
							"per_level": true
						}
					],
					"calc": {
						"points": -5,
						"current_level": 1
					}
				},
				{
					"id": "txv039CpynOWRgpmg",
					"name": "Dark Vision",
					"reference": "B47,P46",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Dark Vision\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 25 point(s); library calculation is 25.",
					"base_points": 25,
					"calc": {
						"points": 25
					}
				},
				{
					"id": "tVRwUPvYwHKq_SwIU",
					"name": "Damage Resistance",
					"reference": "B46,B47,P45,MA43,PSI14",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: DR 8\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 40 point(s); library calculation is 40.",
					"points_per_level": 5,
					"can_level": true,
					"levels": 8,
					"features": [
						{
							"type": "dr_bonus",
							"locations": [
								"all"
							],
							"amount": 1,
							"per_level": true
						},
						{
							"type": "dr_bonus",
							"locations": [
								"eye"
							],
							"amount": -1,
							"per_level": true
						}
					],
					"calc": {
						"points": 40,
						"current_level": 8
					}
				},
				{
					"id": "t0jyaLqBc-XLEx0Z0",
					"name": "Doesn’t Breathe",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Iron Golem [Monster Manual, page 136]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Doesn’t Breathe",
					"base_points": 20,
					"calc": {
						"points": 20
					}
				},
				{
					"id": "tW-5-UcSoG-O8rmYP",
					"name": "Doesn’t Eat or Drink",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Iron Golem [Monster Manual, page 136]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Doesn’t Eat or Drink",
					"base_points": 10,
					"calc": {
						"points": 10
					}
				},
				{
					"id": "td5Q7_pl5BKwQaEIX",
					"name": "Doesn’t Sleep",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Iron Golem [Monster Manual, page 136]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Doesn’t Sleep",
					"base_points": 20,
					"calc": {
						"points": 20
					}
				},
				{
					"id": "t8m-3DTX_bUBod23F",
					"name": "High Pain Threshold",
					"reference": "B59",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: High Pain Threshold\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 10 point(s); library calculation is 10. Library note: Never suffer shock penalties when injured",
					"base_points": 10,
					"features": [
						{
							"type": "conditional_modifier",
							"situation": "on all HT rolls to avoid knockdown and stunning",
							"amount": 3
						},
						{
							"type": "conditional_modifier",
							"situation": "to resist torture",
							"amount": 3
						}
					],
					"calc": {
						"points": 10
					}
				},
				{
					"id": "tClHwzNTirf6d5CeJ",
					"name": "Immunity to Metabolic Hazards",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Iron Golem [Monster Manual, page 136]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Immunity to Metabolic Hazards",
					"base_points": 30,
					"calc": {
						"points": 30
					}
				},
				{
					"id": "tgJLJF7f7_5tsXP0t",
					"name": "Immunity to Mind Control",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Iron Golem [Monster Manual, page 136]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Immunity to Mind Control",
					"base_points": 30,
					"calc": {
						"points": 30
					}
				},
				{
					"id": "t7Bw_rQcA3Y2ZpDb2",
					"name": "Injury Tolerance (Homogenous, No Blood, No Eyes)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Iron Golem [Monster Manual, page 136]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Injury Tolerance (Homogenous, No Blood, No Eyes)",
					"base_points": 50,
					"calc": {
						"points": 50
					}
				},
				{
					"id": "tgXknHXwbHuT-NH1q",
					"name": "Magic Resistance",
					"reference": "B67",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Magic Resistance 5 (Improved, +150%)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 25 point(s); library calculation is 25.",
					"points_per_level": 2,
					"can_level": true,
					"levels": 5,
					"modifiers": [
						{
							"id": "mT6T1FVUmuy-Gz-mo",
							"name": "Improved",
							"reference": "B67",
							"cost_adj": "150%"
						}
					],
					"features": [
						{
							"type": "conditional_modifier",
							"situation": "to resist spells",
							"amount": 1,
							"per_level": true
						},
						{
							"type": "conditional_modifier",
							"situation": "to skill for others to cast a spell on you",
							"amount": -1,
							"per_level": true
						}
					],
					"calc": {
						"points": 25,
						"current_level": 5
					}
				},
				{
					"id": "tlMuCHsZLHqdxorN3",
					"name": "Pressure Support",
					"reference": "B77",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Pressure Support 2\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 10 point(s); library calculation is 10.",
					"points_per_level": 5,
					"can_level": true,
					"levels": 2,
					"calc": {
						"points": 10,
						"current_level": 2
					}
				},
				{
					"id": "tozBlevajaDa_ojFW",
					"name": "Unaging",
					"reference": "B95,PSI18",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Unaging\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 15 point(s); library calculation is 15.",
					"base_points": 15,
					"calc": {
						"points": 15
					}
				},
				{
					"id": "tY1pUAblkG47s5xIR",
					"name": "Unfazeable",
					"reference": "B95",
					"tags": [
						"Advantage",
						"Mental"
					],
					"local_notes": "Source construction: Unfazeable\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 15 point(s); library calculation is 15. Library note: Exempt from fright checks. Reaction modifiers do not affect you.",
					"base_points": 15,
					"calc": {
						"points": 15
					}
				},
				{
					"id": "t7QecP14jBIVsM0Kc",
					"name": "Vacuum Support",
					"reference": "B96",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Vacuum Support\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 5 point(s); library calculation is 5.",
					"base_points": 5,
					"calc": {
						"points": 5
					}
				},
				{
					"id": "tbQ39VunPD2NLzWGu",
					"name": "Poison Gas",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Iron Golem [Monster Manual, page 136]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Poison Gas: Toxic Attack 1d-1 (Area Effect, 4 yards, +100%; Drifting, +20%; Emanation, -20%; Magical, -10%; Persistent, +40%; Resistible, HT-1, -25%; Respiratory Agent, +50%; Takes Recharge, 5 seconds, -10%) [8]",
					"base_points": 8,
					"calc": {
						"points": 8
					}
				},
				{
					"id": "tc_E7HogzihuXsD_n",
					"name": "Automaton",
					"reference": "DFM12",
					"tags": [
						"Disadvantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Automaton\nNative library match: Dungeon Fantasy RPG/Dungeon Fantasy RPG Traits (Dungeon Fantasy RPG Traits.adq). Fan source stated -85 point(s); library calculation is -85.",
					"base_points": -85,
					"calc": {
						"points": -85
					}
				},
				{
					"id": "tXaYc5Fh1KbW-KyvQ",
					"name": "Cannot Learn",
					"reference": "B125",
					"tags": [
						"Disadvantage",
						"Mental"
					],
					"local_notes": "Source construction: Cannot Learn\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -30 point(s); library calculation is -30.",
					"base_points": -30,
					"calc": {
						"points": -30
					}
				},
				{
					"id": "tZsgUTGpXYugLSvAa",
					"name": "No Sense of Smell/Taste",
					"reference": "B146",
					"tags": [
						"Disadvantage",
						"Physical"
					],
					"local_notes": "Source construction: No Sense of Smell/Taste\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -5 point(s); library calculation is -5.",
					"base_points": -5,
					"calc": {
						"points": -5
					}
				},
				{
					"id": "t2CfjppavODi5VtLr",
					"name": "Numb",
					"reference": "B146",
					"tags": [
						"Disadvantage",
						"Physical"
					],
					"local_notes": "Source construction: Numb\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -20 point(s); library calculation is -20.",
					"base_points": -20,
					"calc": {
						"points": -20
					}
				},
				{
					"id": "txMvjhZD_aq5TyYQK",
					"name": "Mute",
					"reference": "DFM13",
					"tags": [
						"Disadvantage",
						"Physical"
					],
					"local_notes": "Source construction: Mute\nNative library match: Dungeon Fantasy RPG/Dungeon Fantasy RPG Traits (Dungeon Fantasy RPG Traits.adq). Fan source stated -25 point(s); library calculation is -25.",
					"base_points": -25,
					"calc": {
						"points": -25
					}
				},
				{
					"id": "tGk-TIde1GCat-mi4",
					"name": "Reprogrammable",
					"reference": "B150",
					"tags": [
						"Disadvantage",
						"Exotic",
						"Mental"
					],
					"local_notes": "Source construction: Reprogrammable\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -10 point(s); library calculation is -10.",
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "taHEjDHZc846_dpIw",
					"name": "Social Stigma (Valuable Property)",
					"reference": "B156",
					"tags": [
						"Disadvantage",
						"Social"
					],
					"local_notes": "Source construction: Social Stigma (Valuable Property)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -10 point(s); library calculation is -10.",
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "tvLLV0J6arYehcplL",
					"name": "Unhealing (Total)",
					"reference": "B160",
					"tags": [
						"Disadvantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Unhealing (Total)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -30 point(s); library calculation is -30.",
					"base_points": -30,
					"calc": {
						"points": -30
					}
				},
				{
					"id": "tGb-LR3oAzheo8R-8",
					"name": "Unnatural",
					"reference": "DFM14",
					"tags": [
						"Disadvantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Unnatural\nNative library match: Dungeon Fantasy RPG/Dungeon Fantasy RPG Traits (Dungeon Fantasy RPG Traits.adq). Fan source stated -50 point(s); library calculation is -50.",
					"base_points": -50,
					"calc": {
						"points": -50
					}
				},
				{
					"id": "tafbYM22h_y0aqqis",
					"name": "Wealth (Dead Broke)",
					"reference": "B25",
					"tags": [
						"Disadvantage",
						"Social"
					],
					"local_notes": "Source construction: Wealth (Dead Broke)\nNative library match: Ultra Tech/Ultra Tech Traits (Ultra Tech Traits.adq). Fan source stated -25 point(s); library calculation is -25.",
					"base_points": -25,
					"calc": {
						"points": -25
					}
				},
				{
					"id": "tue9rhhIqOwn7CGId",
					"name": "Affected by Magnetism",
					"reference": "PU6:12",
					"tags": [
						"Exotic",
						"Physical",
						"Quirk"
					],
					"local_notes": "Source construction: Affected by Magnetism\nNative library match: Power Ups/Power Ups Traits (Power Ups Traits.adq). Fan source stated -1 point(s); library calculation is -1.",
					"base_points": -1,
					"calc": {
						"points": -1
					}
				},
				{
					"id": "tcXOUqnnYvbGJ0itD",
					"name": "Affected by Rust",
					"reference": "TT2:46",
					"tags": [
						"Disadvantage",
						"Exotic",
						"Physical",
						"Quirk"
					],
					"local_notes": "Source construction: Affected by Rust\nNative library match: Template Toolkit/Template Toolkit 2 - Races/Template Toolkit 2 - Races Traits (Template Toolkit 2 - Races Traits.adq). Fan source stated -1 point(s); library calculation is -1.",
					"base_points": -1,
					"calc": {
						"points": -1
					}
				},
				{
					"id": "tHI8PbPRPEF6YjluX",
					"name": "Not Subject to Fatigue",
					"reference": "TT2:12",
					"tags": [
						"Exotic",
						"Feature",
						"Physical"
					],
					"local_notes": "Source construction: Not Subject to Fatigue\nNative library match: Template Toolkit/Template Toolkit 2 - Races/Template Toolkit 2 - Races Traits (Template Toolkit 2 - Races Traits.adq). Fan source stated 0 point(s); library calculation is 0.",
					"calc": {
						"points": 0
					}
				},
				{
					"id": "tWv_-2_HmPXs0B7Yf",
					"name": "Sterile",
					"reference": "TT2:12",
					"tags": [
						"Feature",
						"Physical"
					],
					"local_notes": "Source construction: Sterile\nNative library match: Template Toolkit/Template Toolkit 2 - Races/Template Toolkit 2 - Races Traits (Template Toolkit 2 - Races Traits.adq). Fan source stated 0 point(s); library calculation is 0.",
					"calc": {
						"points": 0
					}
				},
				{
					"id": "t-m1v47wfKb9TGoq4",
					"name": "Taboo Trait (Fixed IQ)",
					"reference": null,
					"tags": [
						"Mental",
						"Physical"
					],
					"local_notes": "Source construction: Taboo Trait (Fixed IQ)\nNative library match: Ultra Tech/Ultra Tech Meta-Traits (Ultra Tech Meta-Traits.adq). Fan source stated 0 point(s); library calculation is 0.",
					"calc": {
						"points": 0
					}
				}
			],
			"calc": {
				"points": 152
			},
			"melee_weapons": [
				{
					"id": "A3a1D1yZdvZTLc0wm",
					"damage": {
						"type": "cr",
						"base": "3d+2"
					},
					"usage": "Punch",
					"reach": "C-1",
					"defaults": [
						{
							"type": "10",
							"modifier": 2
						}
					],
					"usage_notes": "Punch (12): thrust 3d+2 crushing (KYOS: 7d-1 crushing), Reach C-1."
				}
			]
		}
	],
	"skills": [
		{
			"id": "A3R06fBPQBgnosrJR",
			"name": "Brawling",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 12 in the source conversion."
		}
	],
	"notes": [
		{
			"id": "ANzorK5IlMSTmYLqX",
			"text": "Typical Stats from the reviewed package: ST 30, DX 10, IQ 0, HT 14, HP 52, WILL 10, PER 10, FP —, SPEED 6, MOVE 5, DODGE 9, DR 8. 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": "AZDRPpHe6IT1tuBM2",
			"text": "Encounter rating: CER 80 (offense 14, protection 66), threat tier major, appearing 1."
		},
		{
			"id": "APw03yExbHkrNoxya",
			"text": "Poison Gas (1d-1 toxic), reach 4 yards: Toxic Attack 1d-1 (Area Effect, 4 yards, +100%; Drifting, +20%; Emanation, -20%; Magical, -10%; Persistent, +40%; Resistible, HT-1, -25%; Respiratory Agent, +50%; Takes Recharge, 5 seconds, -10%) Resolve as stated by the construction; the source gives no separate resolution text."
		},
		{
			"id": "AS8a2aXoDlTaG4vfP",
			"text": "GCS ancestry draft: gcs/iron-golem.gct"
		},
		{
			"id": "AJROkvy4Bu5XXFiFF",
			"text": "Source template total: 152 points."
		},
		{
			"id": "A0JdT4bDLdYqfj9hh",
			"text": "Library-rebuilt template total: 152 points."
		},
		{
			"id": "ABTDa78Qs6bPAYp_F",
			"text": "CER was computed from parsed Typical Stats using the Dungeons On Automatic baseline CER path."
		},
		{
			"id": "ABPGvjSBwK4XSoq71",
			"text": "Review attacks, special abilities, encounter frequency, treasure, grappling, and GCS modifiers before approval."
		},
		{
			"id": "A242mDswwyTu0cjN1",
			"text": "Original GURPS conversion by Enraged Eggplant, from Monsters (May 11, 2024); adapted and republished with permission."
		}
	],
	"created_date": "1970-01-01T00:00:00Z",
	"modified_date": "1970-01-01T00:00:00Z"
}
