{
	"version": 5,
	"id": "Aa7mT8AorUzaIK0mD",
	"total_points": 286,
	"profile": {
		"name": "Gelatinous Cube",
		"title": "Ooze",
		"player_name": "Dungeons on Automatic",
		"SM": 4
	},
	"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": "TojumJTEiNmQLElc_",
			"name": "Gelatinous Cube",
			"reference": "Enraged Eggplant, Monsters (May 11, 2024): Gelatinous Cube [Monster Manual, page 201]",
			"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: Gelatinous Cube [Monster Manual, page 201]. SRD name overlap does not make these GURPS mechanics SRD content. Review status: draft. Fan document published 286 points; exact GCS library substitutions produce 286 points. Library adjustment: +0.",
			"container_type": "ancestry",
			"children": [
				{
					"id": "ttUh6BibhOoV_YhFf",
					"name": "Increased Strength",
					"reference": "B14",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: ST+40 (Size Modifier, -40%; No Manipulators, -40%)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 80 point(s); library calculation is 80.",
					"points_per_level": 10,
					"can_level": true,
					"levels": 40,
					"modifiers": [
						{
							"id": "mPj6odxT_mJJhjEz4",
							"name": "Size",
							"reference": "B15",
							"cost_adj": "-10%",
							"levels": 4
						},
						{
							"id": "mlzHtH-KXbt0V1j0g",
							"name": "No Fine Manipulators",
							"reference": "B15",
							"cost_adj": "-40%"
						}
					],
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "st",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 80,
						"current_level": 40
					}
				},
				{
					"id": "tXZu-sQcMrNcg2ZKn",
					"name": "Decreased Dexterity",
					"reference": "B15",
					"tags": [
						"Attribute",
						"Disadvantage",
						"Physical"
					],
					"local_notes": "Source construction: DX-2\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": -20,
					"can_level": true,
					"levels": 2,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "dx",
							"amount": -1,
							"per_level": true
						}
					],
					"calc": {
						"points": -40,
						"current_level": 2
					}
				},
				{
					"id": "tw5gQsm0tEElNgiO3",
					"name": "Decreased Intelligence",
					"reference": "B15",
					"tags": [
						"Attribute",
						"Disadvantage",
						"Mental"
					],
					"local_notes": "Source construction: IQ-10\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -200 point(s); library calculation is -200.",
					"points_per_level": -20,
					"can_level": true,
					"levels": 10,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "iq",
							"amount": -1,
							"per_level": true
						}
					],
					"calc": {
						"points": -200,
						"current_level": 10
					}
				},
				{
					"id": "taSBKgKEgoLRhAsQe",
					"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": "tOnyrvodBlzuAjHQ7",
					"name": "Increased Size Modifier",
					"reference": "B19",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: SM+4\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": "tr1U8ivZJoJ1NcMnT",
					"name": "Extra Hit Points",
					"reference": "B16",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: HP+97 (Size Modifier, -40%)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 117 point(s); library calculation is 117.",
					"points_per_level": 2,
					"can_level": true,
					"levels": 97,
					"modifiers": [
						{
							"id": "mXkQINX-AIO_EozMS",
							"name": "Size",
							"cost_adj": "-10%",
							"levels": 4
						}
					],
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "hp",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 117,
						"current_level": 97
					}
				},
				{
					"id": "tOPXGZqo6IOner_60",
					"name": "Increased Perception",
					"reference": "B16",
					"tags": [
						"Advantage",
						"Attribute",
						"Mental",
						"Physical"
					],
					"local_notes": "Source construction: Per+10\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 50 point(s); library calculation is 50.",
					"points_per_level": 5,
					"can_level": true,
					"levels": 10,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "per",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 50,
						"current_level": 10
					}
				},
				{
					"id": "tZLx6-sLLSU428bW3",
					"name": "Decreased Basic Speed",
					"reference": "B17",
					"tags": [
						"Attribute",
						"Disadvantage",
						"Physical"
					],
					"local_notes": "Source construction: Basic Speed -4.00\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -80 point(s); library calculation is -80.",
					"points_per_level": -5,
					"can_level": true,
					"levels": 16,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "basic_speed",
							"amount": -0.25,
							"per_level": true
						}
					],
					"calc": {
						"points": -80,
						"current_level": 16
					}
				},
				{
					"id": "tqIMN7Ed_BXXr1cD2",
					"name": "Doesn’t Breathe",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Gelatinous Cube [Monster Manual, page 201]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Doesn’t Breathe",
					"base_points": 20,
					"calc": {
						"points": 20
					}
				},
				{
					"id": "tjWcCtWz05re-zRFE",
					"name": "Doesn't Eat or Drink",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Gelatinous Cube [Monster Manual, page 201]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Doesn't Eat or Drink (Water Only, -50%)",
					"base_points": 5,
					"calc": {
						"points": 5
					}
				},
				{
					"id": "tVkgcLzZ53_3IAB4T",
					"name": "Doesn’t Sleep",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Gelatinous Cube [Monster Manual, page 201]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Doesn’t Sleep",
					"base_points": 20,
					"calc": {
						"points": 20
					}
				},
				{
					"id": "tuXh_50N-XQVHCoiK",
					"name": "High Pain Threshold",
					"reference": "B59",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: High Pain Threshold\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 10 point(s); library calculation is 10. Library note: Never suffer shock penalties when injured",
					"base_points": 10,
					"features": [
						{
							"type": "conditional_modifier",
							"situation": "on all HT rolls to avoid knockdown and stunning",
							"amount": 3
						},
						{
							"type": "conditional_modifier",
							"situation": "to resist torture",
							"amount": 3
						}
					],
					"calc": {
						"points": 10
					}
				},
				{
					"id": "tW0ovkxrB0zJiLK_G",
					"name": "Immunity to Metabolic Hazards",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Gelatinous Cube [Monster Manual, page 201]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Immunity to Metabolic Hazards",
					"base_points": 30,
					"calc": {
						"points": 30
					}
				},
				{
					"id": "t2SOyuCAMHxDrK6rP",
					"name": "Injury Tolerance (Homogenous, No Blood, No Eyes, No Head, No Neck)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Gelatinous Cube [Monster Manual, page 201]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Injury Tolerance (Homogenous, No Blood, No Eyes, No Head, No Neck)",
					"base_points": 62,
					"calc": {
						"points": 62
					}
				},
				{
					"id": "tZP_kJGyjdToq8N72",
					"name": "Invisibility",
					"reference": "B63,P56",
					"tags": [
						"Advantage",
						"Exotic",
						"Mental",
						"Physical"
					],
					"local_notes": "Source construction: Invisibility (Affects Machines, +50%; Fringe, -10%)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 56 point(s); library calculation is 56.",
					"base_points": 40,
					"modifiers": [
						{
							"id": "ma3tqpgk6KxIOdxL0",
							"name": "Affects Machines",
							"reference": "B63",
							"cost_adj": "50%"
						},
						{
							"id": "m2tsv7ivylHcosOVB",
							"name": "Fringe",
							"reference": "P56",
							"cost_adj": "-10%"
						}
					],
					"calc": {
						"points": 56
					}
				},
				{
					"id": "td9F-FBz2nfSOMl46",
					"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": "mEeNDzea97B1EZv1Q",
							"name": "Food Only",
							"reference": "B80",
							"cost_adj": "-50%"
						}
					],
					"calc": {
						"points": 4,
						"current_level": 4
					}
				},
				{
					"id": "tt1wlItVUekgyurhb",
					"name": "Slippery",
					"reference": "B85",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Slippery 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,
					"features": [
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "escape"
							},
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 10,
						"current_level": 5
					}
				},
				{
					"id": "t9huCsxKVTZnE7RSX",
					"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": "tNrEWFtJGDttCihr0",
					"name": "Universal Digestion",
					"reference": "B95,P86",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Universal Digestion\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": "tCjKMBE5LCcV63yhE",
					"name": "Acid",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Gelatinous Cube [Monster Manual, page 201]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Acid: Corrosion Attack 1d-1 (Accessibility, Only on organic materials, -15%; Always On, -20%; Aura, +80%; Melee Attack, Reach C, -30%; Selective Effect, +20%) [10].",
					"base_points": 10,
					"calc": {
						"points": 10
					}
				},
				{
					"id": "teErwsT01le8mH0DM",
					"name": "Engulf",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Gelatinous Cube [Monster Manual, page 201]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Engulf: Binding 30 (Always On, -20%; Aura, +80%; Constricting, Only on smaller targets, +55%; Engulfing, Only on smaller targets, +40%; Melee Attack, Reach C, -30%; One-Shot, -10%; Selective Effect, +20%; Suffocating, Only on smaller targets, +55%; Unbreakable, +40%) [198].",
					"base_points": 198,
					"calc": {
						"points": 198
					}
				},
				{
					"id": "tPV7fpaou5CzSNWas",
					"name": "Ooze Senses",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Gelatinous Cube [Monster Manual, page 201]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Ooze Senses [22]: Acute Taste and Smell 5 [10] + Long-Range Smell [1] + Universal Smell [1] + Vibration Sense (Air) [10].",
					"base_points": 22,
					"calc": {
						"points": 22
					}
				},
				{
					"id": "tcKDD2IrYMSJbEpPO",
					"name": "Paralysis",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Gelatinous Cube [Monster Manual, page 201]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Paralysis: Affliction 1 (HT; Always On, -20%; Aura, +80%; Contact Agent, -30%; Melee Attack, Reach C, -30%; Nuisance Effect, +3 to resist underwater, -5%; Paralysis, +150%; Reduced Duration, 1/20, -25%) [22].",
					"base_points": 22,
					"calc": {
						"points": 22
					}
				},
				{
					"id": "tW3z3ncHe8vsA9klx",
					"name": "Blindness",
					"reference": "B124",
					"tags": [
						"Disadvantage",
						"Physical"
					],
					"local_notes": "Source construction: Blindness\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -50 point(s); library calculation is -50. Library note: Cannot target hit locations",
					"base_points": -50,
					"features": [
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"tags": {
								"compare": "contains",
								"qualifier": "combat"
							},
							"amount": -6
						}
					],
					"calc": {
						"points": -50
					}
				},
				{
					"id": "to_lzEpcP1r4RNswJ",
					"name": "Hidebound",
					"reference": "B138",
					"tags": [
						"Disadvantage",
						"Mental"
					],
					"local_notes": "Source construction: Hidebound\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": "conditional_modifier",
							"situation": "on any task that requires creativity or invention, including most rolls against Artist skill, all Engineer rolls for new inventions, and all skill rolls made to use the Gadgeteer advantage",
							"amount": -2
						}
					],
					"calc": {
						"points": -5
					}
				},
				{
					"id": "t5uiMLiXZnWFCXYTR",
					"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": "tyquEac5kaUNeoH3c",
					"name": "Mute",
					"reference": "DFM13",
					"tags": [
						"Disadvantage",
						"Physical"
					],
					"local_notes": "Source construction: Mute\nNative library match: Dungeon Fantasy RPG/Dungeon Fantasy RPG Traits (Dungeon Fantasy RPG Traits.adq). Fan source stated -25 point(s); library calculation is -25.",
					"base_points": -25,
					"calc": {
						"points": -25
					}
				},
				{
					"id": "tYbzkMQnT_U0Sa9rD",
					"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": "t3DHbbE4L445M3nhN",
					"name": "Early Maturation 5",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Gelatinous Cube [Monster Manual, page 201]",
					"tags": [
						"Feature",
						"Review Required"
					],
					"local_notes": "Source construction: Early Maturation 5",
					"calc": {
						"points": 0
					}
				},
				{
					"id": "tPu3HXc10TBJlxSNf",
					"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": 286
			}
		}
	],
	"skills": [],
	"notes": [
		{
			"id": "AaJ4pvJR3ibFm4-I7",
			"text": "Typical Stats from the reviewed package: ST 50, DX 8, IQ 0, HT 12, HP 147, WILL 0, PER 10, FP 12, SPEED 1, MOVE 1, DODGE 4, DR —. 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": "A7izVYG_mYxVHFF9d",
			"text": "Encounter rating: CER 176 (offense 53, protection 123), threat tier severe, appearing 1."
		},
		{
			"id": "A_-iObzxFg0P6IA_i",
			"text": "Engulf (Binding ST 30) (Constriction Attack, effective ST 30 (thrust 3d crushing)), reach C: No attack roll and no active defense. No attack roll is necessary; the quarry may defend only by dodging and retreating. Moving through an SM+1 or smaller creature is an automatic slam. A victim who fails to dodge is pinned if smaller than the cube, or partly stuck and grappled if equal or larger. Breaking free is a Quick Contest of ST (only every 10 seconds if pinned; on a 17 or 18 the victim cannot escape unaided); the cube has +10 ST when pinning and +5 when grappling. Engulfed victims cannot breathe and begin to suffocate when out of breath. It may constrict an engulfed victim every turn at effective ST 30."
		},
		{
			"id": "AkYfrHYnjU-LZBlWE",
			"text": "Acid (Corrosion Aura) (1d-1 corrosion per second), reach C: No attack roll and no active defense. Always on, no attack roll. Any organic creature or object touching the cube takes 1d-1 corrosion per second; stone and metal are unaffected, which is why cubes carry undigested treasure. Engulfed creatures and objects take it as large-area injury. Selective."
		},
		{
			"id": "Acb6GDqUWnWqsgi3z",
			"text": "Paralysis (Affliction 1, HT), reach C: No attack roll and no active defense. Contact agent, always on, no attack roll. Bare skin touching the cube must roll against HT or be paralysed for 3 seconds per point of margin of failure, then stunned with a HT roll once per second to recover. Underwater the slime is diluted and victims resist at +3."
		},
		{
			"id": "AtwzQVh4Ik2Tmh8sn",
			"text": "GCS ancestry draft: gcs/gelatinous-cube.gct"
		},
		{
			"id": "A3y0MGv--SX3-NHQ9",
			"text": "Source template total: 286 points."
		},
		{
			"id": "ABF1EJT6_ouniMmZX",
			"text": "Library-rebuilt template total: 286 points."
		},
		{
			"id": "AH6xwD-LpbwM2rS_6",
			"text": "CER was computed from parsed Typical Stats using the Dungeons On Automatic baseline CER path."
		},
		{
			"id": "AuRfQw_FpCU7-3zZu",
			"text": "Review attacks, special abilities, encounter frequency, treasure, grappling, and GCS modifiers before approval."
		},
		{
			"id": "AywCqjpDFpNB4Zkgp",
			"text": "Size 25 hexes; Weight 50,000 lbs."
		},
		{
			"id": "AMv2J6yUEpiI6dmyA",
			"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"
}
