{
	"version": 5,
	"id": "AEPgxx7GFuSc3Ak0f",
	"total_points": 550,
	"profile": {
		"name": "Couatl",
		"title": "Outsider",
		"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": "T3W_5Yci8KvD34lHi",
			"name": "Couatl",
			"reference": "Enraged Eggplant, Monsters (May 11, 2024): Couatl [Monster Manual, page 37, Expanded Psionic Handbook, page 193]",
			"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: Couatl [Monster Manual, page 37, Expanded Psionic Handbook, page 193]. SRD name overlap does not make these GURPS mechanics SRD content. Review status: draft. Fan document published 566 points; exact GCS library substitutions produce 566 points. Library adjustment: +0.",
			"container_type": "ancestry",
			"children": [
				{
					"id": "tjEO5K-FJZAtZfzip",
					"name": "Increased Strength",
					"reference": "B14",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: ST+14 (No Manipulators, -40%; Size Modifier, -20%)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 56 point(s); library calculation is 56.",
					"points_per_level": 10,
					"can_level": true,
					"levels": 14,
					"modifiers": [
						{
							"id": "mZnqPyiOeBzKD6FG0",
							"name": "No Fine Manipulators",
							"reference": "B15",
							"cost_adj": "-40%"
						},
						{
							"id": "mIredGz709jLPIy6u",
							"name": "Size",
							"reference": "B15",
							"cost_adj": "-10%",
							"levels": 2
						}
					],
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "st",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 56,
						"current_level": 14
					}
				},
				{
					"id": "to7AnM8jHeJUkFHIi",
					"name": "Increased Dexterity",
					"reference": "B15",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: DX+2 (No Manipulators, -40%)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 24 point(s); library calculation is 24.",
					"points_per_level": 20,
					"can_level": true,
					"levels": 2,
					"modifiers": [
						{
							"id": "m7j9zO8COrSS345Ki",
							"name": "No Fine Manipulators",
							"cost_adj": "-40%"
						}
					],
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "dx",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 24,
						"current_level": 2
					}
				},
				{
					"id": "tH-R9sZmTBSLTrA8q",
					"name": "Increased Intelligence",
					"reference": "B15",
					"tags": [
						"Advantage",
						"Attribute",
						"Mental"
					],
					"local_notes": "Source construction: IQ+3\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 60 point(s); library calculation is 60.",
					"points_per_level": 20,
					"can_level": true,
					"levels": 3,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "iq",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 60,
						"current_level": 3
					}
				},
				{
					"id": "taYOwKvsE7pfrwdTm",
					"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": "tFinhyPrn0_v-1hzs",
					"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": "tlWLtB7jom9XOf5Xq",
					"name": "Increased Will",
					"reference": "B16",
					"tags": [
						"Advantage",
						"Attribute",
						"Mental"
					],
					"local_notes": "Source construction: Will+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": "will",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 5,
						"current_level": 1
					}
				},
				{
					"id": "twGPS8f_nuyOj8avp",
					"name": "Increased Perception",
					"reference": "B16",
					"tags": [
						"Advantage",
						"Attribute",
						"Mental",
						"Physical"
					],
					"local_notes": "Source construction: Per+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": "per",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 5,
						"current_level": 1
					}
				},
				{
					"id": "tU0NH1Kh4xbltSjjP",
					"name": "Decreased Basic Move",
					"reference": "B17",
					"tags": [
						"Attribute",
						"Disadvantage",
						"Physical"
					],
					"local_notes": "Source construction: Basic Move -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": "basic_move",
							"amount": -1,
							"per_level": true
						}
					],
					"calc": {
						"points": -10,
						"current_level": 2
					}
				},
				{
					"id": "tIK76gAtU34Gb5hgj",
					"name": "Acute Taste and Smell 3",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Couatl [Monster Manual, page 37, Expanded Psionic Handbook, page 193]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Acute Taste and Smell 3",
					"base_points": 6,
					"calc": {
						"points": 6
					}
				},
				{
					"id": "tq2GYTok8X_wGy3ds",
					"name": "Amphibious",
					"reference": "B40,P42",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Amphibious\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": "tE8WRdOeGwfg1IxVy",
					"name": "Constriction Attack",
					"reference": "B43,P45",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Constriction Attack\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 15 point(s); library calculation is 15. Library note: If you succeed on a grapple against an opponent no larger than your own SM, on your next turn, and each successive turn, roll a Quick Contest of your ST vs. your victim’s ST or HT, whichever is higher. If you win, your victim takes damage equal to your margin of victory; otherwise, no damage is inflicted",
					"base_points": 15,
					"calc": {
						"points": 15
					}
				},
				{
					"id": "tQVq_Fim8C90xYQc_",
					"name": "Doesn’t Breathe",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Couatl [Monster Manual, page 37, Expanded Psionic Handbook, page 193]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Doesn’t Breathe (Oxygen Storage, 200x, -20%)",
					"base_points": 16,
					"calc": {
						"points": 16
					}
				},
				{
					"id": "tncrsYLLq1PJy4pyM",
					"name": "Double-Jointed",
					"reference": "DFA49",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Double-Jointed\nNative library match: Dungeon Fantasy RPG/Dungeon Fantasy RPG Traits (Dungeon Fantasy RPG 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": "climbing"
							},
							"amount": 5
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "escape"
							},
							"amount": 5
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "erotic art"
							},
							"amount": 5
						}
					],
					"calc": {
						"points": 15
					}
				},
				{
					"id": "tyuBAMOHWyyGnoAtz",
					"name": "Damage Resistance",
					"reference": "B46,B47,P45,MA43,PSI14",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: DR 4 (Flexible, -20%)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 16 point(s); library calculation is 16.",
					"points_per_level": 5,
					"can_level": true,
					"levels": 4,
					"modifiers": [
						{
							"id": "mYAK4k7dArdkIVwXK",
							"name": "Flexible",
							"reference": "B47",
							"cost_adj": "-20%"
						}
					],
					"features": [
						{
							"type": "dr_bonus",
							"locations": [
								"all"
							],
							"amount": 1,
							"per_level": true
						},
						{
							"type": "dr_bonus",
							"locations": [
								"eye"
							],
							"amount": -1,
							"per_level": true
						}
					],
					"calc": {
						"points": 16,
						"current_level": 4
					}
				},
				{
					"id": "tHepxs6oWsY9_YS7j",
					"name": "ER 10 (Magic)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Couatl [Monster Manual, page 37, Expanded Psionic Handbook, page 193]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: ER 10 (Magic)",
					"base_points": 30,
					"calc": {
						"points": 30
					}
				},
				{
					"id": "t1naK35x8cmyjJs1m",
					"name": "Extended Lifespan",
					"reference": "B53",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Extended Lifespan 5\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": 5,
					"calc": {
						"points": 10,
						"current_level": 5
					}
				},
				{
					"id": "t6IjFgHSdKtOI8AUn",
					"name": "Fangs",
					"reference": "B91",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Fangs\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 2 point(s); library calculation is 2.",
					"base_points": 2,
					"weapons": [
						{
							"id": "wTAneSbHnzTPCcj6a",
							"sv": 1,
							"damage": {
								"type": "imp",
								"st": "thr",
								"base": "-1"
							},
							"usage": "Bite",
							"reach": "C",
							"defaults": [
								{
									"type": "skill",
									"name": "Brawling"
								},
								{
									"type": "dx"
								}
							],
							"calc": {
								"damage": "thr-1 imp"
							}
						}
					],
					"calc": {
						"points": 2
					}
				},
				{
					"id": "ts7Jd4qOKRItObvIB",
					"name": "Flight",
					"reference": "B56,P50,PSI14",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Flight (Cannot Hover, -15%; Winged, -25%)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 24 point(s); library calculation is 24. Library note: Air Move is Basic Speed x 2 (drop all fractions)",
					"base_points": 40,
					"modifiers": [
						{
							"id": "mlTYvQQX8Zco3soo1",
							"name": "Cannot Hover",
							"reference": "B56",
							"cost_adj": "-15%"
						},
						{
							"id": "mDzm3WrTT3OQaEddz",
							"name": "Winged",
							"reference": "B56",
							"cost_adj": "-25%"
						}
					],
					"calc": {
						"points": 24
					}
				},
				{
					"id": "t5Oxq5DOZY_oFE22L",
					"name": "Infravision",
					"reference": "B60,P87",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Infravision\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": "tDfWp6Lk4RbQrREsO",
					"name": "Less Sleep",
					"reference": "B65",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Less Sleep 4\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 8 point(s); library calculation is 8. Library note: Require 1 hour/level less sleep for a full night's rest (max 4)",
					"points_per_level": 2,
					"can_level": true,
					"levels": 4,
					"calc": {
						"points": 8,
						"current_level": 4
					}
				},
				{
					"id": "tPqe6Pl_KQ1bmS2Qf",
					"name": "Nictitating Membrane",
					"reference": "B71",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Nictitating Membrane 2\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 2 point(s); library calculation is 2.",
					"points_per_level": 1,
					"can_level": true,
					"levels": 2,
					"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": 2,
						"current_level": 2
					}
				},
				{
					"id": "tIxCuEbVeJyezyoGw",
					"name": "Peripheral Vision",
					"reference": "B74,P87",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Peripheral Vision\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": "tHJuPS-Zgoi87ZNRb",
					"name": "Protected Vision",
					"reference": "B78",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Protected Vision\nNative library match: After the End/After the End Mutations (After the End Mutations.adq). Fan source stated 5 point(s); library calculation is 5.",
					"base_points": 5,
					"calc": {
						"points": 5
					}
				},
				{
					"id": "tGMHZ3V85ybCWQ8j5",
					"name": "Reduced Consumption",
					"reference": "B80",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Reduced Consumption 4\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 8 point(s); library calculation is 8.",
					"points_per_level": 2,
					"can_level": true,
					"levels": 4,
					"calc": {
						"points": 8,
						"current_level": 4
					}
				},
				{
					"id": "t-4duW0AlozJIiRYx",
					"name": "See Invisible",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Couatl [Monster Manual, page 37, Expanded Psionic Handbook, page 193]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: See Invisible (Magic; Magical, -10%; True Sight, +50%)",
					"base_points": 21,
					"calc": {
						"points": 21
					}
				},
				{
					"id": "tadkZ_6NvCStX5SVT",
					"name": "Temperature Tolerance",
					"reference": "B93",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Temperature Tolerance 2 (Hot)\nNative library match: Home Brew/Enraged Eggplant/Magic/Wizardry (Clerical) (Wizardry (Clerical).adq). Fan source stated 2 point(s); library calculation is 2. Library note: Hot",
					"points_per_level": 1,
					"can_level": true,
					"levels": 2,
					"calc": {
						"points": 2,
						"current_level": 2
					}
				},
				{
					"id": "tdtr41pt1tyl_CBbH",
					"name": "Terrain Adaptation (Slippery)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Couatl [Monster Manual, page 37, Expanded Psionic Handbook, page 193]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Terrain Adaptation (Slippery)",
					"base_points": 5,
					"calc": {
						"points": 5
					}
				},
				{
					"id": "tuUMotJfP_XsBXW-U",
					"name": "Terrain Adaptation (Uneven)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Couatl [Monster Manual, page 37, Expanded Psionic Handbook, page 193]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Terrain Adaptation (Uneven)",
					"base_points": 5,
					"calc": {
						"points": 5
					}
				},
				{
					"id": "t1ES20L9Gyx7WwmzG",
					"name": "Poison",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Couatl [Monster Manual, page 37, Expanded Psionic Handbook, page 193]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Poison: Toxic Attack 1d-1 (Cyclic, 1 hour, 2 cycles, Resistible, +20%; Follow-Up, Bite, +0%; Resistible, HT-3, -15%; Symptoms, 1/3 HP, -3 ST, +45%; Symptoms, 2/3 HP, -4 ST, +20%) [6].",
					"base_points": 6,
					"calc": {
						"points": 6
					}
				},
				{
					"id": "tNsVeVz865G150l9H",
					"name": "Nondetection",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Couatl [Monster Manual, page 37, Expanded Psionic Handbook, page 193]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Nondetection: Obscure 10 (Divination; Always On, -50%; Defensive, +50%; Magical, -10%; No Area of Effect, -50%; Stealthy, +100%) [28].",
					"base_points": 28,
					"calc": {
						"points": 28
					}
				},
				{
					"id": "tSJTFvDCLKZo0YSAy",
					"name": "Sun Awe",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Couatl [Monster Manual, page 37, Expanded Psionic Handbook, page 193]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Sun Awe: Terror (-3) (Sight; Awe; Accessibility, Only in direct sunlight, -30%; Magical, -10%) [36].",
					"base_points": 36,
					"calc": {
						"points": 36
					}
				},
				{
					"id": "tms4pAIM3YN--h1Fo",
					"name": "Spell-Like Abilities (Alternative Abilities)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Couatl [Monster Manual, page 37, Expanded Psionic Handbook, page 193]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Spell-Like Abilities (Alternative Abilities) [91]:",
					"base_points": 91,
					"calc": {
						"points": 91
					}
				},
				{
					"id": "tEfX8LCI0K_rAA2Bp",
					"name": "Mind Clouding",
					"reference": "PSI66",
					"tags": [
						"Mental",
						"Psionics",
						"Sense and Defense",
						"Telepathy"
					],
					"local_notes": "Source construction: Mind Clouding 2\nNative library match: Psionics/Psionics Traits (Psionics Traits.adq). Fan source stated 12 point(s); library calculation is 12. Library note: Sense and defense ability. People don't perceive your presence. ",
					"points_per_level": 6,
					"can_level": true,
					"levels": 2,
					"features": [
						{
							"type": "conditional_modifier",
							"situation": "to Stealth against subject who fails to resist Mind Clouding, double if standing still",
							"amount": 2
						}
					],
					"calc": {
						"points": 12,
						"current_level": 2
					}
				},
				{
					"id": "tyAg3bQWpZdsXdQDW",
					"name": "Mind Shield",
					"reference": "B70,P62,PSI15",
					"tags": [
						"Advantage",
						"Exotic",
						"Mental"
					],
					"local_notes": "Source construction: Mind Shield 2\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 8 point(s); library calculation is 8.",
					"points_per_level": 4,
					"can_level": true,
					"levels": 2,
					"calc": {
						"points": 8,
						"current_level": 2
					}
				},
				{
					"id": "tUgKYU2UxJgsOnur0",
					"name": "Psi Sense 2",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Couatl [Monster Manual, page 37, Expanded Psionic Handbook, page 193]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Psi Sense 2",
					"base_points": 13,
					"calc": {
						"points": 13
					}
				},
				{
					"id": "tDZKex0Rnedz2p9N7",
					"name": "Telespeak 4",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Couatl [Monster Manual, page 37, Expanded Psionic Handbook, page 193]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Telespeak 4",
					"base_points": 45,
					"calc": {
						"points": 45
					}
				},
				{
					"id": "tzq0FutiwyOzRSbvp",
					"name": "Cold-Blooded",
					"reference": "B127",
					"tags": [
						"Disadvantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Cold-Blooded (50°)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -5 point(s); library calculation is -5. Library note: Under 50-degrees",
					"base_points": -5,
					"features": [
						{
							"type": "conditional_modifier",
							"situation": "to HT to resist the effects of temperature",
							"amount": 2
						}
					],
					"calc": {
						"points": -5
					}
				},
				{
					"id": "t46N-0BiUTNzuB6Ko",
					"name": "No Manipulators",
					"reference": "B145",
					"tags": [
						"Disadvantage",
						"Physical"
					],
					"local_notes": "Source construction: No Manipulators\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -50 point(s); library calculation is -50.",
					"base_points": -50,
					"features": [
						{
							"type": "cost_reduction",
							"attribute": "st",
							"percentage": 40
						},
						{
							"type": "cost_reduction",
							"attribute": "dx",
							"percentage": 40
						}
					],
					"calc": {
						"points": -50
					}
				},
				{
					"id": "tALL_csejtLPACr-h",
					"name": "Restricted Diet (Carnivore)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Couatl [Monster Manual, page 37, Expanded Psionic Handbook, page 193]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Restricted Diet (Carnivore)",
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "tNHytqyozydWtDZze",
					"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": "t4wl7vHZeKdoIaS6d",
					"name": "Scales",
					"reference": "PU2:12",
					"tags": [
						"Exotic",
						"Perk",
						"Physical"
					],
					"local_notes": "Source construction: Scales\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": "tLCneKc8f9qT3Knrc",
					"name": "Born Biter 2",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Couatl [Monster Manual, page 37, Expanded Psionic Handbook, page 193]",
					"tags": [
						"Feature",
						"Review Required"
					],
					"local_notes": "Source construction: Born Biter 2",
					"calc": {
						"points": 0
					}
				},
				{
					"id": "tBgvK73MaurLPFQwi",
					"name": "Early Maturation 4",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Couatl [Monster Manual, page 37, Expanded Psionic Handbook, page 193]",
					"tags": [
						"Feature",
						"Review Required"
					],
					"local_notes": "Source construction: Early Maturation 4",
					"calc": {
						"points": 0
					}
				},
				{
					"id": "tnHxFuTTSqQM34bAl",
					"name": "No Legs (Slithers)",
					"reference": "B145",
					"tags": [
						"Disadvantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: No Legs (Slithers)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 0 point(s); library calculation is 0.",
					"calc": {
						"points": 0
					}
				}
			],
			"calc": {
				"points": 550
			},
			"melee_weapons": [
				{
					"id": "Aj7EqfaOUr4HUkWyh",
					"damage": {
						"type": "imp",
						"base": "2d+2"
					},
					"usage": "Fangs",
					"reach": "C",
					"defaults": [
						{
							"type": "10",
							"modifier": 6
						}
					],
					"usage_notes": "Fangs (16): thrust 2d+2 impaling (KYOS: 5d-1 impaling) plus follow-up 1d-1 toxic (resisted by HT-3, 2 1-hour cycles, -3 ST after losing 1/3 HP, -4 ST after losing 2/3 HP), Reach C."
				}
			]
		}
	],
	"skills": [
		{
			"id": "ADXk2EyD4JHJyCLLU",
			"name": "Aerobatics",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 13 in the source conversion."
		},
		{
			"id": "Acgupi2ZhAxGPuz9i",
			"name": "Area Knowledge (Local Area)",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 15 in the source conversion."
		},
		{
			"id": "AYM9__Oz-sCcrULDm",
			"name": "Brawling",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 16 in the source conversion."
		},
		{
			"id": "AnQPdb1Cdg0vebgt6",
			"name": "Detect Lies",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 15 in the source conversion."
		},
		{
			"id": "AHmQhVsMiJRZrjbtX",
			"name": "Diplomacy",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 15 in the source conversion."
		},
		{
			"id": "AuQCyNmmadL6tRHyi",
			"name": "Innate Attack (Breath)",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 16 in the source conversion."
		},
		{
			"id": "AJDmP30WSAnYmUoXv",
			"name": "Observation",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 15 in the source conversion."
		},
		{
			"id": "Ad53f6GJDLyjQLDH5",
			"name": "Religious Ritual (Jazirian)",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 13 in the source conversion."
		},
		{
			"id": "A78X6YoT3_8rkaqR5",
			"name": "Stealth",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 14 in the source conversion."
		},
		{
			"id": "AC2MQBIeF8vVq-9AS",
			"name": "Survival (Jungle)",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 16 in the source conversion."
		},
		{
			"id": "A83S2NEvfT4e0LNcx",
			"name": "Swimming",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 14 in the source conversion."
		},
		{
			"id": "ALRJgZDsgPV7E0Sl8",
			"name": "Thaumatology",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 13 in the source conversion."
		},
		{
			"id": "AQ2XZxROi4yUdC31L",
			"name": "Theology (Jazirian)",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 14 in the source conversion."
		},
		{
			"id": "ArG0Gg_fjLopQfv-G",
			"name": "Wrestling",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 16 in the source conversion."
		},
		{
			"id": "ABTzG4rssHSaBP2fK",
			"name": "Mind Clouding",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 13 in the source conversion."
		},
		{
			"id": "A1k3ZtXL9Vj-4qFnN",
			"name": "Mind Shield",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 14 in the source conversion."
		},
		{
			"id": "AJ1Ipf7FGBaSggbKZ",
			"name": "Psi Sense",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 14 in the source conversion."
		},
		{
			"id": "Az1CziNueb8vDJZki",
			"name": "Telesend",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 13 in the source conversion."
		}
	],
	"notes": [
		{
			"id": "APJI1fdBRfS9P5Ocx",
			"text": "Typical Stats from the reviewed package: ST 24, DX 12, IQ 13, HT 12, HP 24, WILL 14, PER 14, FP 12, SPEED 6, MOVE 4, DODGE 9, DR 4. 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": "AQ_pxc_q7o-qp-Oy1",
			"text": "Encounter rating: CER 58 (offense 32, protection 26), threat tier standard, appearing 2."
		},
		{
			"id": "AkKdg-f2KcO-JGZlx",
			"text": "Sun Awe: With a Ready maneuver, the couatl in direct sunlight can spread its rainbow-colored wings to create awe-inspiring patterns. When a creature sees these patterns, it must roll a Fright Check at a -3 penalty using the Awe variant table (GURPS Powers, p. 85). If a victim succeeds at his Fright Check, he will be unaffected by this ability for one hour."
		},
		{
			"id": "AZsZZRQedYLSwWxUb",
			"text": "GCS ancestry draft: gcs/couatl.gct"
		},
		{
			"id": "AlB8ADPnSVGpNL0qG",
			"text": "Source template total: 566 points."
		},
		{
			"id": "A_kM8AuIoGbuiKevQ",
			"text": "Library-rebuilt template total: 566 points."
		},
		{
			"id": "A14iv9kn-g3sJUC6M",
			"text": "CER was computed from parsed Typical Stats using the Dungeons On Automatic baseline CER path."
		},
		{
			"id": "ARNl0H5Plfk5pdNj_",
			"text": "Review attacks, special abilities, encounter frequency, treasure, grappling, and GCS modifiers before approval."
		},
		{
			"id": "AyLNW_x44PgtwonwN",
			"text": "Nondetection: The couatl is nearly impossible to detect, see, or divine with any Information spells, regardless of the magic system used to cast them. Reduce the diviner’s effective margin of success by 10 for these purposes – so a spell that succeeded by 0-9 completely fails to find the couatl, while one that succeeded by 10+ provides less information than normal and is at a huge disadvantage if it’s resisted."
		},
		{
			"id": "A0yRG31YtqLQLNKkR",
			"text": "Poison (follow-up on Bite): Toxic Attack 1d-1 (Cyclic, 1 hour, 2 cycles, Resistible, +20%; Follow-Up, Bite, +0%; Resistible, HT-3, -15%; Symptoms, 1/3 HP, -3 ST, +45%; Symptoms, 2/3 HP, -4 ST, +20%) Resolve as stated by the construction; the source gives no separate resolution text."
		},
		{
			"id": "AEKjils4chc3ZegE0",
			"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"
}
