{
	"version": 5,
	"id": "A3z-PY8KeV13rcXR4",
	"total_points": 682,
	"profile": {
		"name": "Marut",
		"title": "Construct (Lawful)",
		"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": "TbCnt79fhFfIFrE0b",
			"name": "Marut",
			"reference": "Enraged Eggplant, Monsters (May 11, 2024): Marut [Monster Manual, page 159]",
			"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: Marut [Monster Manual, page 159]. SRD name overlap does not make these GURPS mechanics SRD content. Review status: draft. Fan document published 682 points; exact GCS library substitutions produce 682 points. Library adjustment: +0.",
			"container_type": "ancestry",
			"children": [
				{
					"id": "t3JqNfsVC0SwOj9cf",
					"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": "m5hKIvOZN3133rvEz",
							"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": "tIaq3EjgrK6r7YOM1",
					"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": "tXVdVHNeDD3t8Cy9T",
					"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": "tvA4kVShnRlKS6b2Y",
					"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": "mRjngRy5h6RnyUBHr",
							"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": "t_MaKAbTtOMaIYUWk",
					"name": "Increased Will",
					"reference": "B16",
					"tags": [
						"Advantage",
						"Attribute",
						"Mental"
					],
					"local_notes": "Source construction: Will+5\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": 5,
					"can_level": true,
					"levels": 5,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "will",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 25,
						"current_level": 5
					}
				},
				{
					"id": "tp4IYMXCEzNr2Mflw",
					"name": "Increased Perception",
					"reference": "B16",
					"tags": [
						"Advantage",
						"Attribute",
						"Mental",
						"Physical"
					],
					"local_notes": "Source construction: Per+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,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "per",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 10,
						"current_level": 2
					}
				},
				{
					"id": "t9e2DolPdsMPv-pow",
					"name": "Increased Basic Move",
					"reference": "B17",
					"tags": [
						"Advantage",
						"Attribute",
						"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": "tvskVZZYnbbs0TEBJ",
					"name": "Combat Reflexes",
					"reference": "B43",
					"tags": [
						"Advantage",
						"Mental"
					],
					"local_notes": "Source construction: Combat Reflexes\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 15 point(s); library calculation is 15. Library note: Never freeze",
					"base_points": 15,
					"features": [
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "starts_with",
								"qualifier": "fast-draw"
							},
							"amount": 1
						},
						{
							"type": "attribute_bonus",
							"attribute": "dodge",
							"amount": 1
						},
						{
							"type": "attribute_bonus",
							"attribute": "parry",
							"amount": 1
						},
						{
							"type": "attribute_bonus",
							"attribute": "block",
							"amount": 1
						},
						{
							"type": "attribute_bonus",
							"attribute": "fright_check",
							"amount": 2
						},
						{
							"type": "conditional_modifier",
							"situation": "on all IQ rolls to wake up or to recover from surprise or mental stun",
							"amount": 6
						},
						{
							"type": "conditional_modifier",
							"situation": "to initiative rolls for your side (+2 if you are the leader)",
							"amount": 1
						}
					],
					"prereqs": {
						"type": "prereq_list",
						"all": true,
						"prereqs": [
							{
								"type": "trait_prereq",
								"has": false,
								"name": {
									"compare": "is",
									"qualifier": "Enhanced Time Sense"
								}
							}
						]
					},
					"calc": {
						"points": 15
					}
				},
				{
					"id": "tSKohMWzCbTCDgT2m",
					"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": "tQpaaLXj6UVuhj-oY",
					"name": "Damage Resistance",
					"reference": "B46,B47,P45,MA43,PSI14",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: DR 9\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 45 point(s); library calculation is 45.",
					"points_per_level": 5,
					"can_level": true,
					"levels": 9,
					"features": [
						{
							"type": "dr_bonus",
							"locations": [
								"all"
							],
							"amount": 1,
							"per_level": true
						},
						{
							"type": "dr_bonus",
							"locations": [
								"eye"
							],
							"amount": -1,
							"per_level": true
						}
					],
					"calc": {
						"points": 45,
						"current_level": 9
					}
				},
				{
					"id": "tPWi0zRZxwC_syd6D",
					"name": "Doesn’t Breathe",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Marut [Monster Manual, page 159]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Doesn’t Breathe",
					"base_points": 20,
					"calc": {
						"points": 20
					}
				},
				{
					"id": "tDLOt7Ge0MiDyvu_X",
					"name": "Doesn’t Eat or Drink",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Marut [Monster Manual, page 159]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Doesn’t Eat or Drink",
					"base_points": 10,
					"calc": {
						"points": 10
					}
				},
				{
					"id": "tHrq9b6irFKeB46En",
					"name": "Doesn’t Sleep",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Marut [Monster Manual, page 159]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Doesn’t Sleep",
					"base_points": 20,
					"calc": {
						"points": 20
					}
				},
				{
					"id": "t7h8ou7NuBR9cuEuY",
					"name": "Empathy",
					"reference": "B51,P48",
					"tags": [
						"Advantage",
						"Mental"
					],
					"local_notes": "Source construction: Empathy\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,
					"features": [
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "detect lies"
							},
							"amount": 3
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "fortune-telling"
							},
							"amount": 3
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "psychology"
							},
							"amount": 3
						}
					],
					"calc": {
						"points": 15
					}
				},
				{
					"id": "toomFSi1-8Si3hz1Y",
					"name": "ER 10 (Magic)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Marut [Monster Manual, page 159]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: ER 10 (Magic)",
					"base_points": 30,
					"calc": {
						"points": 30
					}
				},
				{
					"id": "t3RTY2ae7eMgEKhYj",
					"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": "tnW30jeBw1SAMK3kf",
					"name": "Immunity to Metabolic Hazards",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Marut [Monster Manual, page 159]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Immunity to Metabolic Hazards",
					"base_points": 30,
					"calc": {
						"points": 30
					}
				},
				{
					"id": "t_6MyGP_0z9Q5l00D",
					"name": "Immunity to Mind Control",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Marut [Monster Manual, page 159]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Immunity to Mind Control",
					"base_points": 30,
					"calc": {
						"points": 30
					}
				},
				{
					"id": "t10b98L2akceMACRU",
					"name": "Injury Tolerance (Unliving, No Blood)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Marut [Monster Manual, page 159]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Injury Tolerance (Unliving, No Blood)",
					"base_points": 25,
					"calc": {
						"points": 25
					}
				},
				{
					"id": "t-DCq02SbBCd8OI5t",
					"name": "Magic Resistance",
					"reference": "B67",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Magic Resistance 4 (Improved, +150%)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 20 point(s); library calculation is 20.",
					"points_per_level": 2,
					"can_level": true,
					"levels": 4,
					"modifiers": [
						{
							"id": "mvZvkNwLGUv9oOZtu",
							"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": 20,
						"current_level": 4
					}
				},
				{
					"id": "tV6kOIJ1yHlxEfldn",
					"name": "Nictitating Membrane",
					"reference": "B71",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Nictitating Membrane 6\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 6 point(s); library calculation is 6.",
					"points_per_level": 1,
					"can_level": true,
					"levels": 6,
					"features": [
						{
							"type": "conditional_modifier",
							"situation": "to all HT rolls concerned with eye damage",
							"amount": 1,
							"per_level": true
						},
						{
							"type": "dr_bonus",
							"locations": [
								"eye"
							],
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 6,
						"current_level": 6
					}
				},
				{
					"id": "ttHjusq5nPz1SIW01",
					"name": "Regeneration (Regular)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Marut [Monster Manual, page 159]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Regeneration (Regular)",
					"base_points": 25,
					"calc": {
						"points": 25
					}
				},
				{
					"id": "tkgNxMRjFLQNpDKfR",
					"name": "See Invisible",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Marut [Monster Manual, page 159]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: See Invisible (Magic; Magical, -10%; True Sight, +50%)",
					"base_points": 21,
					"calc": {
						"points": 21
					}
				},
				{
					"id": "tNVoAsyGa_mKro9xw",
					"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": "twXZDoVOh5gl4uXUD",
					"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": "tu6MqQVT3mDaGm0zc",
					"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": "tR28JaGroqxiw2Mmt",
					"name": "Spell-Like Abilities (Alternative Abilities)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Marut [Monster Manual, page 159]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Spell-Like Abilities (Alternative Abilities) [165]:",
					"base_points": 165,
					"calc": {
						"points": 165
					}
				},
				{
					"id": "tbuC8zsJR7vtcaHhi",
					"name": "Callous",
					"reference": "B125",
					"tags": [
						"Disadvantage",
						"Mental"
					],
					"local_notes": "Source construction: Callous\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,
					"features": [
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "psychology"
							},
							"amount": -3
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "teaching"
							},
							"amount": -3
						},
						{
							"type": "reaction_bonus",
							"situation": "from past victims and anyone with Empathy",
							"amount": -1
						},
						{
							"type": "conditional_modifier",
							"situation": "to Interrogation and Intimidation rolls when you use threats or torture",
							"amount": 1
						}
					],
					"calc": {
						"points": -5
					}
				},
				{
					"id": "taTV7K1XoMdNwsOTW",
					"name": "Honesty",
					"reference": "B138",
					"tags": [
						"Disadvantage",
						"Mental"
					],
					"local_notes": "Source construction: Honesty (6)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -20 point(s); library calculation is -20. Library note: Make a self-control roll when faced with the “need” to break unreasonable laws; if you fail, you must obey the law, whatever the consequences. If you manage to resist your urges and break the law, make a second self-control roll afterward. If you fail, you must turn yourself in to the authorities!",
					"cr": 6,
					"base_points": -10,
					"calc": {
						"points": -20
					}
				},
				{
					"id": "tiM_zzP3qyhP0PEMG",
					"name": "No Sense of Humor",
					"reference": "B146",
					"tags": [
						"Disadvantage",
						"Mental"
					],
					"local_notes": "Source construction: No Sense of Humor\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,
					"features": [
						{
							"type": "reaction_bonus",
							"situation": "from others in any situation where No Sense of Humor becomes evident",
							"amount": -2
						}
					],
					"calc": {
						"points": -10
					}
				},
				{
					"id": "tuk_pxyZGnEorFFbf",
					"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": "tbgVeRlmnueIQyGgg",
					"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": "tarVqAxLCj7L4A77F",
					"name": "Obsession (6) (Punishing the transgressor)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Marut [Monster Manual, page 159]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Obsession (6) (Punishing the transgressor)",
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "tkAobKhEzNc35fpXO",
					"name": "Truthfulness",
					"reference": "B159",
					"tags": [
						"Disadvantage",
						"Mental"
					],
					"local_notes": "Source construction: Truthfulness (6)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -10 point(s); library calculation is -10. Library note: Make a self-control roll whenever you must keep silent about an uncomfortable truth (lying by omission). Roll at -5 if you actually have to tell a falsehood! If you fail, you blurt out the truth, or stumble so much that your lie is obvious.",
					"cr": 6,
					"base_points": -5,
					"features": [
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "fast-talk"
							},
							"amount": -5
						}
					],
					"calc": {
						"points": -10
					}
				},
				{
					"id": "tHPYkiFkbv34qnW_1",
					"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": "tFcLaCDNaMYqEhdTM",
					"name": "Vulnerability (Anarchic Weapons, x2)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Marut [Monster Manual, page 159]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Vulnerability (Anarchic Weapons, x2)",
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "t2LxoUyQZB23IIPjq",
					"name": "Axiomatic Touch",
					"reference": null,
					"tags": [
						"Perk",
						"Review Required"
					],
					"local_notes": "Source construction: Axiomatic Touch\nNative library match: Home Brew/Enraged Eggplant/Magic/Wizardry (Clerical) (Wizardry (Clerical).adq). Fan source stated 1 point(s); library calculation is 1.",
					"base_points": 1,
					"calc": {
						"points": 1
					}
				},
				{
					"id": "t4RMGQFRea0iONvto",
					"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": "tP6ODYnzf-buv-pHX",
					"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": "t3JXqBSMyNvtO2hw5",
					"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": "t9ANIgUgaMPExoFlb",
					"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
					}
				}
			],
			"calc": {
				"points": 682
			},
			"melee_weapons": [
				{
					"id": "AKwDjS31sH5QjSuK-",
					"damage": {
						"type": "cr",
						"base": "3d+2"
					},
					"usage": "Punch",
					"reach": "C-1",
					"defaults": [
						{
							"type": "10",
							"modifier": 6
						}
					],
					"usage_notes": "Punch (16): thrust 3d+2 crushing (KYOS: 7d-1 crushing), Reach C-1."
				}
			]
		}
	],
	"skills": [
		{
			"id": "Ayse6Ke8HkC6Gxpjg",
			"name": "Brawling",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 16 in the source conversion."
		},
		{
			"id": "AcLSaanPOhgQ8BiOA",
			"name": "Detect Lies",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 18 in the source conversion."
		},
		{
			"id": "A7rPYNLr9-t0MXzyW",
			"name": "Innate Attack (Beam)",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 16 in the source conversion."
		},
		{
			"id": "A2bK6MZ4lSQ5nz33s",
			"name": "Innate Attack (Gaze)",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 16 in the source conversion."
		},
		{
			"id": "AzAPw8Zycn0eMY6dq",
			"name": "Law (Criminal)",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 16 in the source conversion."
		},
		{
			"id": "AveP5_l53jGeoNVkP",
			"name": "Law (Esoteric)",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 16 in the source conversion."
		}
	],
	"notes": [
		{
			"id": "ARB7wTB_n1l-5-DPx",
			"text": "Typical Stats from the reviewed package: ST 30, DX 10, IQ 10, HT 14, HP 52, WILL 15, PER 12, FP —, SPEED 6, MOVE 7, DODGE 10, DR 9. 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": "AvVLe8M8R2L05YReh",
			"text": "Encounter rating: CER 95 (offense 20, protection 75), threat tier major, appearing 1."
		},
		{
			"id": "AKHCrqYr3Dgdf7LaS",
			"text": "GCS ancestry draft: gcs/marut.gct"
		},
		{
			"id": "AmONuQUsQKtrhytyF",
			"text": "Source template total: 682 points."
		},
		{
			"id": "AFH68xXpzil9xEHfR",
			"text": "Library-rebuilt template total: 682 points."
		},
		{
			"id": "An4jGFzkhJRjPtG9u",
			"text": "CER was computed from parsed Typical Stats using the Dungeons On Automatic baseline CER path."
		},
		{
			"id": "AtjtGdDLGnPM_dEBI",
			"text": "Review attacks, special abilities, encounter frequency, treasure, grappling, and GCS modifiers before approval."
		},
		{
			"id": "A4vP1idA_nWHaYUNQ",
			"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"
}
