{
	"version": 5,
	"id": "AKQ3U4kCD5aGJQQza",
	"total_points": 170,
	"profile": {
		"name": "Frost Worm",
		"title": "Magical Beast (Cold)",
		"player_name": "Dungeons on Automatic",
		"SM": 5
	},
	"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": "TKSNYHPlMpOx08j7a",
			"name": "Frost Worm",
			"reference": "Enraged Eggplant, Monsters (May 11, 2024): Frost Worm [Monster Manual, page 111]",
			"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: Frost Worm [Monster Manual, page 111]. SRD name overlap does not make these GURPS mechanics SRD content. Review status: draft. Fan document published 170 points; exact GCS library substitutions produce 170 points. Library adjustment: +0.",
			"container_type": "ancestry",
			"children": [
				{
					"id": "tBY3vqnW_3FDctiJY",
					"name": "Increased Strength",
					"reference": "B14",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: ST+35 (No Manipulators, -40%; Size Modifier, -50%)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 70 point(s); library calculation is 70.",
					"points_per_level": 10,
					"can_level": true,
					"levels": 35,
					"modifiers": [
						{
							"id": "mTyoDAIfD09oEIDyz",
							"name": "No Fine Manipulators",
							"reference": "B15",
							"cost_adj": "-40%"
						},
						{
							"id": "m1Zu1Bj35Oh3GjY_Q",
							"name": "Size",
							"reference": "B15",
							"cost_adj": "-10%",
							"levels": 5
						}
					],
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "st",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 70,
						"current_level": 35
					}
				},
				{
					"id": "t_p-5cLcB1Gx3ezco",
					"name": "Decreased Dexterity",
					"reference": "B15",
					"tags": [
						"Attribute",
						"Disadvantage",
						"Physical"
					],
					"local_notes": "Source construction: DX-1\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -20 point(s); library calculation is -20.",
					"points_per_level": -20,
					"can_level": true,
					"levels": 1,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "dx",
							"amount": -1,
							"per_level": true
						}
					],
					"calc": {
						"points": -20,
						"current_level": 1
					}
				},
				{
					"id": "tGwEpuCBkRUpgEkWW",
					"name": "Decreased Intelligence",
					"reference": "B15",
					"tags": [
						"Attribute",
						"Disadvantage",
						"Mental"
					],
					"local_notes": "Source construction: IQ-8\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -160 point(s); library calculation is -160.",
					"points_per_level": -20,
					"can_level": true,
					"levels": 8,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "iq",
							"amount": -1,
							"per_level": true
						}
					],
					"calc": {
						"points": -160,
						"current_level": 8
					}
				},
				{
					"id": "tcyW9tvsRjvosNDjY",
					"name": "Increased Health",
					"reference": "B14",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: HT+5\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": 10,
					"can_level": true,
					"levels": 5,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "ht",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 50,
						"current_level": 5
					}
				},
				{
					"id": "tLvxC6PjdQkmwm5qc",
					"name": "Increased Size Modifier",
					"reference": "B19",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: SM+5\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": "tNlKvZy8mGglcbOb6",
					"name": "Extra Fatigue Points",
					"reference": "B16",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: FP+15\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 45 point(s); library calculation is 45.",
					"points_per_level": 3,
					"can_level": true,
					"levels": 15,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "fp",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 45,
						"current_level": 15
					}
				},
				{
					"id": "tH8PLqMZ30nmSF_ll",
					"name": "Increased Will",
					"reference": "B16",
					"tags": [
						"Advantage",
						"Attribute",
						"Mental"
					],
					"local_notes": "Source construction: Will+8\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": "will",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 40,
						"current_level": 8
					}
				},
				{
					"id": "t-NkTeNdialF0ntKo",
					"name": "Increased Perception",
					"reference": "B16",
					"tags": [
						"Advantage",
						"Attribute",
						"Mental",
						"Physical"
					],
					"local_notes": "Source construction: Per+8\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": "per",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 40,
						"current_level": 8
					}
				},
				{
					"id": "tbFIXjnKRNVaOd-7d",
					"name": "Chameleon",
					"reference": "B41,P43",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Chameleon 3 (Dynamic, +40%; Environmental, Snow, -20%)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 18 point(s); library calculation is 18.",
					"points_per_level": 5,
					"can_level": true,
					"levels": 3,
					"modifiers": [
						{
							"id": "mgAOZuh6ry-hUzk0v",
							"name": "Dynamic",
							"reference": "P43",
							"cost_adj": "40%"
						},
						{
							"id": "mAKhhxG8WaxluGv60",
							"name": "Environmental",
							"reference": "PU8:13",
							"cost_adj": "-20%",
							"local_notes": "Environmental, Snow"
						}
					],
					"calc": {
						"points": 18,
						"current_level": 3
					}
				},
				{
					"id": "tO9tn19Wj3gOiwWRo",
					"name": "Damage Resistance",
					"reference": "B46,B47,P45,MA43,PSI14",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: DR 4 (Tough Skin, -40%)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 12 point(s); library calculation is 12.",
					"points_per_level": 5,
					"can_level": true,
					"levels": 4,
					"modifiers": [
						{
							"id": "mbmG3I_gaNJDDphFu",
							"name": "Tough Skin",
							"reference": "B47",
							"cost_adj": "-40%",
							"local_notes": "Effects that just require skin contact or a scratch ignore this DR"
						}
					],
					"features": [
						{
							"type": "dr_bonus",
							"locations": [
								"all"
							],
							"amount": 1,
							"per_level": true
						},
						{
							"type": "dr_bonus",
							"locations": [
								"eye"
							],
							"amount": -1,
							"per_level": true
						}
					],
					"calc": {
						"points": 12,
						"current_level": 4
					}
				},
				{
					"id": "tvYuvZkSw0P7ZUTwq",
					"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": "w-Ab0F2NJJdjZQ-li",
							"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": "tTGhDpUUgs5guR8UF",
					"name": "Injury Tolerance (No Eyes, No Head, No Neck)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Frost Worm [Monster Manual, page 111]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Injury Tolerance (No Eyes, No Head, No Neck)",
					"base_points": 17,
					"calc": {
						"points": 17
					}
				},
				{
					"id": "teFlSUfjLbXvxkveV",
					"name": "Internal DR 4",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Frost Worm [Monster Manual, page 111]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Internal DR 4 (Tough Skin, -40%)",
					"base_points": 4,
					"calc": {
						"points": 4
					}
				},
				{
					"id": "tGN-xv_YQQKD6TlTm",
					"name": "Pressure Support",
					"reference": "B77",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Pressure Support 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,
					"calc": {
						"points": 5,
						"current_level": 1
					}
				},
				{
					"id": "tq7SweXLVpDW-YP5Z",
					"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": "t26Owyf5TU4l1km8U",
					"name": "Sonar (Accessibility, In air, -10%; Biological (Passive), -5%; Restricted Arc, 60°, -75%; Targeting, +20%)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Frost Worm [Monster Manual, page 111]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Sonar (Accessibility, In air, -10%; Biological (Passive), -5%; Restricted Arc, 60°, -75%; Targeting, +20%)",
					"base_points": 6,
					"calc": {
						"points": 6
					}
				},
				{
					"id": "tE6EYV5eOsfH5tYfP",
					"name": "Temperature Tolerance",
					"reference": "B93",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Temperature Tolerance 5 (Cold)\nNative library match: Home Brew/Enraged Eggplant/Magic/Wizardry (Clerical) (Wizardry (Clerical).adq). Fan source stated 5 point(s); library calculation is 5. Library note: Cold",
					"points_per_level": 1,
					"can_level": true,
					"levels": 5,
					"calc": {
						"points": 5,
						"current_level": 5
					}
				},
				{
					"id": "tfr75u1ESj4Ws5czk",
					"name": "Tunneling (Move 3)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Frost Worm [Monster Manual, page 111]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Tunneling (Move 3)",
					"base_points": 45,
					"calc": {
						"points": 45
					}
				},
				{
					"id": "t4FgKtiVxhFo5dDEw",
					"name": "Breathe Frost",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Frost Worm [Monster Manual, page 111]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Breathe Frost: Natural Weapon (Burning; Cannot Parry, -40%; Cone 1, +60%; Costs Fatigue, 2 FP, -10%; Hidden, +20%; Increased 1/2D, 2x, +5%; Intangible, +50%; Magical, -10%; No Incendiary, -10%; Ranged, +100%; Reduced Damage, -1 per die, -30%; Reduced Range, 1/5, -20%; Side Effect, DX-2 and Numb, +90%; Single, -20%) [15].",
					"base_points": 15,
					"calc": {
						"points": 15
					}
				},
				{
					"id": "tCFYGSHmtlIyWBrL8",
					"name": "Cold",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Frost Worm [Monster Manual, page 111]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Cold: Burning Attack 1d (Always On, -20%; Aura, +80%; Melee Attack, Reach C, -30%; No Incendiary Effect, -10%; Side Effect, DX-2 and Numb, +90%) [11].",
					"base_points": 11,
					"calc": {
						"points": 11
					}
				},
				{
					"id": "ty-tVLlhFLvpnZJRj",
					"name": "Cold Resistance",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Frost Worm [Monster Manual, page 111]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Cold Resistance [60]: DR 20 (Includes Eyes, +10%; Includes Internal, +20%; Limited, Cold, -40%; Tough Skin, -40%) [50] + Immunity to Noxious Cold Effects [10].",
					"base_points": 60,
					"calc": {
						"points": 60
					}
				},
				{
					"id": "tUUHRIBCYzV5x_n44",
					"name": "Death Throes",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Frost Worm [Monster Manual, page 111]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Death Throes: Burning Attack 6d (Backlash, Instant Death, -300%; Explosion 1, +50%; Fragmentation, Impaling, [1d], +20%; Magical, -10%; No Incendiary Effect, -10%; Side Effect, DX-2 and Numb, +90%; Single Use, x1/5) [2].",
					"base_points": 2,
					"calc": {
						"points": 2
					}
				},
				{
					"id": "tEnxv-6XSUEsNi6Kv",
					"name": "Trill",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Frost Worm [Monster Manual, page 111]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Trill: Affliction 1 (Will; Area Effect, 32 yards, +250%; Based on Will, +20%; Costs 1 FP, -5%; Daze, +50%; Emanation, -20%; Hearing-Based, +150%; Magical, -10%; Reduced Duration, 1/20, -25%) [51].",
					"base_points": 51,
					"calc": {
						"points": 51
					}
				},
				{
					"id": "tZCioCMHpQAJxtQOh",
					"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": "t4FRe_SMUK7bjsnSN",
					"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": "tOoFQAttcbIN96uum",
					"name": "Phobia (Fire) (12)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Frost Worm [Monster Manual, page 111]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Phobia (Fire) (12)",
					"base_points": -5,
					"calc": {
						"points": -5
					}
				},
				{
					"id": "tkYzbxZ3ADdTP4GJw",
					"name": "Restricted Diet (Carnivore)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Frost Worm [Monster Manual, page 111]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Restricted Diet (Carnivore)",
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "tON-yq8qMXR0gJRs1",
					"name": "Vulnerability (Fire, x2)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Frost Worm [Monster Manual, page 111]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Vulnerability (Fire, x2)",
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "tuJCTy-DbCI-Hpgsy",
					"name": "Wild Animal",
					"reference": "DFM14",
					"tags": [
						"Disadvantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Wild Animal\nNative library match: Dungeon Fantasy RPG/Dungeon Fantasy RPG Traits (Dungeon Fantasy RPG Traits.adq). Fan source stated -30 point(s); library calculation is -30.",
					"base_points": -30,
					"features": [
						{
							"type": "conditional_modifier",
							"situation": "to any non-combat roll for an unexpected task or one not trained for",
							"amount": -2
						}
					],
					"calc": {
						"points": -30
					}
				},
				{
					"id": "t_J_Bc0H3Edeg7aON",
					"name": "Immunity to Frost Worm Trill",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Frost Worm [Monster Manual, page 111]",
					"tags": [
						"Perk",
						"Review Required"
					],
					"local_notes": "Source construction: Immunity to Frost Worm Trill",
					"base_points": 1,
					"calc": {
						"points": 1
					}
				},
				{
					"id": "tiqDV4ggNi0qQmtP3",
					"name": "Early Maturation 2",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Frost Worm [Monster Manual, page 111]",
					"tags": [
						"Feature",
						"Review Required"
					],
					"local_notes": "Source construction: Early Maturation 2",
					"calc": {
						"points": 0
					}
				},
				{
					"id": "t6Nlrnl_rGts7FYL2",
					"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": 170
			},
			"melee_weapons": [
				{
					"id": "ALEXXjJKbHXnXAQUL",
					"damage": {
						"type": "imp",
						"base": "6d"
					},
					"usage": "Fangs",
					"reach": "C",
					"defaults": [
						{
							"type": "10",
							"modifier": 1
						}
					],
					"usage_notes": "Fangs (11): thrust 6d impaling (KYOS: 7d impaling), Reach C."
				},
				{
					"id": "ATidu2GBkqY-PtsQ7",
					"damage": {
						"type": "burn",
						"base": "4d-1"
					},
					"usage": "Breathe Frost",
					"defaults": [
						{
							"type": "10",
							"modifier": 1
						}
					],
					"usage_notes": "Breathe Frost (11): The worm breathes out a blast of extremely cold vapor, dealing thrust 4d-1 non-incendiary burning damage (KYOS: 4d) as large-area injury. Targets injured by this attack must make an HT roll, at -1 per 2 points of injury, or take a -2 penalty to DX and become Numb (p. B146) for (20-HT) minutes (minimum 1 minute). This is a cone attack that uses rules from Area and Spreading Attacks (pp. B413-414). The cone is 1-yard wide and has a length of 9 yards (ST/5). Each use costs 2 FP. It is possible to make the cone wider by using the rules from Cones of Power (GURPS Dungeon Fantasy Monsters 4: Dragons, p. 10). It will blow out any ordinary fire (candle, lantern, torch, etc.)."
				}
			]
		}
	],
	"skills": [
		{
			"id": "AKx3MbjN4V-xLgtHf",
			"name": "Brawling",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 11 in the source conversion."
		},
		{
			"id": "AvH6bmJyMnCvA5KkP",
			"name": "Innate Attack (Breath)",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 11 in the source conversion."
		}
	],
	"notes": [
		{
			"id": "AUjJ735Q_GOtN4FP2",
			"text": "Typical Stats from the reviewed package: ST 45, DX 9, IQ 2, HT 15, HP 45, WILL 10, PER 10, FP 30, SPEED 6, MOVE 6, DODGE 9, DR 4. GCS derives its own values by applying the ancestry; where the two differ, the package's Typical Stats are what the Dungeons on Automatic encounter tables use."
		},
		{
			"id": "AwoaNmcuH-H9RS5Hv",
			"text": "Encounter rating: CER 120 (offense 74, protection 46), threat tier severe, appearing 1."
		},
		{
			"id": "AB-rLiCDFIRK41gCh",
			"text": "Death Throes (6d burning): When killed, a frost worm turns to ice and shatters in an explosion that deals 6d non-incendiary burning explosive damage and releases [1d] impaling fragments that can damage anyone within 5 yards. Targets injured by this attack must make an HT roll, at -1 per 2 points of injury, or take a -2 penalty to DX and become Numb (p. B146) for (20-HT) minutes (minimum 1 minute)."
		},
		{
			"id": "ACM9I2HTi3rIaiT2P",
			"text": "Trill, reach 32 yards: A frost worm can emit a noise that forces its prey to stand motionless. This effect affects all creatures other than frost worms within a 32-yard radius. Creatures must succeed on a Will roll or be dazed (p. B428) for 3 seconds times margin of failure. After that each subject is stunned (p. B420) and may roll vs. Will once per second to recover. Victims must be able to hear the trill to be affected. Using the trill costs 1 FP."
		},
		{
			"id": "Al9b0mMYjQqTl0DJ-",
			"text": "GCS ancestry draft: gcs/frost-worm.gct"
		},
		{
			"id": "A2EA4Ng59AWviuond",
			"text": "Source template total: 170 points."
		},
		{
			"id": "AkOBaQt0XcT_X8DgO",
			"text": "Library-rebuilt template total: 170 points."
		},
		{
			"id": "AjqYoAP6R0y21FHvC",
			"text": "CER was computed from parsed Typical Stats using the Dungeons On Automatic baseline CER path."
		},
		{
			"id": "A4xfbyw6gaO3r1tpb",
			"text": "Review attacks, special abilities, encounter frequency, treasure, grappling, and GCS modifiers before approval."
		},
		{
			"id": "Anzz-yQw-io3VFLyo",
			"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"
}
