{
	"version": 5,
	"id": "A_b6MiUQKMvIzkpuK",
	"total_points": 772,
	"profile": {
		"name": "Aboleth",
		"title": "Aberration",
		"player_name": "Dungeons on Automatic",
		"SM": 3
	},
	"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": "TmSAREufXv4UKMgOX",
			"name": "Aboleth",
			"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]",
			"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: Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]. SRD name overlap does not make these GURPS mechanics SRD content. Review status: draft. Fan document published 779 points; exact GCS library substitutions produce 779 points. Library adjustment: +0.",
			"container_type": "ancestry",
			"children": [
				{
					"id": "taVg8wKfy8LlYqtB9",
					"name": "Increased Strength",
					"reference": "B14",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: ST+20 (Size Modifier, -30%)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 140 point(s); library calculation is 140.",
					"points_per_level": 10,
					"can_level": true,
					"levels": 20,
					"modifiers": [
						{
							"id": "mNyFarqn2UlGKNmL_",
							"name": "Size",
							"reference": "B15",
							"cost_adj": "-10%",
							"levels": 3
						}
					],
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "st",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 140,
						"current_level": 20
					}
				},
				{
					"id": "t6S3YNxLBd6lysc14",
					"name": "Increased Dexterity",
					"reference": "B15",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: DX+1\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": 20,
					"can_level": true,
					"levels": 1,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "dx",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 20,
						"current_level": 1
					}
				},
				{
					"id": "tVkr1__2ORnt4SMBH",
					"name": "Increased Intelligence",
					"reference": "B15",
					"tags": [
						"Advantage",
						"Attribute",
						"Mental"
					],
					"local_notes": "Source construction: IQ+5\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 100 point(s); library calculation is 100.",
					"points_per_level": 20,
					"can_level": true,
					"levels": 5,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "iq",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 100,
						"current_level": 5
					}
				},
				{
					"id": "tQYrBCdrUnrpN2lf3",
					"name": "Increased Health",
					"reference": "B14",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: HT+3\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 30 point(s); library calculation is 30.",
					"points_per_level": 10,
					"can_level": true,
					"levels": 3,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "ht",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 30,
						"current_level": 3
					}
				},
				{
					"id": "tTaIa42n1-a7Ioumz",
					"name": "Increased Size Modifier",
					"reference": "B19",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: SM+3\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": "tqkLL5n6MxBh_Bvxy",
					"name": "Extra Hit Points",
					"reference": "B16",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: HP+7 (Size Modifier, -30%)\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": 7,
					"modifiers": [
						{
							"id": "mBHwahDy-49-cxr3l",
							"name": "Size",
							"cost_adj": "-10%",
							"levels": 3
						}
					],
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "hp",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 10,
						"current_level": 7
					}
				},
				{
					"id": "t4RizYInERd5BXfh3",
					"name": "Extra Fatigue Points",
					"reference": "B16",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: FP+5\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 15 point(s); library calculation is 15.",
					"points_per_level": 3,
					"can_level": true,
					"levels": 5,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "fp",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 15,
						"current_level": 5
					}
				},
				{
					"id": "tlnSPDaPPloi5EgCn",
					"name": "Decreased Perception",
					"reference": "B16",
					"tags": [
						"Attribute",
						"Disadvantage",
						"Mental",
						"Physical"
					],
					"local_notes": "Source construction: Per-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": "per",
							"amount": -1,
							"per_level": true
						}
					],
					"calc": {
						"points": -25,
						"current_level": 5
					}
				},
				{
					"id": "tImZnOUt76wypj60D",
					"name": "Ambidexterity",
					"reference": "B39",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Ambidexterity\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": "tXnaR_r2Y8wW2cFau",
					"name": "Amphibious",
					"reference": "B40,P42",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Amphibious (Accessibility, Only skill penalties, -50%)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 5 point(s); library calculation is 5.",
					"base_points": 10,
					"modifiers": [
						{
							"id": "mn4N0Vkk_0daBhrs5",
							"name": "Accessibility",
							"reference": "B110,P99",
							"cost_adj": "-1%",
							"levels": 50,
							"local_notes": "Accessibility, Only skill penalties"
						}
					],
					"calc": {
						"points": 5
					}
				},
				{
					"id": "tdMuxRvJT50_QOewO",
					"name": "Doesn’t Breathe",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Doesn’t Breathe",
					"base_points": 20,
					"calc": {
						"points": 20
					}
				},
				{
					"id": "tQOLXMuU8fWYWyCov",
					"name": "Damage Resistance",
					"reference": "B46,B47,P45,MA43,PSI14",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: DR 3 (Tough Skin, -40%)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 9 point(s); library calculation is 9.",
					"points_per_level": 5,
					"can_level": true,
					"levels": 3,
					"modifiers": [
						{
							"id": "mhgB4VgUgcg_7gf34",
							"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": 9,
						"current_level": 3
					}
				},
				{
					"id": "t-qltpn9eboP_Ll81",
					"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": "t0nsU3ugWrBVlvMIV",
					"name": "Enhanced Move 0.5 (Water)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Enhanced Move 0.5 (Water)",
					"base_points": 10,
					"calc": {
						"points": 10
					}
				},
				{
					"id": "tLtAATPaF7z8xtm5w",
					"name": "Extra Attack",
					"reference": "B53,P49,MA44",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Extra Attack 1\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": 25,
					"can_level": true,
					"levels": 1,
					"calc": {
						"points": 25,
						"current_level": 1
					}
				},
				{
					"id": "thCqOXcDryrquYmNH",
					"name": "Extra Legs",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Extra Legs (Four Legs; Cannot Kick, -50%; Extra-Flexible, +50%; Long 1, +100%)",
					"base_points": 10,
					"calc": {
						"points": 10
					}
				},
				{
					"id": "tC1OtYtfJBWEsOXCF",
					"name": "Extra-Flexible Long (+1 SM) Arms",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Extra-Flexible Long (+1 SM) Arms",
					"base_points": 30,
					"calc": {
						"points": 30
					}
				},
				{
					"id": "tGoj4bQzVLAalU3iJ",
					"name": "Extra-Flexible Long (+1 SM) Foot Manipulators 2",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Extra-Flexible Long (+1 SM) Foot Manipulators 2",
					"base_points": 24,
					"calc": {
						"points": 24
					}
				},
				{
					"id": "tstRLmtFIWrygyMGH",
					"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": "trZzX-YREzj1xNC2H",
					"name": "Injury Tolerance (No Neck)",
					"reference": "B61",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Injury Tolerance (No Neck)\nNative library match: Ultra Tech/Ultra Tech Meta-Traits (Ultra Tech Meta-Traits.adq). Fan source stated 5 point(s); library calculation is 5.",
					"base_points": 5,
					"calc": {
						"points": 5
					}
				},
				{
					"id": "tTIPVuI9GJb9ZYlj7",
					"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": "t6XsR-1Ip_W86SL_W",
					"name": "Pressure Support",
					"reference": "B77",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Pressure Support 3\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 15 point(s); library calculation is 15.",
					"points_per_level": 5,
					"can_level": true,
					"levels": 3,
					"calc": {
						"points": 15,
						"current_level": 3
					}
				},
				{
					"id": "tKz6Oof9L9pq0XiUw",
					"name": "Racial Memory",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Racial Memory (Active; Immersive, +50%)",
					"base_points": 60,
					"calc": {
						"points": 60
					}
				},
				{
					"id": "tmbXywkREWV8mbfNw",
					"name": "Reduced Consumption",
					"reference": "B80",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Reduced Consumption 4 (Food Only, -50%)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 4 point(s); library calculation is 4.",
					"points_per_level": 2,
					"can_level": true,
					"levels": 4,
					"modifiers": [
						{
							"id": "m7wEh9XVrNDKvksI-",
							"name": "Food Only",
							"reference": "B80",
							"cost_adj": "-50%"
						}
					],
					"calc": {
						"points": 4,
						"current_level": 4
					}
				},
				{
					"id": "t-hjQ0gmEn1-KgODW",
					"name": "Sharp Teeth",
					"reference": "B91",
					"tags": [
						"Exotic",
						"Perk",
						"Physical"
					],
					"local_notes": "Source construction: Sharp Teeth\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 1 point(s); library calculation is 1.",
					"base_points": 1,
					"weapons": [
						{
							"id": "wTBa963fQY7CaNqLf",
							"sv": 1,
							"damage": {
								"type": "cut",
								"st": "thr",
								"base": "-1"
							},
							"usage": "Bite",
							"reach": "C",
							"defaults": [
								{
									"type": "skill",
									"name": "Brawling"
								},
								{
									"type": "dx"
								}
							],
							"calc": {
								"damage": "thr-1 cut"
							}
						}
					],
					"calc": {
						"points": 1
					}
				},
				{
					"id": "tiWQfJXTwQuCwlhwK",
					"name": "Slippery",
					"reference": "B85",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Slippery 3\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": 2,
					"can_level": true,
					"levels": 3,
					"features": [
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "escape"
							},
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 6,
						"current_level": 3
					}
				},
				{
					"id": "tZJxDTi9a7ZOZDlfw",
					"name": "Speak Underwater",
					"reference": "B87,P78",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Speak Underwater\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": "tGtgI2zkEzaDeGxun",
					"name": "Striker",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Striker (Tail; Crushing; Cannot Parry, -40%; Limited Arc, Rear, -40%; Reversed Arc, +0%)",
					"base_points": 1,
					"calc": {
						"points": 1
					}
				},
				{
					"id": "t-ev1ptGL-QajkaUv",
					"name": "Telepathy Talent",
					"reference": "PSI19",
					"tags": [
						"Communication",
						"Control",
						"Mental",
						"Offense",
						"Power",
						"Sense and Defense",
						"Telepathy"
					],
					"local_notes": "Source construction: Telepathy Talent 2\nNative library match: Psionics/Psionics Traits (Psionics Traits.adq). Fan source stated 10 point(s); library calculation is 10.",
					"points_per_level": 5,
					"can_level": true,
					"levels": 2,
					"features": [
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"tags": {
								"compare": "is",
								"qualifier": "PsionicSkill:Telepathy"
							},
							"amount": 1,
							"per_level": true
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "Crippling Blow"
							},
							"specialization": {
								"compare": "contains",
								"qualifier": "Telepathy"
							},
							"amount": 1,
							"per_level": true
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "Deafening Display"
							},
							"specialization": {
								"compare": "contains",
								"qualifier": "Telepathy"
							},
							"amount": 1,
							"per_level": true
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "Drugged Weapon"
							},
							"specialization": {
								"compare": "contains",
								"qualifier": "Telepathy"
							},
							"amount": 1,
							"per_level": true
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "Fatiguing Strike"
							},
							"specialization": {
								"compare": "contains",
								"qualifier": "Telepathy"
							},
							"amount": 1,
							"per_level": true
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "Project Blow"
							},
							"specialization": {
								"compare": "contains",
								"qualifier": "Telepathy"
							},
							"amount": 1,
							"per_level": true
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "Restorative Armor"
							},
							"specialization": {
								"compare": "contains",
								"qualifier": "Telepathy"
							},
							"amount": 1,
							"per_level": true
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "Stealthy Attack"
							},
							"specialization": {
								"compare": "contains",
								"qualifier": "Telepathy"
							},
							"amount": 1,
							"per_level": true
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "Stupefying Blow"
							},
							"specialization": {
								"compare": "contains",
								"qualifier": "Telepathy"
							},
							"amount": 1,
							"per_level": true
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "Subtle Defense"
							},
							"specialization": {
								"compare": "contains",
								"qualifier": "Telepathy"
							},
							"amount": 1,
							"per_level": true
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "Sudden Death"
							},
							"specialization": {
								"compare": "contains",
								"qualifier": "Telepathy"
							},
							"amount": 1,
							"per_level": true
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "Thunderous Defense"
							},
							"specialization": {
								"compare": "contains",
								"qualifier": "Telepathy"
							},
							"amount": 1,
							"per_level": true
						}
					],
					"prereqs": {
						"type": "prereq_list",
						"all": false,
						"prereqs": [
							{
								"type": "trait_prereq",
								"has": false,
								"name": {
									"compare": "is",
									"qualifier": "Offense Talent"
								},
								"level": {
									"compare": "at_least",
									"qualifier": 1
								}
							},
							{
								"type": "trait_prereq",
								"has": false,
								"name": {
									"compare": "is",
									"qualifier": "Control Talent"
								},
								"level": {
									"compare": "at_least",
									"qualifier": 1
								}
							},
							{
								"type": "trait_prereq",
								"has": false,
								"name": {
									"compare": "is",
									"qualifier": "Sense and Defense Talent"
								},
								"level": {
									"compare": "at_least",
									"qualifier": 1
								}
							},
							{
								"type": "trait_prereq",
								"has": false,
								"name": {
									"compare": "is",
									"qualifier": "Communication Talent"
								},
								"level": {
									"compare": "at_least",
									"qualifier": 1
								}
							}
						]
					},
					"calc": {
						"points": 10,
						"current_level": 2
					}
				},
				{
					"id": "tcDUz02SDvlRSI5V8",
					"name": "Temperature Tolerance",
					"reference": "B93",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Temperature Tolerance 3 (Cold)\nNative library match: Home Brew/Enraged Eggplant/Magic/Wizardry (Clerical) (Wizardry (Clerical).adq). Fan source stated 3 point(s); library calculation is 3. Library note: Cold",
					"points_per_level": 1,
					"can_level": true,
					"levels": 3,
					"calc": {
						"points": 3,
						"current_level": 3
					}
				},
				{
					"id": "tglnXLCdD3ERZKKOb",
					"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": "tJSVWt3eQfInTNcxJ",
					"name": "Mucus Cloud",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Mucus Cloud: Affliction 1 (HT; Accessibility, Underwater only, -30%; Aura, +80%; Advantage, Alternate Form (same template, but with Doesn’t Breathe (Gills; underwater only)); +150%; Area Effect, 1 yard, +25%; Biological, Passive, -5%; Extended Duration, 30x, +60%; Melee Attack, Reach C, -30%; Respiratory Agent, +50%) [40].",
					"base_points": 40,
					"calc": {
						"points": 40
					}
				},
				{
					"id": "t1LayTvKVzS3ehf_T",
					"name": "Slime",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: - Slime: Toxic Attack 1d (Biological, -10%; Follow-Up, Tentacles, +0%; Cyclic, 1 minute, 10 cycles, being moistened with cool, fresh water negates damage, Resistible, +200%; Onset, 1 minute, -10%; Resistible, HT-3, -15%; Symptoms, 1/3 HP, Negated Advantage, DR 2 with Tough Skin, +18%) [12].",
					"base_points": 12,
					"calc": {
						"points": 12
					}
				},
				{
					"id": "tQPnExRfcv7RUTV2s",
					"name": "Appearance (Hideous)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Appearance (Hideous)",
					"base_points": -16,
					"calc": {
						"points": -16
					}
				},
				{
					"id": "tUijCK1tZrTGRUM80",
					"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": "tG1xXk6puwEcv_Dnb",
					"name": "Dependency",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Dependency (Water; Constantly; Enters hibernation after losing 1xHP, -50%)",
					"base_points": -12,
					"calc": {
						"points": -12
					}
				},
				{
					"id": "t5eGp2rnZAuBMS2HT",
					"name": "Horizontal",
					"reference": "B139",
					"tags": [
						"Disadvantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Horizontal\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": "t0FA3TtmJKFO5Tsqn",
					"name": "Intolerance (Land dwellers)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Intolerance (Land dwellers)",
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "te874O967Gdjt5Wtn",
					"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": "tPswjvSYl5lvAOCUa",
					"name": "Odious Racial Habit (Eats sapient beings)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Odious Racial Habit (Eats sapient beings)",
					"base_points": -15,
					"calc": {
						"points": -15
					}
				},
				{
					"id": "tTNlxqfQxr-HMYyIQ",
					"name": "Restricted Diet (Carnivore)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Restricted Diet (Carnivore)",
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "tGJiTOR8S7dd1rPWr",
					"name": "Social Stigma (Monster)",
					"reference": "B155",
					"tags": [
						"Disadvantage",
						"Social"
					],
					"local_notes": "Source construction: Social Stigma (Monster)\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": "intimidation"
							},
							"amount": 1
						},
						{
							"type": "reaction_bonus",
							"situation": "from others",
							"amount": -3
						}
					],
					"calc": {
						"points": -15
					}
				},
				{
					"id": "tRgBovnmvT4_9RpNR",
					"name": "Weak Bite",
					"reference": "B161",
					"tags": [
						"Animal",
						"Disadvantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Weak Bite\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": "wFt5Cfvo9-vob5J9v",
							"sv": 1,
							"damage": {
								"type": "cr",
								"st": "thr",
								"base": "-1",
								"modifier_per_die": -2
							},
							"usage": "Bite",
							"reach": "C",
							"defaults": [
								{
									"type": "dx"
								},
								{
									"type": "skill",
									"name": "Brawling"
								}
							],
							"calc": {
								"damage": "thr-1 (-2 per die) cr"
							}
						}
					],
					"calc": {
						"points": -2
					}
				},
				{
					"id": "txo9remjadH7dJIhs",
					"name": "Weakness (Immersion in saline water, 1d per 30 minutes)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Weakness (Immersion in saline water, 1d per 30 minutes)",
					"base_points": -5,
					"calc": {
						"points": -5
					}
				},
				{
					"id": "tX3L7aV4lVU_QaxnO",
					"name": "Two Hearts",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]",
					"tags": [
						"Perk",
						"Review Required"
					],
					"local_notes": "Source construction: Two Hearts",
					"base_points": 1,
					"calc": {
						"points": 1
					}
				},
				{
					"id": "tHHmN5P3k0nRx-puM",
					"name": "Likes eating victims transformed by slime",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]",
					"tags": [
						"Quirk",
						"Review Required"
					],
					"local_notes": "Source construction: Likes eating victims transformed by slime",
					"base_points": -1,
					"calc": {
						"points": -1
					}
				},
				{
					"id": "t9gyKZ53RQzBHNMhr",
					"name": "No Legs (Semi-Aquatic)",
					"reference": "B145",
					"tags": [
						"Disadvantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: No Legs (Semi-Aquatic)\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
					}
				},
				{
					"id": "t1ynWVuQRlnwFoEjO",
					"name": "Plankton Strainer",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]",
					"tags": [
						"Feature",
						"Review Required"
					],
					"local_notes": "Source construction: Plankton Strainer",
					"calc": {
						"points": 0
					}
				},
				{
					"id": "theFQFjUzbURh011X",
					"name": "Three Eyes",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]",
					"tags": [
						"Feature",
						"Review Required"
					],
					"local_notes": "Source construction: Three Eyes",
					"calc": {
						"points": 0
					}
				},
				{
					"id": "tZO7io28pmbtNbkB8",
					"name": "Mental Blow 4",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Mental Blow 4",
					"base_points": 28,
					"calc": {
						"points": 28
					}
				},
				{
					"id": "t2DONy6538LqmOuXS",
					"name": "Mental Surgery 2",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Mental Surgery 2",
					"base_points": 25,
					"calc": {
						"points": 25
					}
				},
				{
					"id": "tYk5QF4eNOGpZtWOW",
					"name": "Mind Shield",
					"reference": "B70,P62,PSI15",
					"tags": [
						"Advantage",
						"Exotic",
						"Mental"
					],
					"local_notes": "Source construction: Mind Shield 5\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": 4,
					"can_level": true,
					"levels": 5,
					"calc": {
						"points": 20,
						"current_level": 5
					}
				},
				{
					"id": "t8U7AP_cfKG_mr_dP",
					"name": "Suggestion 3",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Suggestion 3",
					"base_points": 30,
					"calc": {
						"points": 30
					}
				},
				{
					"id": "tTac5hcGFQkLiKwl2",
					"name": "Telecontrol 2",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Telecontrol 2 (Replace Specialized, Humans, -40% with Accessibility, Only sapient beings, -10%)",
					"base_points": 75,
					"calc": {
						"points": 75
					}
				},
				{
					"id": "teqv3pwaCQrKhBvgl",
					"name": "Telereceive 4",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Telereceive 4",
					"base_points": 45,
					"calc": {
						"points": 45
					}
				},
				{
					"id": "tJHSLN91YjVhf9yrW",
					"name": "Telesend 5",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aboleth [Monster Manual, page 8, Expanded Psionics Handbook, page 185]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Telesend 5",
					"base_points": 27,
					"calc": {
						"points": 27
					}
				}
			],
			"calc": {
				"points": 772
			},
			"melee_weapons": [
				{
					"id": "A59dWAYzZ_KOmk-nm",
					"damage": {
						"type": "cut",
						"base": "1d"
					},
					"usage": "Sharp Teeth",
					"reach": "C",
					"defaults": [
						{
							"type": "10",
							"modifier": 1
						}
					],
					"usage_notes": "Sharp Teeth (11): thrust 1d cutting (KYOS: 2d+2 cutting), Reach C."
				},
				{
					"id": "AWO6M7pp39GdCrwKQ",
					"damage": {
						"type": "cr",
						"base": "3d-1"
					},
					"usage": "Tentacle",
					"reach": "C-3",
					"defaults": [
						{
							"type": "10",
							"modifier": 1
						}
					],
					"usage_notes": "Tentacle (11): thrust 3d-1 crushing (KYOS: 5d+1 crushing), Reach C-3."
				},
				{
					"id": "AjuGZtaizdfHuw0GL",
					"damage": {
						"type": "cr",
						"base": "4d-1"
					},
					"usage": "Tail",
					"reach": "C-2",
					"defaults": [
						{
							"type": "10",
							"modifier": 1
						}
					],
					"usage_notes": "Tail (11): thrust 4d-1 crushing (KYOS: 7d crushing), Reach C-2. Can only attack rear hexes. Cannot parry."
				}
			]
		}
	],
	"skills": [
		{
			"id": "ASOvD6qpcIlDVm0nJ",
			"name": "Brainwashing/TL3",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 16 in the source conversion."
		},
		{
			"id": "ADD77o638Qw3yjMRL",
			"name": "Expert Skill (Psionics)",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 16 in the source conversion."
		},
		{
			"id": "AqWXGfFgrOHsfshvu",
			"name": "Interrogation",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 16 in the source conversion."
		},
		{
			"id": "AvDTDcG3WRGNBbskX",
			"name": "Intimidation",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 16 in the source conversion."
		},
		{
			"id": "A8oHXwOOTT10Y7UHo",
			"name": "Research/TL3",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 16 in the source conversion."
		},
		{
			"id": "A4Tw02L_3uAOwxalQ",
			"name": "Thaumatology",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 16 in the source conversion."
		},
		{
			"id": "AhrrZSxMGjBPW_g13",
			"name": "Mental Blow",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 15 in the source conversion."
		},
		{
			"id": "AlqaITALbkJWdI0Yh",
			"name": "Mental Surgery",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 15 in the source conversion."
		},
		{
			"id": "AnMbPWbovdDREmhf3",
			"name": "Mind Shield",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 15 in the source conversion."
		},
		{
			"id": "A4V3HSfSm_9zOiSmX",
			"name": "Suggestion",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 15 in the source conversion."
		},
		{
			"id": "AI9kMX707LmD8DlJY",
			"name": "Telecontrol",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 15 in the source conversion."
		},
		{
			"id": "AqHYH52cjXAGb4wV8",
			"name": "Telereceive",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 15 in the source conversion."
		},
		{
			"id": "AcvgNrFhAVLNrHMd0",
			"name": "Telesend",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 15 in the source conversion."
		}
	],
	"notes": [
		{
			"id": "AFkhDVpLtIvwCm8TV",
			"text": "Typical Stats from the reviewed package: ST 30, DX 11, IQ 15, HT 13, HP 37, WILL 15, PER 10, FP 18, SPEED 6, MOVE 1, DODGE 9, DR 3. 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": "ADTyHZtB_t51tVP8s",
			"text": "Encounter rating: CER 65 (offense 25, protection 40), threat tier major, appearing 1."
		},
		{
			"id": "A9UHW1QIuAQDdY77U",
			"text": "Mucus Cloud, reach C: When underwater, the aboleth exudes a mucus cloud. Any creature in the same hex as the aboleth that breathes in the mucus must make a successful HT roll or lose the ability to breathe air and gain that ability to breathe water for 30 minutes times the margin of failure."
		},
		{
			"id": "ANmnnf__JPl3iSnXf",
			"text": "GCS ancestry draft: gcs/aboleth.gct"
		},
		{
			"id": "AtJW5WskCR_oa58S_",
			"text": "Source template total: 779 points."
		},
		{
			"id": "AgJnOWoJIt5rCoYfi",
			"text": "Library-rebuilt template total: 779 points."
		},
		{
			"id": "AF0wlu6b4g3l9vj0W",
			"text": "CER was computed from parsed Typical Stats using the Dungeons On Automatic baseline CER path."
		},
		{
			"id": "A4B_H1Inp6LB80wQ5",
			"text": "Review attacks, special abilities, encounter frequency, treasure, grappling, and GCS modifiers before approval."
		},
		{
			"id": "Awb_3n2CboVn-3uNR",
			"text": "Size 14 hexes; Weight 6,500 lbs."
		},
		{
			"id": "AU3xykgcKf-Yo2jl6",
			"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"
}
