{
	"version": 5,
	"id": "AEtN_cheuu59ZD-Mg",
	"total_points": 58,
	"profile": {
		"name": "Squid",
		"title": "Animal",
		"player_name": "Dungeons on Automatic",
		"SM": -1
	},
	"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": "T687HfA4IgR4hNV7A",
			"name": "Squid",
			"reference": "Enraged Eggplant, Monsters (May 11, 2024): Squid [Monster Manual, page 281]",
			"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: Squid [Monster Manual, page 281]. SRD name overlap does not make these GURPS mechanics SRD content. Review status: draft. Fan document published 58 points; exact GCS library substitutions produce 58 points. Library adjustment: +0.",
			"container_type": "ancestry",
			"children": [
				{
					"id": "tUJeN_G2W_JKqud4S",
					"name": "Decreased Strength",
					"reference": "B14",
					"tags": [
						"Attribute",
						"Disadvantage",
						"Physical"
					],
					"local_notes": "Source construction: ST-4\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -40 point(s); library calculation is -40.",
					"points_per_level": -10,
					"can_level": true,
					"levels": 4,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "st",
							"amount": -1,
							"per_level": true
						}
					],
					"calc": {
						"points": -40,
						"current_level": 4
					}
				},
				{
					"id": "tl_P3fFP4ch4uK3kk",
					"name": "Increased Dexterity",
					"reference": "B15",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: DX+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": "dx",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 60,
						"current_level": 3
					}
				},
				{
					"id": "tqYdiTAUd3VpcP2Ue",
					"name": "Decreased Intelligence",
					"reference": "B15",
					"tags": [
						"Attribute",
						"Disadvantage",
						"Mental"
					],
					"local_notes": "Source construction: IQ-7\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": -20,
					"can_level": true,
					"levels": 7,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "iq",
							"amount": -1,
							"per_level": true
						}
					],
					"calc": {
						"points": -140,
						"current_level": 7
					}
				},
				{
					"id": "tF493ffrxO4O7H_XE",
					"name": "Increased Health",
					"reference": "B14",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: HT+2\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 20 point(s); library calculation is 20.",
					"points_per_level": 10,
					"can_level": true,
					"levels": 2,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "ht",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 20,
						"current_level": 2
					}
				},
				{
					"id": "t-tygJ1YZs0UitH-w",
					"name": "Decreased Size Modifier",
					"reference": "B19",
					"tags": [
						"Attribute",
						"Disadvantage",
						"Physical"
					],
					"local_notes": "Source construction: SM-1\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": "tZrUoHTUAsWwUHwtf",
					"name": "Increased Will",
					"reference": "B16",
					"tags": [
						"Advantage",
						"Attribute",
						"Mental"
					],
					"local_notes": "Source construction: Will+7\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 35 point(s); library calculation is 35.",
					"points_per_level": 5,
					"can_level": true,
					"levels": 7,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "will",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 35,
						"current_level": 7
					}
				},
				{
					"id": "tQ9zZ8d2tXTa-ljdV",
					"name": "Increased Perception",
					"reference": "B16",
					"tags": [
						"Advantage",
						"Attribute",
						"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": "t4gASSIhjbxgk52Bb",
					"name": "Chameleon",
					"reference": "B41,P43",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Chameleon 2\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 10 point(s); library calculation is 10.",
					"points_per_level": 5,
					"can_level": true,
					"levels": 2,
					"calc": {
						"points": 10,
						"current_level": 2
					}
				},
				{
					"id": "tNcTUttpCFlUizT-o",
					"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": "tov278kwiODUMi39m",
					"name": "Enhanced Move 1",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Squid [Monster Manual, page 281]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Enhanced Move 1 (Water; Costs Fatigue, 1 FP/minute, -5%)",
					"base_points": 19,
					"calc": {
						"points": 19
					}
				},
				{
					"id": "t3tRz5EoTe0jW8Tl0",
					"name": "Extra Arms 6",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Squid [Monster Manual, page 281]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Extra Arms 6 (Extra-Flexible, +50%)",
					"base_points": 90,
					"calc": {
						"points": 90
					}
				},
				{
					"id": "tskCIovbcLKCfCtJq",
					"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": "tgPaed-omXzFvvWiI",
					"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": "tMiRKSJIGMoKveY_6",
					"name": "Sharp Beak",
					"reference": "B91",
					"tags": [
						"Exotic",
						"Perk",
						"Physical"
					],
					"local_notes": "Source construction: Sharp Beak\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": "w1eDvXIrz5OXmJX-q",
							"sv": 1,
							"damage": {
								"type": "pi+",
								"st": "thr",
								"base": "-1"
							},
							"usage": "Peck",
							"reach": "C",
							"defaults": [
								{
									"type": "dx"
								},
								{
									"type": "skill",
									"name": "Brawling"
								}
							],
							"calc": {
								"damage": "thr-1 pi+"
							}
						}
					],
					"calc": {
						"points": 1
					}
				},
				{
					"id": "twwwfJ89sXCI7byWx",
					"name": "Ink",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Squid [Monster Manual, page 281]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: - Ink [34]: Obscure 4 (Smell; Drifting, +20%; Limited Use, 4/day, -20%; Link, +10%; Only in Water or Zero-G, -30%; Persistent, +40%) [10] + Obscure 10 (Vision; Drifting, +20%: Limited Use, 4/day, -20%; Link, +10%; Only in Water or Zero-G, -30%; Persistent, +40%) [24].",
					"base_points": 34,
					"calc": {
						"points": 34
					}
				},
				{
					"id": "tVv0gme0iDIexm70F",
					"name": "Bad Grip",
					"reference": "B123",
					"tags": [
						"Disadvantage",
						"Physical"
					],
					"local_notes": "Source construction: Bad Grip 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": "conditional_modifier",
							"situation": "to tasks that require a firm grip (max 3 levels)",
							"amount": -2,
							"per_level": true
						}
					],
					"prereqs": {
						"type": "prereq_list",
						"all": true,
						"prereqs": [
							{
								"type": "trait_prereq",
								"has": false,
								"name": {
									"compare": "is",
									"qualifier": "no fine manipulators"
								}
							}
						]
					},
					"calc": {
						"points": -5,
						"current_level": 1
					}
				},
				{
					"id": "t4BdwOEqR4E7p2YCa",
					"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": "tKlW_zGmF5RS-1o3m",
					"name": "Fearfulness",
					"reference": "B136",
					"tags": [
						"Disadvantage",
						"Mental"
					],
					"local_notes": "Source construction: Fearfulness 1\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": -2,
					"can_level": true,
					"levels": 1,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "fright_check",
							"amount": -1,
							"per_level": true
						}
					],
					"prereqs": {
						"type": "prereq_list",
						"all": true,
						"prereqs": [
							{
								"type": "trait_prereq",
								"has": false,
								"name": {
									"compare": "is",
									"qualifier": "fearlessness"
								}
							}
						]
					},
					"calc": {
						"points": -2,
						"current_level": 1
					}
				},
				{
					"id": "tkVN5oRbjLfpZ6BN4",
					"name": "Invertebrate",
					"reference": "B140",
					"tags": [
						"Disadvantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Invertebrate\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -20 point(s); library calculation is -20.",
					"base_points": -20,
					"calc": {
						"points": -20
					}
				},
				{
					"id": "t604ZSUzgeNq-8l2e",
					"name": "Short Lifespan",
					"reference": "B154",
					"tags": [
						"Disadvantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Short Lifespan 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,
					"calc": {
						"points": -20,
						"current_level": 2
					}
				},
				{
					"id": "tSfOw1C4n_cVjfCvp",
					"name": "Wild Animal (with Mute)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Squid [Monster Manual, page 281]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Wild Animal (with Mute)",
					"base_points": -40,
					"calc": {
						"points": -40
					}
				},
				{
					"id": "t49SV4nejRzsoYSDa",
					"name": "Doesn’t Breathe (Gills)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Squid [Monster Manual, page 281]",
					"tags": [
						"Feature",
						"Review Required"
					],
					"local_notes": "Source construction: Doesn’t Breathe (Gills)",
					"calc": {
						"points": 0
					}
				},
				{
					"id": "tr-KiYrjPVdklbjPe",
					"name": "No Legs (Aquatic)",
					"reference": "B145",
					"tags": [
						"Disadvantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: No Legs (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": "tmf1ApTggI25WcVca",
					"name": "Polarization Detection",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Squid [Monster Manual, page 281]",
					"tags": [
						"Perk",
						"Review Required"
					],
					"local_notes": "Source construction: Polarization Detection",
					"base_points": 1,
					"calc": {
						"points": 1
					}
				}
			],
			"calc": {
				"points": 58
			},
			"melee_weapons": [
				{
					"id": "AYuf_92OdROLAnHkF",
					"damage": {
						"type": "cr"
					},
					"usage": "Tentacle Grapple",
					"reach": "C",
					"defaults": [
						{
							"type": "10",
							"modifier": 16
						}
					],
					"usage_notes": "Tentacle Grapple (26): The tentacles are not very strong, but the squid has many of them. Wrestling at DX+1 gives the squid a ST score of 7 for the purpose of grappling. The squid has Constriction Attack. Effective skill 26 includes a +14 bonus for using 8 tentacles at once. Reach C."
				},
				{
					"id": "AdYfXpOSEgCsqnihe",
					"damage": {
						"type": "pi+",
						"base": "1d-5"
					},
					"usage": "Sharp Beak",
					"reach": "C",
					"defaults": [
						{
							"type": "10",
							"modifier": 3
						}
					],
					"usage_notes": "Sharp Beak (13): thrust 1d-5 large piercing (KYOS: 1d-7 large piercing). Reach C."
				}
			]
		}
	],
	"skills": [
		{
			"id": "APv8_abKX95cp7eUQ",
			"name": "Camouflage",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 14 in the source conversion."
		},
		{
			"id": "Ars3qKJEvrOp1Mnyr",
			"name": "Stealth",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 14 in the source conversion."
		},
		{
			"id": "AFr0FSeBW3MTBXX6r",
			"name": "Wrestling",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 14 in the source conversion."
		}
	],
	"notes": [
		{
			"id": "A4_31qTdkeKEhfLoQ",
			"text": "Typical Stats from the reviewed package: ST 6, DX 13, IQ 3, HT 12, HP 6, WILL 10, PER 8, FP 12, SPEED 6.25, MOVE 6, DODGE 9, DR 0. 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": "AfamI4xtvBPtKl0-V",
			"text": "Encounter rating: CER 18 (offense 18, protection 0), threat tier minor, appearing 6."
		},
		{
			"id": "A6reSusn8CsM8o4ln",
			"text": "GCS ancestry draft: gcs/squid.gct"
		},
		{
			"id": "ADPR_nWVJfRKQ0fTd",
			"text": "Source template total: 58 points."
		},
		{
			"id": "AO-zv8ThEB9hCYVcJ",
			"text": "Library-rebuilt template total: 58 points."
		},
		{
			"id": "AD05_5fefO2g-YhHG",
			"text": "CER was computed from parsed Typical Stats using the Dungeons On Automatic baseline CER path."
		},
		{
			"id": "AZHZ6OmUxBIT7zqYB",
			"text": "Review attacks, special abilities, encounter frequency, treasure, grappling, and GCS modifiers before approval."
		},
		{
			"id": "AcpGaVHgeyiysRC_i",
			"text": "Ink: A squid may fill a two-yard-radius area with black ink. No one can see into the affected area, and no one within the affected area can see anything; see p. B394 for combat rules. In addition, this ink cloud imposes a -4 penalty on Smell rolls. A squid can use this ability only 4 times per day, and only in water or zero-G. Once created, the cloud persists for 10 seconds, drifting with the current."
		},
		{
			"id": "As6JdgRcSGWNe_JCS",
			"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"
}
