{
	"version": 5,
	"id": "Ad45bhsU2Uwpcexwv",
	"total_points": 1954,
	"profile": {
		"name": "Tarrasque",
		"title": "Magical Beast",
		"player_name": "Dungeons on Automatic",
		"SM": 7
	},
	"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": "TXzqnSLxrzpitWQO4",
			"name": "Tarrasque",
			"reference": "Enraged Eggplant, Monsters (May 11, 2024): Tarrasque [Monster Manual, page 240]",
			"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: Tarrasque [Monster Manual, page 240]. SRD name overlap does not make these GURPS mechanics SRD content. Review status: draft. Fan document published 1953 points; exact GCS library substitutions produce 1954 points. Library adjustment: +1.",
			"container_type": "ancestry",
			"children": [
				{
					"id": "t9Qwu_OfVDaIUS-jQ",
					"name": "Increased Strength",
					"reference": "B14",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: ST+150 (No Fine Manipulators, -40%; Size Modifier, -70%)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 300 point(s); library calculation is 300.",
					"points_per_level": 10,
					"can_level": true,
					"levels": 150,
					"modifiers": [
						{
							"id": "m95qR7zKDtx_0Qe7C",
							"name": "No Fine Manipulators",
							"reference": "B15",
							"cost_adj": "-40%"
						},
						{
							"id": "mHJeAiXKFjxHgNeRz",
							"name": "Size",
							"reference": "B15",
							"cost_adj": "-10%",
							"levels": 7
						}
					],
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "st",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 300,
						"current_level": 150
					}
				},
				{
					"id": "tIf-8FtaHeaDNuUOE",
					"name": "Increased Dexterity",
					"reference": "B15",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: DX+2 (No Fine Manipulators, -40%)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 24 point(s); library calculation is 24.",
					"points_per_level": 20,
					"can_level": true,
					"levels": 2,
					"modifiers": [
						{
							"id": "mohVa_SvjI301XsUf",
							"name": "No Fine Manipulators",
							"cost_adj": "-40%"
						}
					],
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "dx",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 24,
						"current_level": 2
					}
				},
				{
					"id": "t6QTFpVJnfJ5zM8sj",
					"name": "Decreased Intelligence",
					"reference": "B15",
					"tags": [
						"Attribute",
						"Disadvantage",
						"Mental"
					],
					"local_notes": "Source construction: IQ-4\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": -20,
					"can_level": true,
					"levels": 4,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "iq",
							"amount": -1,
							"per_level": true
						}
					],
					"calc": {
						"points": -80,
						"current_level": 4
					}
				},
				{
					"id": "t97pdB9Ru0PNj6UoJ",
					"name": "Increased Health",
					"reference": "B14",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: HT+8\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": 8,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "ht",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 80,
						"current_level": 8
					}
				},
				{
					"id": "t-9ss7cgnprN9XXuI",
					"name": "Increased Size Modifier",
					"reference": "B19",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: SM+7\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": "tZ3mQDBs7LkyVJJCt",
					"name": "Extra Fatigue Points",
					"reference": "B16",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: FP+30\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 90 point(s); library calculation is 90.",
					"points_per_level": 3,
					"can_level": true,
					"levels": 30,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "fp",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 90,
						"current_level": 30
					}
				},
				{
					"id": "tRXtw27xDX4Eh5C-0",
					"name": "Increased Will",
					"reference": "B16",
					"tags": [
						"Advantage",
						"Attribute",
						"Mental"
					],
					"local_notes": "Source construction: Will+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": "will",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 50,
						"current_level": 10
					}
				},
				{
					"id": "tdz-VcIr-G1DhoYy_",
					"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": "tS7qGOaMZ9cVfoLbl",
					"name": "Decreased Basic Speed",
					"reference": "B17",
					"tags": [
						"Attribute",
						"Disadvantage",
						"Physical"
					],
					"local_notes": "Source construction: Basic Speed -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": -5,
					"can_level": true,
					"levels": 8,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "basic_speed",
							"amount": -0.25,
							"per_level": true
						}
					],
					"calc": {
						"points": -40,
						"current_level": 8
					}
				},
				{
					"id": "tNm7US4iwLnq2p627",
					"name": "Decreased Basic Move",
					"reference": "B17",
					"tags": [
						"Attribute",
						"Disadvantage",
						"Physical"
					],
					"local_notes": "Source construction: Basic Move -1\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -5 point(s); library calculation is -5.",
					"points_per_level": -5,
					"can_level": true,
					"levels": 1,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "basic_move",
							"amount": -1,
							"per_level": true
						}
					],
					"calc": {
						"points": -5,
						"current_level": 1
					}
				},
				{
					"id": "t9LeX2_-TLZSC9yny",
					"name": "Blunt Claws",
					"reference": "B42,MA42",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Blunt Claws\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 3 point(s); library calculation is 3.",
					"base_points": 3,
					"weapons": [
						{
							"id": "w992nNZf3OgZjHi72",
							"sv": 1,
							"damage": {
								"type": "cr",
								"st": "thr",
								"base": "-1",
								"modifier_per_die": 1
							},
							"usage": "Punch",
							"reach": "C",
							"parry": "0",
							"defaults": [
								{
									"type": "dx"
								},
								{
									"type": "skill",
									"name": "Brawling"
								},
								{
									"type": "skill",
									"name": "Boxing"
								},
								{
									"type": "skill",
									"name": "Karate"
								}
							],
							"calc": {
								"damage": "thr-1 (+1 per die) cr"
							}
						},
						{
							"id": "wYZZV4vJrFg9daec6",
							"sv": 1,
							"damage": {
								"type": "cr",
								"st": "thr",
								"modifier_per_die": 1
							},
							"usage": "Kick",
							"reach": "C,1",
							"defaults": [
								{
									"type": "dx",
									"modifier": -2
								},
								{
									"type": "skill",
									"name": "Brawling",
									"modifier": -2
								},
								{
									"type": "skill",
									"name": "Karate",
									"modifier": -2
								}
							],
							"calc": {
								"damage": "thr (+1 per die) cr"
							}
						}
					],
					"calc": {
						"points": 3
					}
				},
				{
					"id": "tmPpH-If5IQQTDpaI",
					"name": "Combat Reflexes",
					"reference": "B43",
					"tags": [
						"Advantage",
						"Mental"
					],
					"local_notes": "Source construction: Combat Reflexes\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 15 point(s); library calculation is 15. Library note: Never freeze",
					"base_points": 15,
					"features": [
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "starts_with",
								"qualifier": "fast-draw"
							},
							"amount": 1
						},
						{
							"type": "attribute_bonus",
							"attribute": "dodge",
							"amount": 1
						},
						{
							"type": "attribute_bonus",
							"attribute": "parry",
							"amount": 1
						},
						{
							"type": "attribute_bonus",
							"attribute": "block",
							"amount": 1
						},
						{
							"type": "attribute_bonus",
							"attribute": "fright_check",
							"amount": 2
						},
						{
							"type": "conditional_modifier",
							"situation": "on all IQ rolls to wake up or to recover from surprise or mental stun",
							"amount": 6
						},
						{
							"type": "conditional_modifier",
							"situation": "to initiative rolls for your side (+2 if you are the leader)",
							"amount": 1
						}
					],
					"prereqs": {
						"type": "prereq_list",
						"all": true,
						"prereqs": [
							{
								"type": "trait_prereq",
								"has": false,
								"name": {
									"compare": "is",
									"qualifier": "Enhanced Time Sense"
								}
							}
						]
					},
					"calc": {
						"points": 15
					}
				},
				{
					"id": "t4Ugo-HIAte_IM2Tk",
					"name": "Damage Resistance",
					"reference": "B46,B47,P45,MA43,PSI14",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: DR 30 (Flexible, -20%)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 120 point(s); library calculation is 120.",
					"points_per_level": 5,
					"can_level": true,
					"levels": 30,
					"modifiers": [
						{
							"id": "m70EOHMV0lX4aNd_G",
							"name": "Flexible",
							"reference": "B47",
							"cost_adj": "-20%"
						}
					],
					"features": [
						{
							"type": "dr_bonus",
							"locations": [
								"all"
							],
							"amount": 1,
							"per_level": true
						},
						{
							"type": "dr_bonus",
							"locations": [
								"eye"
							],
							"amount": -1,
							"per_level": true
						}
					],
					"calc": {
						"points": 120,
						"current_level": 30
					}
				},
				{
					"id": "tNXXn7rE44Jbk_hUx",
					"name": "DR 30",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Tarrasque [Monster Manual, page 240]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: DR 30 (Outer Layer; Directional, Back, -40%; Partial, Torso Only, -10%; Reflection, Limited, Ranged Magic, +60%)",
					"base_points": 165,
					"features": [
						{
							"type": "dr_bonus",
							"locations": [
								"skull",
								"face",
								"neck",
								"torso",
								"vitals",
								"groin",
								"arm",
								"hand",
								"leg",
								"foot",
								"tail",
								"wing",
								"fin",
								"brain"
							],
							"amount": 30
						}
					],
					"calc": {
						"points": 165
					}
				},
				{
					"id": "tgupltwfjzg7DELCZ",
					"name": "DR 30",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Tarrasque [Monster Manual, page 240]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: DR 30 (Outer Layer; Directional, Top, -40%; Partial, Torso Only, -10%; Reflection, Limited, Ranged Magic, +60%)",
					"base_points": 165,
					"features": [
						{
							"type": "dr_bonus",
							"locations": [
								"skull",
								"face",
								"neck",
								"torso",
								"vitals",
								"groin",
								"arm",
								"hand",
								"leg",
								"foot",
								"tail",
								"wing",
								"fin",
								"brain"
							],
							"amount": 30
						}
					],
					"calc": {
						"points": 165
					}
				},
				{
					"id": "t2tuJZoJiip9p-Yjp",
					"name": "Discriminatory Smell",
					"reference": "B49,P47",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Discriminatory Smell\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 15 point(s); library calculation is 15.",
					"base_points": 15,
					"features": [
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "Tracking"
							},
							"amount": 4
						},
						{
							"type": "conditional_modifier",
							"situation": "on any task that utilizes sense of smell",
							"amount": 4
						}
					],
					"calc": {
						"points": 15
					}
				},
				{
					"id": "tcd94oP_SchG6NRCP",
					"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": "teUFGWjVJAhH2CBMB",
					"name": "Fangs",
					"reference": "B91",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Fangs\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 2 point(s); library calculation is 2.",
					"base_points": 2,
					"weapons": [
						{
							"id": "wOrwI8QKzmZT4WnWw",
							"sv": 1,
							"damage": {
								"type": "imp",
								"st": "thr",
								"base": "-1"
							},
							"usage": "Bite",
							"reach": "C",
							"defaults": [
								{
									"type": "skill",
									"name": "Brawling"
								},
								{
									"type": "dx"
								}
							],
							"calc": {
								"damage": "thr-1 imp"
							}
						}
					],
					"calc": {
						"points": 2
					}
				},
				{
					"id": "tvJTO6umg1GcJkMzc",
					"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": "twG7OIe7W27SgjWkw",
					"name": "Immunity to Energy Drain (Attribute penalizing Afflictions and FP damage)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Tarrasque [Monster Manual, page 240]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Immunity to Energy Drain (Attribute penalizing Afflictions and FP damage)",
					"base_points": 30,
					"calc": {
						"points": 30
					}
				},
				{
					"id": "t-rHJ6GJ95fADkZdT",
					"name": "Immunity to Metabolic Hazards",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Tarrasque [Monster Manual, page 240]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Immunity to Metabolic Hazards",
					"base_points": 30,
					"calc": {
						"points": 30
					}
				},
				{
					"id": "tQmBuyBr2DXA-TTgq",
					"name": "Injury Tolerance (Damage Reduction, 1/2)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Tarrasque [Monster Manual, page 240]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Injury Tolerance (Damage Reduction, 1/2)",
					"base_points": 50,
					"calc": {
						"points": 50
					}
				},
				{
					"id": "tDJm7VHQjt7aYeZDj",
					"name": "Magic Resistance",
					"reference": "B67",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Magic Resistance 10 (Improved, +150%)\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": 2,
					"can_level": true,
					"levels": 10,
					"modifiers": [
						{
							"id": "mrm1GGJKOQNBLEeoJ",
							"name": "Improved",
							"reference": "B67",
							"cost_adj": "150%"
						}
					],
					"features": [
						{
							"type": "conditional_modifier",
							"situation": "to resist spells",
							"amount": 1,
							"per_level": true
						},
						{
							"type": "conditional_modifier",
							"situation": "to skill for others to cast a spell on you",
							"amount": -1,
							"per_level": true
						}
					],
					"calc": {
						"points": 50,
						"current_level": 10
					}
				},
				{
					"id": "tvXwPpYdtLlxY784Y",
					"name": "Metabolism Control",
					"reference": "B68,P60",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Metabolism Control 10 (Hibernation, -60%)\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": 5,
					"can_level": true,
					"levels": 10,
					"modifiers": [
						{
							"id": "mObZXVJxaNbL6JH0w",
							"name": "Hibernation",
							"reference": "B68",
							"cost_adj": "-60%"
						}
					],
					"calc": {
						"points": 20,
						"current_level": 10
					}
				},
				{
					"id": "tU43mbUyKESkW9GUH",
					"name": "Nictitating Membrane",
					"reference": "B71",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Nictitating Membrane 10\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": 1,
					"can_level": true,
					"levels": 10,
					"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": 10,
						"current_level": 10
					}
				},
				{
					"id": "twQZsMIW0PMJSELqX",
					"name": "Reduced Consumption",
					"reference": "B80",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Reduced Consumption 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,
					"calc": {
						"points": 6,
						"current_level": 3
					}
				},
				{
					"id": "tmybDRNXDmk5wB49a",
					"name": "Regeneration",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Tarrasque [Monster Manual, page 240]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Regeneration (Extreme; Heals Radiation, +40%)",
					"base_points": 210,
					"calc": {
						"points": 210
					}
				},
				{
					"id": "tTuk1sf9y4lr9koa4",
					"name": "Regrowth",
					"reference": "B80,P71",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Regrowth\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 40 point(s); library calculation is 40.",
					"base_points": 40,
					"calc": {
						"points": 40
					}
				},
				{
					"id": "tED98ojCOwc4kiKmX",
					"name": "Striker",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Tarrasque [Monster Manual, page 240]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Striker (Tail; Crushing; Cannot Parry, -40%; Limited Arc, Straight Behind, -40%)",
					"base_points": 1,
					"calc": {
						"points": 1
					}
				},
				{
					"id": "t5th_gtXYzsJey7e9",
					"name": "Super Jump",
					"reference": "B89,P79",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Super Jump 2 (Costs Fatigue, 1 FP, -5%)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 18 point(s); library calculation is 19. Library note: @New Move and Jump Stats@",
					"points_per_level": 10,
					"can_level": true,
					"levels": 2,
					"modifiers": [
						{
							"id": "maVTr27DkB_nv2Xr1",
							"name": "Costs Fatigue",
							"reference": "B111,P101",
							"cost_adj": "-5%",
							"levels": 1
						}
					],
					"calc": {
						"points": 19,
						"current_level": 2
					}
				},
				{
					"id": "tNGHbvmLHVekG9mFY",
					"name": "Temperature Tolerance",
					"reference": "B93",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Temperature Tolerance 10\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": 1,
					"can_level": true,
					"levels": 10,
					"calc": {
						"points": 10,
						"current_level": 10
					}
				},
				{
					"id": "tILFiBH6pRdQH-Q2i",
					"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": "tSohgUTimXdKhB4dX",
					"name": "Unkillable",
					"reference": "B95",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Unkillable 2\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": 50,
					"can_level": true,
					"levels": 2,
					"calc": {
						"points": 100,
						"current_level": 2
					}
				},
				{
					"id": "tUqHJHuwIH9jRY0Q2",
					"name": "Horns",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Tarrasque [Monster Manual, page 240]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Horns [8]: 2 x Natural Weapon (Impaling; Cannot Parry, -40%; Link, +10%; Single, -20%) [4].",
					"base_points": 8,
					"calc": {
						"points": 8
					}
				},
				{
					"id": "toCmG_P460l_YUvXp",
					"name": "Fire Resistance",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Tarrasque [Monster Manual, page 240]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Fire Resistance [60]: DR 20 (Includes Eyes, +10%; Includes Internal, +20%; Limited, Fire, -40%; Tough Skin, -40%) [50] + Immunity to Noxious Fire Effects [10].",
					"base_points": 60,
					"calc": {
						"points": 60
					}
				},
				{
					"id": "tBudXp6SLobPMUhbv",
					"name": "Fling Spikes",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Tarrasque [Monster Manual, page 240]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Fling Spikes: Impaling Attack 4d (Increased 1/D Range, x5, +10%; Rapid Fire, RoF 6, +70%; Takes Recharge, 15 seconds, -20%) [52].",
					"base_points": 52,
					"calc": {
						"points": 52
					}
				},
				{
					"id": "tOsh731O-GEojdnTG",
					"name": "Frightful Presence",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Tarrasque [Monster Manual, page 240]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: - Frightful Presence: Terror (-6) (Area Effect, 160 yards, +200%; Magical, -10%; Presence, +25%) [284].",
					"base_points": 284,
					"calc": {
						"points": 284
					}
				},
				{
					"id": "tP03FDu1FBtMihV0H",
					"name": "Rush",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Tarrasque [Monster Manual, page 240]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: - Rush: Basic Move +15 (Costs Fatigue, 1 FP, -5%; Reduced Duration, 1/60, -35%; Takes Recharge, 15 seconds, -20%) [30].",
					"base_points": 30,
					"calc": {
						"points": 30
					}
				},
				{
					"id": "tGzT1kzDLCsGbl8mT",
					"name": "Bestial",
					"reference": "B124",
					"tags": [
						"Disadvantage",
						"Exotic",
						"Mental"
					],
					"local_notes": "Source construction: Bestial\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": "tHKHNR3sdYRlxecOO",
					"name": "Cannot Speak",
					"reference": "B125",
					"tags": [
						"Disadvantage",
						"Physical"
					],
					"local_notes": "Source construction: Cannot Speak\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,
					"prereqs": {
						"type": "prereq_list",
						"all": true,
						"prereqs": [
							{
								"type": "trait_prereq",
								"has": false,
								"name": {
									"compare": "is",
									"qualifier": "stuttering"
								}
							}
						]
					},
					"calc": {
						"points": -15
					}
				},
				{
					"id": "tti4Q90tTUE5GBJ6N",
					"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": "tYmFWczz9QDP-8nRG",
					"name": "Restricted Diet (Carnivore)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Tarrasque [Monster Manual, page 240]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Restricted Diet (Carnivore)",
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "t3SRBBEAS3ou-PuA6",
					"name": "Semi-Upright",
					"reference": "B153",
					"tags": [
						"Disadvantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Semi-Upright\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -5 point(s); library calculation is -5. Library note: Moving while upright reduces Move by 40%",
					"base_points": -5,
					"calc": {
						"points": -5
					}
				},
				{
					"id": "tQKXtmliX2mb1t8xf",
					"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
					}
				}
			],
			"calc": {
				"points": 1954
			},
			"melee_weapons": [
				{
					"id": "A3p0_C5afv7I0UE1A",
					"damage": {
						"type": "cr",
						"base": "26d+1"
					},
					"usage": "Blunt Claws",
					"reach": "C-10",
					"defaults": [
						{
							"type": "10",
							"modifier": 8
						}
					],
					"usage_notes": "Blunt Claws (18): thrust 26d+1 crushing (KYOS: 15d crushing), Reach C-10."
				},
				{
					"id": "AfnGoTIPBKvAiY_9n",
					"damage": {
						"type": "imp",
						"base": "26d+1"
					},
					"usage": "Fangs",
					"reach": "C",
					"defaults": [
						{
							"type": "10",
							"modifier": 8
						}
					],
					"usage_notes": "Fangs (18): thrust 26d+1 impaling (KYOS: 15d impaling), Reach C."
				},
				{
					"id": "A4VjIxF_tdoV_4KSG",
					"damage": {
						"type": "imp",
						"base": "26d+2"
					},
					"usage": "Horns",
					"reach": "C-10",
					"defaults": [
						{
							"type": "10",
							"modifier": 8
						}
					],
					"usage_notes": "Horns (18): thrust 26d+2 impaling (KYOS: 15d+1 impaling), Reach C-10. The tarrasque may gore with both horns as a single attack; if it hits, figure damage for each horn separately. They have the same DR as the skull (DR 32). If the tarrasque loses one horn, it may still attack with the other."
				},
				{
					"id": "Ax69x2bR997yfCbFT",
					"damage": {
						"type": "imp",
						"base": "31d+2"
					},
					"usage": "Tail Slap",
					"reach": "C-10",
					"defaults": [
						{
							"type": "10",
							"modifier": 8
						}
					],
					"usage_notes": "Tail Slap (18): thrust 31d+2 impaling (KYOS: 18d+1 impaling), Reach C-10. Only back hexes."
				},
				{
					"id": "AytqGSeDFBmI7C9he",
					"damage": {
						"type": "imp",
						"base": "4d"
					},
					"usage": "Fling Spikes",
					"defaults": [
						{
							"type": "10",
							"modifier": 8
						}
					],
					"usage_notes": "Fling Spikes (18): 4d impaling, RoF 6, Range 50/100. Recharge 15 seconds."
				}
			]
		}
	],
	"skills": [
		{
			"id": "Apw_TkBY4edQztSDk",
			"name": "Brawling",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 18 in the source conversion."
		},
		{
			"id": "AAKcuU0HkppN_i8Gk",
			"name": "Innate Attack (Projectile)",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 18 in the source conversion."
		},
		{
			"id": "AzWaigOYYL39uL56e",
			"name": "Jumping",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 18 in the source conversion."
		},
		{
			"id": "ADiKJ_1oQIGvqFDvw",
			"name": "Wrestling",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 18 in the source conversion."
		}
	],
	"notes": [
		{
			"id": "A8cMmkVppAEgzpuGx",
			"text": "Typical Stats from the reviewed package: ST 160, DX 12, IQ 6, HT 18, HP 160, WILL 16, PER 16, FP 48, SPEED 5.5, MOVE 4, DODGE 9, DR 30. 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": "Ao-_gWIx8BIJSPxgl",
			"text": "Encounter rating: CER 523 (offense 324, protection 199), threat tier severe, appearing 1."
		},
		{
			"id": "AzhjWTaQNXcdEhAXU",
			"text": "Frightful Presence, reach 160 yards: When a creature is within 160 yards of the tarrasque, it must roll a Fright Check at a -6 penalty. If a victim succeeds at his Fright Check, he will be unaffected by this ability for one hour. Note that the mere presence of the tarrasque is enough, even if the victims can neither see the tarrasque nor hear it."
		},
		{
			"id": "AF--1HIUi51dUyj37",
			"text": "GCS ancestry draft: gcs/tarrasque.gct"
		},
		{
			"id": "A6Br9RuByid_o9xdB",
			"text": "Source template total: 1953 points."
		},
		{
			"id": "AFSm46y9p1BLo8GoH",
			"text": "Library-rebuilt template total: 1954 points."
		},
		{
			"id": "ASvtvfwm4ByE1rNTd",
			"text": "CER was computed from parsed Typical Stats using the Dungeons On Automatic baseline CER path."
		},
		{
			"id": "ANNWcbiW9Z-GJdvDz",
			"text": "Review attacks, special abilities, encounter frequency, treasure, grappling, and GCS modifiers before approval."
		},
		{
			"id": "AMoCcQ02Mnu1xoMOS",
			"text": "Exact GCS library matches change the template by +1 point(s)."
		},
		{
			"id": "AQc80-nndQsJnyfbo",
			"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"
}
