{
	"version": 5,
	"id": "ACXlwU-WIzfJ3tl_t",
	"total_points": 154,
	"profile": {
		"name": "Vampire Spawn",
		"title": "Undead",
		"player_name": "Dungeons on Automatic",
		"SM": 0
	},
	"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": "ThkGRNHeSPxdCeoik",
			"name": "Vampire Spawn",
			"reference": "Enraged Eggplant, Monsters (May 11, 2024): Vampire Spawn [Monster Manual, page 253]",
			"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: Vampire Spawn [Monster Manual, page 253]. SRD name overlap does not make these GURPS mechanics SRD content. Review status: draft. Fan document published 154 points; exact GCS library substitutions produce 154 points. Library adjustment: +0.",
			"container_type": "ancestry",
			"children": [
				{
					"id": "ttXMjCnP_4yuaOiuX",
					"name": "Increased Strength",
					"reference": "B14",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: ST+3\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 30 point(s); library calculation is 30.",
					"points_per_level": 10,
					"can_level": true,
					"levels": 3,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "st",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 30,
						"current_level": 3
					}
				},
				{
					"id": "tHB2bSFjSpICWDFa2",
					"name": "Increased Dexterity",
					"reference": "B15",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: DX+1\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 20 point(s); library calculation is 20.",
					"points_per_level": 20,
					"can_level": true,
					"levels": 1,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "dx",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 20,
						"current_level": 1
					}
				},
				{
					"id": "tTZbH3d41f8rxbjf0",
					"name": "Extra Hit Points",
					"reference": "B16",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: HP+4\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 8 point(s); library calculation is 8.",
					"points_per_level": 2,
					"can_level": true,
					"levels": 4,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "hp",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 8,
						"current_level": 4
					}
				},
				{
					"id": "t2pY1U5QWYeCia47-",
					"name": "Increased Perception",
					"reference": "B16",
					"tags": [
						"Advantage",
						"Attribute",
						"Mental",
						"Physical"
					],
					"local_notes": "Source construction: Per+3\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 15 point(s); library calculation is 15.",
					"points_per_level": 5,
					"can_level": true,
					"levels": 3,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "per",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 15,
						"current_level": 3
					}
				},
				{
					"id": "ty03HzJk4-lJHBFOy",
					"name": "Clinging",
					"reference": "B43,P45",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Clinging\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": "tfTS5z4CZ5khQgi6E",
					"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": "tF4dulq5-tb3DcRb-",
					"name": "Danger Sense",
					"reference": "B47,P46",
					"tags": [
						"Advantage",
						"Mental"
					],
					"local_notes": "Source construction: Danger Sense\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": "tGCNF-PVvr2ZH9lPf",
					"name": "Doesn’t Breathe",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Vampire Spawn [Monster Manual, page 253]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Doesn’t Breathe",
					"base_points": 20,
					"calc": {
						"points": 20
					}
				},
				{
					"id": "t3HOkeHMPlSg2lQf9",
					"name": "Doesn’t Eat or Drink",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Vampire Spawn [Monster Manual, page 253]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Doesn’t Eat or Drink",
					"base_points": 10,
					"calc": {
						"points": 10
					}
				},
				{
					"id": "t2GTXZOof-K3Z_O5v",
					"name": "Immunity to Metabolic Hazards",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Vampire Spawn [Monster Manual, page 253]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Immunity to Metabolic Hazards",
					"base_points": 30,
					"calc": {
						"points": 30
					}
				},
				{
					"id": "tyZxAShfbc5eY5zYC",
					"name": "Infravision",
					"reference": "B60,P87",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Infravision\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 10 point(s); library calculation is 10.",
					"base_points": 10,
					"calc": {
						"points": 10
					}
				},
				{
					"id": "tPgZRYFIAFuIWx012",
					"name": "Injury Tolerance",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Vampire Spawn [Monster Manual, page 253]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Injury Tolerance (Diffuse; Costs Fatigue, 2 FP, -10%; Magical, -10%; Misty, Can use magic or psi in mist form, -20%)",
					"base_points": 60,
					"calc": {
						"points": 60
					}
				},
				{
					"id": "tewHB9jcmgpFjvYcf",
					"name": "Injury Tolerance (Unliving)",
					"reference": "B61",
					"tags": [
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Injury Tolerance (Unliving)\nNative library match: Ultra Tech/Ultra Tech Meta-Traits (Ultra Tech Meta-Traits.adq). Fan source stated 20 point(s); library calculation is 20.",
					"base_points": 20,
					"calc": {
						"points": 20
					}
				},
				{
					"id": "t9YbD54QMQOVrKpnV",
					"name": "Mind Control",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Vampire Spawn [Monster Manual, page 253]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Mind Control (Magical, -10%; Vision-Based, -20%)",
					"base_points": 35,
					"calc": {
						"points": 35
					}
				},
				{
					"id": "t3WSQSRJ3KO6JG6Sz",
					"name": "Regeneration (Regular)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Vampire Spawn [Monster Manual, page 253]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Regeneration (Regular)",
					"base_points": 25,
					"calc": {
						"points": 25
					}
				},
				{
					"id": "tV1MR50MRJyCHp_NY",
					"name": "Resistant to Turning (+3)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Vampire Spawn [Monster Manual, page 253]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Resistant to Turning (+3)",
					"base_points": 1,
					"calc": {
						"points": 1
					}
				},
				{
					"id": "tJYdIOIxTh_DYAgMg",
					"name": "Sharp Teeth",
					"reference": "B91",
					"tags": [
						"Exotic",
						"Perk",
						"Physical"
					],
					"local_notes": "Source construction: Sharp Teeth\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 1 point(s); library calculation is 1.",
					"base_points": 1,
					"weapons": [
						{
							"id": "wDV3E1phXUN7-EKRc",
							"sv": 1,
							"damage": {
								"type": "cut",
								"st": "thr",
								"base": "-1"
							},
							"usage": "Bite",
							"reach": "C",
							"defaults": [
								{
									"type": "skill",
									"name": "Brawling"
								},
								{
									"type": "dx"
								}
							],
							"calc": {
								"damage": "thr-1 cut"
							}
						}
					],
					"calc": {
						"points": 1
					}
				},
				{
					"id": "td96XNpyVGrqwbpUw",
					"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": "tH0PJEpdrhPfIK7Kv",
					"name": "Unkillable",
					"reference": "B95",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Unkillable 2 (Achilles’ Heel: Sunlight, Running Water, Beheading and filling the mouth with holy wafers, -50%; Hindrance, Wooden stake in the heart, -5%)\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": 50,
					"can_level": true,
					"levels": 2,
					"modifiers": [
						{
							"id": "m9nf6RllO5rIKdKv0",
							"name": "Achilles' Heel",
							"reference": "B95",
							"cost_adj": "-50%",
							"local_notes": "Achilles’ Heel: Sunlight, Running Water, Beheading and filling the mouth with holy wafers"
						},
						{
							"id": "m5SDb2molq0KUHnGe",
							"name": "Hindrance",
							"reference": "B95",
							"cost_adj": "-5%",
							"local_notes": "Hindrance, Wooden stake in the heart"
						}
					],
					"calc": {
						"points": 45,
						"current_level": 2
					}
				},
				{
					"id": "tNect8PX5mml-SMnq",
					"name": "Voice",
					"reference": "B97",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Voice\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 10 point(s); library calculation is 10.",
					"base_points": 10,
					"features": [
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "diplomacy"
							},
							"amount": 2
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "fast-talk"
							},
							"amount": 2
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "starts_with",
								"qualifier": "mimicry"
							},
							"amount": 2
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "performance"
							},
							"amount": 2
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "politics"
							},
							"amount": 2
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "public speaking"
							},
							"amount": 2
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "sex appeal"
							},
							"amount": 2
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "singing"
							},
							"amount": 2
						},
						{
							"type": "reaction_bonus",
							"situation": "from others who can hear your voice",
							"amount": 2
						}
					],
					"calc": {
						"points": 10
					}
				},
				{
					"id": "tEtkk8xhi0JNVYnt2",
					"name": "Blood Drain",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Vampire Spawn [Monster Manual, page 253]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Blood Drain: Leech 1 (Blood Agent, -40%; Heals FP, +60%; Magical, -10%) [28].",
					"base_points": 28,
					"calc": {
						"points": 28
					}
				},
				{
					"id": "t7gxsj3QYXPpCGbkD",
					"name": "Elemental Resistance (C,E)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Vampire Spawn [Monster Manual, page 253]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Elemental Resistance (C,E): DR 5 (Includes Eyes, +10%; Includes Internal, +20%; Limited, Cold, Electricity, -35%; Tough Skin, -40%) [14].",
					"base_points": 14,
					"calc": {
						"points": 14
					}
				},
				{
					"id": "t8w6xzGrn_5vapbZ6",
					"name": "Dependency (Coffin with soil of homeland; Daily)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Vampire Spawn [Monster Manual, page 253]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Dependency (Coffin with soil of homeland; Daily)",
					"base_points": -60,
					"calc": {
						"points": -60
					}
				},
				{
					"id": "tpImkcSZjBpkIx-Ih",
					"name": "Divine Curse (Cannot enter dwelling for first time unless invited)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Vampire Spawn [Monster Manual, page 253]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Divine Curse (Cannot enter dwelling for first time unless invited)",
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "tYjwlO4wOlu5AvVhN",
					"name": "Draining (Human Blood; Illegal)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Vampire Spawn [Monster Manual, page 253]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Draining (Human Blood; Illegal)",
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "twd00fXpnC1BCfxFn",
					"name": "Dread (Garlic)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Vampire Spawn [Monster Manual, page 253]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Dread (Garlic)",
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "t90GcPKE0N8k_G2QO",
					"name": "Dread (Mirrors; 2 yards)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Vampire Spawn [Monster Manual, page 253]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Dread (Mirrors; 2 yards)",
					"base_points": -11,
					"calc": {
						"points": -11
					}
				},
				{
					"id": "tiaLfgfK8sWl83yGS",
					"name": "Dread (Religious Symbols; 2 yards)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Vampire Spawn [Monster Manual, page 253]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Dread (Religious Symbols; 2 yards)",
					"base_points": -11,
					"calc": {
						"points": -11
					}
				},
				{
					"id": "tJW4E4vuCMcVs5ZS-",
					"name": "Dread (Running Water)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Vampire Spawn [Monster Manual, page 253]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Dread (Running Water)",
					"base_points": -20,
					"calc": {
						"points": -20
					}
				},
				{
					"id": "t0xHe0mzzfOfji-gf",
					"name": "Social Stigma (Dead)",
					"reference": "TT2:46",
					"tags": [
						"Disadvantage",
						"Social"
					],
					"local_notes": "Source construction: Social Stigma (Dead)\nNative library match: Template Toolkit/Template Toolkit 2 - Races/Template Toolkit 2 - Races Traits (Template Toolkit 2 - Races Traits.adq). Fan source stated -20 point(s); library calculation is -20.",
					"base_points": -20,
					"calc": {
						"points": -20
					}
				},
				{
					"id": "t9Uq34QGE1Ot7f5kO",
					"name": "Supernatural Features (No Body Heat (except after feeding), No Reflection, Pallor (except after feeding))",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Vampire Spawn [Monster Manual, page 253]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Supernatural Features (No Body Heat (except after feeding), No Reflection, Pallor (except after feeding))",
					"base_points": -16,
					"calc": {
						"points": -16
					}
				},
				{
					"id": "t3TZl4HBW4GbLyWTV",
					"name": "Uncontrollable Appetite (12) (Human Blood)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Vampire Spawn [Monster Manual, page 253]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Uncontrollable Appetite (12) (Human Blood)",
					"base_points": -15,
					"calc": {
						"points": -15
					}
				},
				{
					"id": "tnU3-q6_wBkq_Dp1O",
					"name": "Vulnerability (Silver, x2)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Vampire Spawn [Monster Manual, page 253]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Vulnerability (Silver, x2)",
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "tz1iOtTeavrW6T7YA",
					"name": "Weakness (Running Water; 1d/minute)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Vampire Spawn [Monster Manual, page 253]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Weakness (Running Water; 1d/minute)",
					"base_points": -40,
					"calc": {
						"points": -40
					}
				},
				{
					"id": "t0oai-WlOPtdrwIB3",
					"name": "Weakness (Sunlight; 1d/minute)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Vampire Spawn [Monster Manual, page 253]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Weakness (Sunlight; 1d/minute)",
					"base_points": -60,
					"calc": {
						"points": -60
					}
				},
				{
					"id": "tQ-_vr8FJsnTteZNB",
					"name": "Sterile",
					"reference": "TT2:12",
					"tags": [
						"Feature",
						"Physical"
					],
					"local_notes": "Source construction: Sterile\nNative library match: Template Toolkit/Template Toolkit 2 - Races/Template Toolkit 2 - Races Traits (Template Toolkit 2 - Races Traits.adq). Fan source stated 0 point(s); library calculation is 0.",
					"calc": {
						"points": 0
					}
				}
			],
			"calc": {
				"points": 154
			},
			"melee_weapons": [
				{
					"id": "ArKPuS1HG1HO8J13M",
					"damage": {
						"type": "cr",
						"base": "1d"
					},
					"usage": "Punch",
					"reach": "C",
					"defaults": [
						{
							"type": "10",
							"modifier": 5
						}
					],
					"usage_notes": "Punch (15): thrust 1d crushing (KYOS: 1d+1 crushing), Reach C."
				},
				{
					"id": "A3X26XT2SEG-MlH8M",
					"damage": {
						"type": "cut",
						"base": "1d"
					},
					"usage": "Vampiric Bite",
					"reach": "C",
					"defaults": [
						{
							"type": "10",
							"modifier": 5
						}
					],
					"usage_notes": "Vampiric Bite (15): thrust 1d cutting (KYOS: 1d+1 cutting), Reach C. The vampire can drain the victim’s life if the victim is helpless (pinned, stunned, unconscious, etc.), grappled, or willing. If he is wearing armor, the vampire’s biting damage must penetrate its DR. Once the vampire has bitten through the victim’s DR, he can drain 1 HP per second from him. For every 3 HP stolen, the vampire heals 1 HP or 1 FP (his choice). He cannot raise his HP or FP above normal this way."
				}
			]
		}
	],
	"skills": [
		{
			"id": "ALe1g15_l2A0kEduY",
			"name": "Brawling",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 15 in the source conversion."
		},
		{
			"id": "AEpoifUlJ2zH2KKRl",
			"name": "Observation",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 15 in the source conversion."
		},
		{
			"id": "AkFW88QbcRjQ6_r_1",
			"name": "Stealth",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 15 in the source conversion."
		}
	],
	"notes": [
		{
			"id": "AKW3DGrkSx8G2pXuG",
			"text": "Typical Stats from the reviewed package: ST 13, DX 11, IQ 10, HT 10, HP 17, WILL 10, PER 13, FP 10, SPEED 5.25, MOVE 5, DODGE 9, DR 5. 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": "A-T3yh2mwY6-fPJuO",
			"text": "Encounter rating: CER 24 (offense 9, protection 15), threat tier minor, appearing 4."
		},
		{
			"id": "AreTjvG2ch-JQbtks",
			"text": "GCS ancestry draft: gcs/vampire-spawn.gct"
		},
		{
			"id": "AkLuxK6eA3_9kUuYh",
			"text": "Source template total: 154 points."
		},
		{
			"id": "AhFoUn75Y4OzgCoRb",
			"text": "Library-rebuilt template total: 154 points."
		},
		{
			"id": "Ac0d8555qSI7VX_BG",
			"text": "CER was computed from parsed Typical Stats using the Dungeons On Automatic baseline CER path."
		},
		{
			"id": "AAGf5iBGGlqbPajLy",
			"text": "Review attacks, special abilities, encounter frequency, treasure, grappling, and GCS modifiers before approval."
		},
		{
			"id": "A_JAfLR1sLrPCWd4Q",
			"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"
}
