{
	"version": 5,
	"id": "AB9j8S-d0wWu3njZk",
	"total_points": 214,
	"profile": {
		"name": "Nymph",
		"title": "Fey",
		"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": "Td4uRtFNRXYWAe1Ni",
			"name": "Nymph",
			"reference": "Enraged Eggplant, Monsters (May 11, 2024): Nymph [Monster Manual, page 197]",
			"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: Nymph [Monster Manual, page 197]. SRD name overlap does not make these GURPS mechanics SRD content. Review status: draft. Fan document published 214 points; exact GCS library substitutions produce 214 points. Library adjustment: +0.",
			"container_type": "ancestry",
			"children": [
				{
					"id": "tfcvgNGNvKxytHlbZ",
					"name": "Decreased Strength",
					"reference": "B14",
					"tags": [
						"Attribute",
						"Disadvantage",
						"Physical"
					],
					"local_notes": "Source construction: ST-1\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": -10,
					"can_level": true,
					"levels": 1,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "st",
							"amount": -1,
							"per_level": true
						}
					],
					"calc": {
						"points": -10,
						"current_level": 1
					}
				},
				{
					"id": "tApUDrUDl5bgGy4lH",
					"name": "Increased Dexterity",
					"reference": "B15",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: DX+2\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 40 point(s); library calculation is 40.",
					"points_per_level": 20,
					"can_level": true,
					"levels": 2,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "dx",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 40,
						"current_level": 2
					}
				},
				{
					"id": "t2yGoUvNc66kedOnx",
					"name": "Increased Intelligence",
					"reference": "B15",
					"tags": [
						"Advantage",
						"Attribute",
						"Mental"
					],
					"local_notes": "Source construction: IQ+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": "iq",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 20,
						"current_level": 1
					}
				},
				{
					"id": "tcmDnumTH4mV3U6ob",
					"name": "Amphibious",
					"reference": "B40,P42",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Amphibious\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": "tWwF4yQCHANToDqku",
					"name": "Animal Empathy",
					"reference": "B40,P48",
					"tags": [
						"Advantage",
						"Mental"
					],
					"local_notes": "Source construction: Animal Empathy\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 5 point(s); library calculation is 5.",
					"base_points": 5,
					"calc": {
						"points": 5
					}
				},
				{
					"id": "tSsbfP3mG7Cs0ydqE",
					"name": "Blessed (The King’s Two Bodies)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Nymph [Monster Manual, page 197]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Blessed (The King’s Two Bodies)",
					"base_points": 10,
					"calc": {
						"points": 10
					}
				},
				{
					"id": "t1IeloYlwQxSJl9u4",
					"name": "Appearance",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Nymph [Monster Manual, page 197]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Appearance (Transcendent; Universal, +25%)",
					"base_points": 25,
					"calc": {
						"points": 25
					}
				},
				{
					"id": "tVAgr0QQb1of7onzs",
					"name": "Charisma",
					"reference": "B41",
					"tags": [
						"Advantage",
						"Mental"
					],
					"local_notes": "Source construction: Charisma 2\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 10 point(s); library calculation is 10.",
					"points_per_level": 5,
					"can_level": true,
					"levels": 2,
					"features": [
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "fortune-telling"
							},
							"amount": 1,
							"per_level": true
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "leadership"
							},
							"amount": 1,
							"per_level": true
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "panhandling"
							},
							"amount": 1,
							"per_level": true
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "public speaking"
							},
							"amount": 1,
							"per_level": true
						},
						{
							"type": "reaction_bonus",
							"situation": "from sapient being with whom you actively interact (converse, lecture, etc.)",
							"amount": 1,
							"per_level": true
						},
						{
							"type": "reaction_bonus",
							"situation": "to Influence rolls",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 10,
						"current_level": 2
					}
				},
				{
					"id": "tufhgo2zeWp2sLgjY",
					"name": "Doesn’t Breathe",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Nymph [Monster Manual, page 197]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Doesn’t Breathe (Gills, -50%)",
					"base_points": 10,
					"calc": {
						"points": 10
					}
				},
				{
					"id": "tWvVzZcm3ORWBMcPc",
					"name": "Immunity to Sleep Effects",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Nymph [Monster Manual, page 197]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Immunity to Sleep Effects",
					"base_points": 5,
					"calc": {
						"points": 5
					}
				},
				{
					"id": "t5JYVD2ox8oOWm2Bj",
					"name": "Night Vision",
					"reference": "B71,P87",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Night Vision 5\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": 1,
					"can_level": true,
					"levels": 5,
					"calc": {
						"points": 5,
						"current_level": 5
					}
				},
				{
					"id": "tjxiVL-AU3bfzfiiQ",
					"name": "Pressure Support",
					"reference": "B77",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Pressure Support 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,
					"calc": {
						"points": 15,
						"current_level": 3
					}
				},
				{
					"id": "tg0sXWdl15BLi2W3w",
					"name": "Speak Underwater",
					"reference": "B87,P78",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Speak Underwater\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 5 point(s); library calculation is 5.",
					"base_points": 5,
					"calc": {
						"points": 5
					}
				},
				{
					"id": "t5VBICjn4rbUQw57a",
					"name": "Blinding Beauty",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Nymph [Monster Manual, page 197]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Blinding Beauty [86]: Affliction 1 (HT; Area Effect, 8 yards, +150%; Disadvantage, Blindness, +50%; Emanation, -20%; Extended Duration, Permanent, +150%; Increased Immunity 2, -20%; Link, +10%; Magical, -10%; Vision-Based, +150%) [56] + Terror (Sight; Awe; Link, +10%; Magical, -10%) [30].",
					"base_points": 86,
					"calc": {
						"points": 86
					}
				},
				{
					"id": "te5plmirIyuZLOlaP",
					"name": "Stunning Glance",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Nymph [Monster Manual, page 197]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Stunning Glance: Affliction 1 (Will; Based on Will, +20%; Magical, -10%; Malediction 2, +150%; Vision-Based, -20%) [24].",
					"base_points": 24,
					"calc": {
						"points": 24
					}
				},
				{
					"id": "tkFDIVOcPyVieSSGm",
					"name": "Compulsive Carousing",
					"reference": "B128",
					"tags": [
						"Disadvantage",
						"Mental"
					],
					"local_notes": "Source construction: Compulsive Carousing (15)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -2 point(s); library calculation is -2.",
					"cr": 15,
					"base_points": -5,
					"features": [
						{
							"type": "reaction_bonus",
							"situation": "from like-minded extroverts",
							"amount": 1
						},
						{
							"type": "reaction_bonus",
							"situation": "or worse from sober-minded citizens (GM discretion)",
							"amount": -1
						}
					],
					"calc": {
						"points": -2
					}
				},
				{
					"id": "tvFRxFEzIUliBOu-M",
					"name": "Impulsiveness",
					"reference": "B139",
					"tags": [
						"Disadvantage",
						"Mental"
					],
					"local_notes": "Source construction: Impulsiveness (12)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -10 point(s); library calculation is -10. Library note: Make a self-control roll whenever it would be wise to wait and ponder. If you fail, you must act",
					"cr": 12,
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "t4oBMPz3_vrF7JY4Q",
					"name": "Sense of Duty (Nature)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Nymph [Monster Manual, page 197]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Sense of Duty (Nature)",
					"base_points": -15,
					"calc": {
						"points": -15
					}
				},
				{
					"id": "tM8oObUKIbgCEzCIQ",
					"name": "Short Attention Span",
					"reference": "B153",
					"tags": [
						"Disadvantage",
						"Mental"
					],
					"local_notes": "Source construction: Short Attention Span (12)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -10 point(s); library calculation is -10. Library note: Make a self-control roll whenever you must maintain interest in something for an extended period of time, or whenever a distraction is offered. If you fail, you automatically fail at the task at hand.",
					"cr": 12,
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "t8jbOPZ-Xu7f41nnH",
					"name": "Vulnerability (Cold Iron, x2)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Nymph [Monster Manual, page 197]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Vulnerability (Cold Iron, x2)",
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "tkVr7JDitpkat3JKK",
					"name": "Immunity to Satyr Pipes",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Nymph [Monster Manual, page 197]",
					"tags": [
						"Perk",
						"Review Required"
					],
					"local_notes": "Source construction: Immunity to Satyr Pipes",
					"base_points": 1,
					"calc": {
						"points": 1
					}
				}
			],
			"calc": {
				"points": 214
			},
			"melee_weapons": [
				{
					"id": "A1iRTGKvYjJMZU6SJ",
					"damage": {
						"type": "cr",
						"base": "1d-3"
					},
					"usage": "Punch",
					"reach": "C",
					"defaults": [
						{
							"type": "10",
							"modifier": 2
						}
					],
					"usage_notes": "Punch (12): thrust 1d-3 crushing (KYOS: 1d-4 crushing), Reach C."
				},
				{
					"id": "AczqqbGIfL0MGA8_6",
					"damage": {
						"type": "imp",
						"base": "1d-3"
					},
					"usage": "Dagger",
					"reach": "C",
					"defaults": [
						{
							"type": "10",
							"modifier": 3
						}
					],
					"usage_notes": "Dagger (13): thrust 1d-3 impaling (KYOS: 1d-4 impaling), Reach C."
				},
				{
					"id": "AoMvaNJxolgXv5Z8Y",
					"damage": {
						"type": "cr"
					},
					"usage": "Stunning Glance",
					"defaults": [
						{
							"type": "10",
							"modifier": 1
						}
					],
					"usage_notes": "Stunning Glance (11): The nymph can attempt to stun an enemy by locking eyes with him. Roll a Quick Contest between of Will between the nymph and her target, penalized by the range between them. Mind Shield adds to resistance against this ability. If the nymph wins, the target suffers mental stun. On subsequent turns, he can recover normally by making an unpenalized IQ roll."
				}
			]
		}
	],
	"skills": [
		{
			"id": "AX36U58N2HOWRriaY",
			"name": "First Aid/TL3",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 14 in the source conversion."
		},
		{
			"id": "AkQVssTxhGcQ9Dvtn",
			"name": "Knife",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 13 in the source conversion."
		},
		{
			"id": "AH0Dt32mdB_X4vluG",
			"name": "Stealth",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 13 in the source conversion."
		},
		{
			"id": "A0UnLxK0-4T2g5YNY",
			"name": "Veterinary/TL3",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 14 in the source conversion."
		}
	],
	"notes": [
		{
			"id": "A0ZPmuhfu2YPfsr_o",
			"text": "Typical Stats from the reviewed package: ST 9, DX 12, IQ 11, HT 10, HP 9, WILL 11, PER 11, FP 10, SPEED 5.5, MOVE 5, DODGE 8, DR —. GCS derives its own values by applying the ancestry; where the two differ, the package's Typical Stats are what the Dungeons on Automatic encounter tables use."
		},
		{
			"id": "ALM0M55xlNNjqv-bh",
			"text": "Encounter rating: CER 21 (offense 21, protection 0), threat tier minor, appearing 6."
		},
		{
			"id": "AeCRcKYoiBAi0LWcV",
			"text": "Blinding Beauty, reach 8 yards: The nymph can activate this ability at will as a Concentrate maneuver. When she does so, anyone who sees her must roll Fright Check, using the Awe variant table (GURPS Powers, p. 85). In addition, every victim within 8 yards who is looking directly at the nymph, must make a roll against HT or become permanently blind. This blindness is magical – it can be dispelled normally. If a victim succeeds at his Fright Check, he will be unaffected by the awe aspect of this ability for one hour. If a victim succeeds at his Will roll to resist, he will be unaffected by the blinding aspect of this ability for one hour."
		},
		{
			"id": "A8b-SVL15JVEDJkRR",
			"text": "GCS ancestry draft: gcs/nymph.gct"
		},
		{
			"id": "AxgdVQXicqFTGCv46",
			"text": "Source template total: 214 points."
		},
		{
			"id": "Ai6eLwDjvGTiAu4X3",
			"text": "Library-rebuilt template total: 214 points."
		},
		{
			"id": "AOd8ZI9JGJM__msvr",
			"text": "CER was computed from parsed Typical Stats using the Dungeons On Automatic baseline CER path."
		},
		{
			"id": "A_Knzr_yH6wDNm-EY",
			"text": "Review attacks, special abilities, encounter frequency, treasure, grappling, and GCS modifiers before approval."
		},
		{
			"id": "ApX5kXvmB01CbLKUb",
			"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"
}
