{
	"version": 5,
	"id": "A5DFv0xcdDs0m7qSq",
	"total_points": 286,
	"profile": {
		"name": "Hound Archon",
		"title": "Outsider (Archon, Good, Lawful)",
		"player_name": "Dungeons on Automatic",
		"SM": 0
	},
	"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": "TFXJqBHALMXQmiDAO",
			"name": "Hound Archon",
			"reference": "Enraged Eggplant, Monsters (May 11, 2024): Hound Archon [Monster Manual, page 16]",
			"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: Hound Archon [Monster Manual, page 16]. SRD name overlap does not make these GURPS mechanics SRD content. Review status: draft. Fan document published 286 points; exact GCS library substitutions produce 286 points. Library adjustment: +0.",
			"container_type": "ancestry",
			"children": [
				{
					"id": "t_k9FGipM1cwv5B6P",
					"name": "Increased Strength",
					"reference": "B14",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: ST+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": "st",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 40,
						"current_level": 4
					}
				},
				{
					"id": "tC_deEGTCjj3d-l92",
					"name": "Increased Health",
					"reference": "B14",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: HT+2\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": 10,
					"can_level": true,
					"levels": 2,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "ht",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 20,
						"current_level": 2
					}
				},
				{
					"id": "t-xELMqpxHIfXstng",
					"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": "tN-J2Gs0x1m4EvHb0",
					"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": "tpkOiCRgT3lYVEvZa",
					"name": "Discriminatory Smell",
					"reference": "B49,P47",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Discriminatory Smell\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": "Tracking"
							},
							"amount": 4
						},
						{
							"type": "conditional_modifier",
							"situation": "on any task that utilizes sense of smell",
							"amount": 4
						}
					],
					"calc": {
						"points": 15
					}
				},
				{
					"id": "tuJebopqhTfuWWe5N",
					"name": "Damage Resistance",
					"reference": "B46,B47,P45,MA43,PSI14",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: DR 2 (Tough Skin, -40%)\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": 5,
					"can_level": true,
					"levels": 2,
					"modifiers": [
						{
							"id": "mxN02koqUtuz0xS7Y",
							"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": "t0XWwWtki3c6hDxH1",
					"name": "Doesn’t Eat or Drink",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Hound Archon [Monster Manual, page 16]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Doesn’t Eat or Drink",
					"base_points": 10,
					"calc": {
						"points": 10
					}
				},
				{
					"id": "t-vfRkkOivEJOUBm5",
					"name": "Immunity to Petrification",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Hound Archon [Monster Manual, page 16]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Immunity to Petrification",
					"base_points": 5,
					"calc": {
						"points": 5
					}
				},
				{
					"id": "taJDCifhgp1RqDbvG",
					"name": "Magic Resistance",
					"reference": "B67",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Magic Resistance 2 (Improved, +150%)\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": 2,
					"can_level": true,
					"levels": 2,
					"modifiers": [
						{
							"id": "mHO1TVVnLVGPf0zDa",
							"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": 10,
						"current_level": 2
					}
				},
				{
					"id": "tyULYDTbsiNj315GJ",
					"name": "Night Vision",
					"reference": "B71,P87",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Night Vision 5\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": 1,
					"can_level": true,
					"levels": 5,
					"calc": {
						"points": 5,
						"current_level": 5
					}
				},
				{
					"id": "tarr9cUpC2ItArQ6X",
					"name": "Resistant to Poison (+3)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Hound Archon [Monster Manual, page 16]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Resistant to Poison (+3)",
					"base_points": 5,
					"calc": {
						"points": 5
					}
				},
				{
					"id": "tNWPbl9jb_rjkVyGD",
					"name": "See Invisible",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Hound Archon [Monster Manual, page 16]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: See Invisible (Magical; Magical, -10%)",
					"base_points": 14,
					"calc": {
						"points": 14
					}
				},
				{
					"id": "tBMEBEzr4yThqUrQI",
					"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": "tuxV3DZEbEgHdBLSM",
					"name": "Aura of Menace",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Hound Archon [Monster Manual, page 16]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Aura of Menace: Terror (Awe; Magical, -10%; Presence, +25%; Selective Area, +20%) [41].",
					"base_points": 41,
					"calc": {
						"points": 41
					}
				},
				{
					"id": "tUU4qHJeHdK63fo2Y",
					"name": "Change Shape",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Hound Archon [Monster Manual, page 16]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: - Change Shape: Morph (Accessibility, Only SM-2 to SM+1 canine animals, -40%; Magical, -10%) [50].",
					"base_points": 50,
					"calc": {
						"points": 50
					}
				},
				{
					"id": "t9jRcDw9pV30ksjX0",
					"name": "Detect Evil",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Hound Archon [Monster Manual, page 16]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Detect Evil: Detect (Evil; Cannot Analyze, -10%; Magical, -10%) [8].",
					"base_points": 8,
					"calc": {
						"points": 8
					}
				},
				{
					"id": "tlE-MHbSM66duVP88",
					"name": "Electricity Resistance",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Hound Archon [Monster Manual, page 16]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Electricity Resistance [65]: DR 20 (Includes Eyes, +10%; Includes Internal, +20%; Limited, Electricity, -40%; Tough Skin, -40%) [50] + Immunity to Electrical Conduction [5] + Immunity to Noxious Electrical Effects [10].",
					"base_points": 65,
					"calc": {
						"points": 65
					}
				},
				{
					"id": "toNiMd9qOVwgqQIYb",
					"name": "Tongues",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Hound Archon [Monster Manual, page 16]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: - Tongues: Cosmic Power 3 (Limited, One Spoken Language, -50%; Magical, -10%) [12].",
					"base_points": 12,
					"calc": {
						"points": 12
					}
				},
				{
					"id": "tsifE38cJDnczPu0I",
					"name": "Honesty",
					"reference": "B138",
					"tags": [
						"Disadvantage",
						"Mental"
					],
					"local_notes": "Source construction: Honesty (9)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -15 point(s); library calculation is -15. 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": 9,
					"base_points": -10,
					"calc": {
						"points": -15
					}
				},
				{
					"id": "t8QDWQxzGlwi-h8Yx",
					"name": "Intolerance (Fiends)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Hound Archon [Monster Manual, page 16]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Intolerance (Fiends)",
					"base_points": -5,
					"calc": {
						"points": -5
					}
				},
				{
					"id": "tx_fo9AaC69UGXLAB",
					"name": "Pacifism (Cannot Harm Innocents)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Hound Archon [Monster Manual, page 16]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Pacifism (Cannot Harm Innocents)",
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "tPrWPDWB6lpvqG7de",
					"name": "Truthfulness",
					"reference": "B159",
					"tags": [
						"Disadvantage",
						"Mental"
					],
					"local_notes": "Source construction: Truthfulness (9)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -7 point(s); library calculation is -7. 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": 9,
					"base_points": -5,
					"features": [
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "fast-talk"
							},
							"amount": -5
						}
					],
					"calc": {
						"points": -7
					}
				},
				{
					"id": "tuFukupwtWOSG6Shs",
					"name": "Vulnerability (Anarchic Weapons, x2)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Hound Archon [Monster Manual, page 16]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Vulnerability (Anarchic Weapons, x2)",
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "tVOH-A-w1XkKxajg-",
					"name": "Vulnerability (Unholy Weapons, x2)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Hound Archon [Monster Manual, page 16]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Vulnerability (Unholy Weapons, x2)",
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "t65ctQBboSF55B6lk",
					"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": "tSaXdmpfCpMSo_4zx",
					"name": "Holy Touch",
					"reference": null,
					"tags": [
						"Perk",
						"Review Required"
					],
					"local_notes": "Source construction: Holy 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": "tKJUT9VFtFBkY17Bu",
					"name": "Born Biter 1",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Hound Archon [Monster Manual, page 16]",
					"tags": [
						"Feature",
						"Review Required"
					],
					"local_notes": "Source construction: Born Biter 1",
					"calc": {
						"points": 0
					}
				}
			],
			"calc": {
				"points": 286
			},
			"melee_weapons": [
				{
					"id": "A0Pgti39tnmqSyHmU",
					"damage": {
						"type": "cut",
						"base": "3d-1"
					},
					"usage": "Thrusting Greatsword swing",
					"reach": "1-2",
					"defaults": [
						{
							"type": "10",
							"modifier": 4
						}
					],
					"usage_notes": "Thrusting Greatsword swing (14): swing 3d-1 cutting, Reach 1-2."
				},
				{
					"id": "ANr_s_4fLDWIdAQM5",
					"damage": {
						"type": "imp",
						"base": "2d-1"
					},
					"usage": "Thrusting Greatsword thrust",
					"reach": "2",
					"defaults": [
						{
							"type": "10",
							"modifier": 4
						}
					],
					"usage_notes": "Thrusting Greatsword thrust (14): thrust 2d-1 impaling (KYOS: 2d+1 impaling), Reach 2."
				},
				{
					"id": "AXhT96Pptb18pHSzp",
					"damage": {
						"type": "cut",
						"base": "1d"
					},
					"usage": "Sharp Teeth",
					"reach": "C",
					"defaults": [
						{
							"type": "10",
							"modifier": 2
						}
					],
					"usage_notes": "Sharp Teeth (12): thrust 1d cutting, Reach C."
				},
				{
					"id": "AP18Pi751S7mk8YyI",
					"damage": {
						"type": "cr"
					},
					"usage": "Detect Evil",
					"defaults": [
						{
							"type": "10",
							"modifier": 0
						}
					],
					"usage_notes": "Detect Evil (10): By taking a Concentrate maneuver and rolling against Per modified by range penalties, the archon can sense evil auras of unholy creatures (such as fiends and clerics of evil deities) and unholy items. On a success, the archon learns the direction to the nearest significant evil aura."
				}
			]
		}
	],
	"skills": [
		{
			"id": "ATvcmkTigId4ZCKJO",
			"name": "Brawling",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 12 in the source conversion."
		},
		{
			"id": "ATokKNMnxNZEa8KcO",
			"name": "Observation",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 14 in the source conversion."
		},
		{
			"id": "AHCt8KShX7gsLae0y",
			"name": "Tracking",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 16 in the source conversion."
		},
		{
			"id": "AqFxT3pvtxYEK6pOw",
			"name": "Two-Handed Sword",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 14 in the source conversion."
		}
	],
	"notes": [
		{
			"id": "ABc7qwfrHNbbIov9G",
			"text": "Typical Stats from the reviewed package: ST 14, DX 10, IQ 10, HT 12, HP 14, WILL 10, PER 10, FP 12, SPEED 5.5, MOVE 6, DODGE 9, 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": "Axex5ixGret7nPiTa",
			"text": "Encounter rating: CER 40 (offense 29, protection 11), threat tier standard, appearing 2."
		},
		{
			"id": "ANifxIv3yY6X-cb_2",
			"text": "Aura of Menace: An archon can activate this ability to cause all creatures within 10 yards of him to make a Fright Check. The archon can exclude any beings from the area of effect. If a victim succeeds at his Fright Check, he will be unaffected by the archon’s Aura of Menace for one hour. Use Awe check table from GURPS Powers, page 85, if possible."
		},
		{
			"id": "A3nqf7Ek-2PBpFG5C",
			"text": "GCS ancestry draft: gcs/hound-archon.gct"
		},
		{
			"id": "A9Z82ZHX1friQVj1m",
			"text": "Source template total: 286 points."
		},
		{
			"id": "AjL3RnzOpPIrOT72A",
			"text": "Library-rebuilt template total: 286 points."
		},
		{
			"id": "AykWH_O04cfZeQXFN",
			"text": "CER was computed from parsed Typical Stats using the Dungeons On Automatic baseline CER path."
		},
		{
			"id": "Ad7tS7ZHJd8InpeD0",
			"text": "Review attacks, special abilities, encounter frequency, treasure, grappling, and GCS modifiers before approval."
		},
		{
			"id": "A6gJqRhZbyk7ejM2X",
			"text": "Weight 500 lbs."
		},
		{
			"id": "A87G0H1pLJIjHvxp1",
			"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"
}
