{
	"version": 5,
	"id": "AnW6VqC_xlsKSlw72",
	"total_points": 121,
	"profile": {
		"name": "Wight",
		"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": "Tg0Lh-aDn2paokxQz",
			"name": "Wight",
			"reference": "Enraged Eggplant, Monsters (May 11, 2024): Wight [Monster Manual, page 255]",
			"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: Wight [Monster Manual, page 255]. SRD name overlap does not make these GURPS mechanics SRD content. Review status: draft. Fan document published 121 points; exact GCS library substitutions produce 121 points. Library adjustment: +0.",
			"container_type": "ancestry",
			"children": [
				{
					"id": "tn8hWgwZxHx3nh8Bv",
					"name": "Increased Strength",
					"reference": "B14",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: ST+2\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 20 point(s); library calculation is 20.",
					"points_per_level": 10,
					"can_level": true,
					"levels": 2,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "st",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 20,
						"current_level": 2
					}
				},
				{
					"id": "tutAKeVoUidZFWR1z",
					"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": "t76FFFMd8LlRrZd3h",
					"name": "Increased Will",
					"reference": "B16",
					"tags": [
						"Advantage",
						"Attribute",
						"Mental"
					],
					"local_notes": "Source construction: Will+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": "will",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 5,
						"current_level": 1
					}
				},
				{
					"id": "t7LlDrWOMEFdrBOAT",
					"name": "Dark Vision",
					"reference": "B47,P46",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Dark Vision\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 25 point(s); library calculation is 25.",
					"base_points": 25,
					"calc": {
						"points": 25
					}
				},
				{
					"id": "tkeTMoDDptb-CyAc1",
					"name": "Doesn’t Breathe",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Wight [Monster Manual, page 255]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Doesn’t Breathe",
					"base_points": 20,
					"calc": {
						"points": 20
					}
				},
				{
					"id": "tlxyHIdfPfrK1zlcE",
					"name": "Doesn’t Eat or Drink",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Wight [Monster Manual, page 255]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Doesn’t Eat or Drink",
					"base_points": 10,
					"calc": {
						"points": 10
					}
				},
				{
					"id": "tQIELlKHr8CeN1jy7",
					"name": "Doesn’t Sleep",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Wight [Monster Manual, page 255]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Doesn’t Sleep",
					"base_points": 20,
					"calc": {
						"points": 20
					}
				},
				{
					"id": "tZjreSPkzpa1ypu6U",
					"name": "Dominance",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Wight [Monster Manual, page 255]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Dominance (Fatal Beating, -40%)",
					"base_points": 12,
					"calc": {
						"points": 12
					}
				},
				{
					"id": "tpoiv21o06wFzgV2d",
					"name": "Damage Resistance",
					"reference": "B46,B47,P45,MA43,PSI14",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: DR 1 (Tough Skin, -40%)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 3 point(s); library calculation is 3.",
					"points_per_level": 5,
					"can_level": true,
					"levels": 1,
					"modifiers": [
						{
							"id": "m6DABdmTo4qk5Jmh4",
							"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": 3,
						"current_level": 1
					}
				},
				{
					"id": "t8ay20adZtU8S2xNQ",
					"name": "Immunity to Metabolic Hazards",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Wight [Monster Manual, page 255]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Immunity to Metabolic Hazards",
					"base_points": 30,
					"calc": {
						"points": 30
					}
				},
				{
					"id": "tBSqPKp0T0lRhKDB2",
					"name": "Immunity to Pain",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Wight [Monster Manual, page 255]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Immunity to Pain",
					"base_points": 30,
					"calc": {
						"points": 30
					}
				},
				{
					"id": "tzGdZ4OAEZC9so2bc",
					"name": "Injury Tolerance (Unliving, No Blood)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Wight [Monster Manual, page 255]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Injury Tolerance (Unliving, No Blood)",
					"base_points": 25,
					"calc": {
						"points": 25
					}
				},
				{
					"id": "tHbNT_S1oUjcurZRW",
					"name": "Sharp Claws",
					"reference": "B42",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Sharp Claws\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,
					"weapons": [
						{
							"id": "wqVWYda0nSDVGf0jn",
							"sv": 1,
							"damage": {
								"type": "cut",
								"st": "thr",
								"base": "-1"
							},
							"usage": "Slash",
							"reach": "C",
							"parry": "0",
							"defaults": [
								{
									"type": "dx"
								},
								{
									"type": "skill",
									"name": "Brawling"
								},
								{
									"type": "skill",
									"name": "Boxing"
								},
								{
									"type": "skill",
									"name": "Karate"
								}
							],
							"calc": {
								"damage": "thr-1 cut"
							}
						},
						{
							"id": "w_j000O2XDUzrXmtN",
							"sv": 1,
							"damage": {
								"type": "cut",
								"st": "thr"
							},
							"usage": "Kick",
							"reach": "C,1",
							"defaults": [
								{
									"type": "dx",
									"modifier": -2
								},
								{
									"type": "skill",
									"name": "Karate",
									"modifier": -2
								},
								{
									"type": "skill",
									"name": "Brawling",
									"modifier": -2
								}
							],
							"calc": {
								"damage": "thr cut"
							}
						}
					],
					"calc": {
						"points": 5
					}
				},
				{
					"id": "t9Yal6dZ7vXDbGaLd",
					"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": "wK5OgQ9rkXmAN9Rua",
							"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": "ttEO3vBcq9qWHEP9j",
					"name": "Silence",
					"reference": "B85,P76",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Silence 2\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 10 point(s); library calculation is 10. Library note: Bonuses help only when hearing is the only sense that can be used to detect you.",
					"points_per_level": 5,
					"can_level": true,
					"levels": 2,
					"features": [
						{
							"type": "conditional_modifier",
							"situation": "to Stealth when you are perfectly motionless",
							"amount": 2,
							"per_level": true
						},
						{
							"type": "conditional_modifier",
							"situation": "to Stealth if moving (even in armor, etc.)",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 10,
						"current_level": 2
					}
				},
				{
					"id": "tM-Leh3YI1wfHCV1F",
					"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": "toFZMDEa9m0VNXQzN",
					"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": "tDjNNSnZWRRJN5qPn",
					"name": "Energy Drain",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Wight [Monster Manual, page 255]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Energy Drain: Leech 3 (Accelerated Healing, +25%; Magical, -10%) [38].",
					"base_points": 38,
					"calc": {
						"points": 38
					}
				},
				{
					"id": "tL0IhBoCqRrwlcvNa",
					"name": "Life Sense",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Wight [Monster Manual, page 255]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Life Sense: Detect (Life; Magical, -10%; Precise, +100%; Reflexive, +40%) [69].",
					"base_points": 69,
					"calc": {
						"points": 69
					}
				},
				{
					"id": "tKc91Kf77vDt2p4e0",
					"name": "Psychic Value Sense",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Wight [Monster Manual, page 255]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Psychic Value Sense: Psychometry (Magical, -10%; Passive Only, -60%) [6].",
					"base_points": 6,
					"calc": {
						"points": 6
					}
				},
				{
					"id": "tI8mj5LeyKz-3W-J9",
					"name": "Appearance",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Wight [Monster Manual, page 255]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Appearance (Monstrous; Universal, +25%)",
					"base_points": -25,
					"calc": {
						"points": -25
					}
				},
				{
					"id": "t5LJwyMYKlfP_21A9",
					"name": "Bad Temper",
					"reference": "B124",
					"tags": [
						"Disadvantage",
						"Mental"
					],
					"local_notes": "Source construction: Bad Temper (12)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -10 point(s); library calculation is -10.",
					"cr": 12,
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "ts0f5DuDcPY6tCLR5",
					"name": "Callous",
					"reference": "B125",
					"tags": [
						"Disadvantage",
						"Mental"
					],
					"local_notes": "Source construction: Callous\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": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "psychology"
							},
							"amount": -3
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "teaching"
							},
							"amount": -3
						},
						{
							"type": "reaction_bonus",
							"situation": "from past victims and anyone with Empathy",
							"amount": -1
						},
						{
							"type": "conditional_modifier",
							"situation": "to Interrogation and Intimidation rolls when you use threats or torture",
							"amount": 1
						}
					],
					"calc": {
						"points": -5
					}
				},
				{
					"id": "taCp8bCAbCof1O5OT",
					"name": "Disturbing Voice",
					"reference": "B132",
					"tags": [
						"Disadvantage",
						"Physical"
					],
					"local_notes": "Source construction: Disturbing 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": "is",
								"qualifier": "performance"
							},
							"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
						}
					],
					"prereqs": {
						"type": "prereq_list",
						"all": true,
						"prereqs": [
							{
								"type": "trait_prereq",
								"has": false,
								"name": {
									"compare": "is",
									"qualifier": "voice"
								}
							}
						]
					},
					"calc": {
						"points": -10
					}
				},
				{
					"id": "tmtHoE0H2S5cy8ONh",
					"name": "Enhanced Unnatural",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Wight [Monster Manual, page 255]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Enhanced Unnatural",
					"base_points": -100,
					"calc": {
						"points": -100
					}
				},
				{
					"id": "tx-VXoAbxJBEbFA2C",
					"name": "Frightens Animals",
					"reference": "B137",
					"tags": [
						"Disadvantage",
						"Mental",
						"Supernatural"
					],
					"local_notes": "Source construction: Frightens Animals\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": "tneqGedGsTNi0PKQw",
					"name": "Intolerance (Living)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Wight [Monster Manual, page 255]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Intolerance (Living)",
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "tSJv9xAfCPEmlQx8S",
					"name": "Lifebane",
					"reference": "B142",
					"tags": [
						"Disadvantage",
						"Mental",
						"Supernatural"
					],
					"local_notes": "Source construction: Lifebane\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": "t767t0tUPSAqvgcVE",
					"name": "No Sense of Smell/Taste",
					"reference": "B146",
					"tags": [
						"Disadvantage",
						"Physical"
					],
					"local_notes": "Source construction: No Sense of Smell/Taste\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": "t2nLKSmjXDdImjnu5",
					"name": "Selfish",
					"reference": "B153",
					"tags": [
						"Disadvantage",
						"Mental"
					],
					"local_notes": "Source construction: Selfish (12)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -5 point(s); library calculation is -5. Library note: Make a self-control roll whenever you experience a clear social slight or “snub.” On a failure, you lash out at the offending party just as if you had Bad Temper.",
					"cr": 12,
					"base_points": -5,
					"features": [
						{
							"type": "reaction_bonus",
							"situation": "from others when your Selfishness surfaces",
							"amount": -3
						}
					],
					"calc": {
						"points": -5
					}
				},
				{
					"id": "tbhMkW3Si7sNIT_Gx",
					"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": "teB38X7FnwFpF4POx",
					"name": "Uncontrollable Appetite (15) (Life Force)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Wight [Monster Manual, page 255]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Uncontrollable Appetite (15) (Life Force)",
					"base_points": -7,
					"calc": {
						"points": -7
					}
				},
				{
					"id": "tEXoELDli40DIrCQk",
					"name": "Unhealing (Partial; Leech)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Wight [Monster Manual, page 255]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Unhealing (Partial; Leech)",
					"base_points": -20,
					"calc": {
						"points": -20
					}
				},
				{
					"id": "tngBg67aJka4yG2Ob",
					"name": "Glowing Eyes",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Wight [Monster Manual, page 255]",
					"tags": [
						"Quirk",
						"Review Required"
					],
					"local_notes": "Source construction: Glowing Eyes",
					"base_points": -1,
					"calc": {
						"points": -1
					}
				},
				{
					"id": "toJnB-MNh3yMJtMsM",
					"name": "Prefers to stay in its tomb",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Wight [Monster Manual, page 255]",
					"tags": [
						"Quirk",
						"Review Required"
					],
					"local_notes": "Source construction: Prefers to stay in its tomb",
					"base_points": -1,
					"calc": {
						"points": -1
					}
				},
				{
					"id": "tLqOAlsICZlwvnkhq",
					"name": "Sexless",
					"reference": "B165",
					"tags": [
						"Physical",
						"Quirk"
					],
					"local_notes": "Source construction: Sexless\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,
					"calc": {
						"points": -1
					}
				},
				{
					"id": "ta7YzkIBB5gRN9oUd",
					"name": "Supernatural Dislike (Light)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Wight [Monster Manual, page 255]",
					"tags": [
						"Quirk",
						"Review Required"
					],
					"local_notes": "Source construction: Supernatural Dislike (Light)",
					"base_points": -1,
					"calc": {
						"points": -1
					}
				},
				{
					"id": "tHYMPasw5kw0iadIz",
					"name": "Not Subject to Fatigue",
					"reference": "TT2:12",
					"tags": [
						"Exotic",
						"Feature",
						"Physical"
					],
					"local_notes": "Source construction: Not Subject to Fatigue\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": 121
			},
			"melee_weapons": [
				{
					"id": "Ao1IfI02c39O2cxRw",
					"damage": {
						"type": "cut",
						"base": "1d-1"
					},
					"usage": "Sharp Claws",
					"reach": "C",
					"defaults": [
						{
							"type": "10",
							"modifier": 4
						}
					],
					"usage_notes": "Sharp Claws (14): thrust 1d-1 cutting (KYOS: 1d cutting), Reach C."
				},
				{
					"id": "AWoppJhq-3xMhjaVL",
					"damage": {
						"type": "cr"
					},
					"usage": "Life Sense",
					"defaults": [
						{
							"type": "10",
							"modifier": 0
						}
					],
					"usage_notes": "Life Sense (10): A wight possesses a constantly active magical ability to sense life. By making a Sense roll with normal range penalties, a wight may sense all nearby living beings, knowing their precise location. A follow-up IQ roll may reveal information about the living being, with margin of success of 0-1 only revealing vague information, such as race, and margin of success of 4+ revealing detailed information, such as age, gender, and physical condition."
				},
				{
					"id": "AeDWIW8UtxZ6IAUYZ",
					"damage": {
						"type": "cr"
					},
					"usage": "Psychic Value Sense",
					"defaults": [
						{
							"type": "10",
							"modifier": -4
						}
					],
					"usage_notes": "Psychic Value Sense (6): Whenever a wight touches an object, the GM may make a roll against IQ-4 (6) to sense strong emotions and psychic impressions tied to the object’s history. On a critical success, the wight receives an actual vision of a significant past event. Roll at no additional penalty for events earlier the same day, at ‑1 for up to 10 days ago, ‑2 for up to 100 days ago, ‑3 for up to three years ago, and an another ‑1 per additional 10x multiplier. The wight cannot use this ability actively – this is a passive sense."
				}
			]
		}
	],
	"skills": [
		{
			"id": "Ay3PtosgKdRn5ddsr",
			"name": "Brawling",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 14 in the source conversion."
		},
		{
			"id": "AA6Zkiu8WeKqM-HkI",
			"name": "Stealth",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 14 in the source conversion."
		}
	],
	"notes": [
		{
			"id": "A8QBMam4rxBDSuviO",
			"text": "Typical Stats from the reviewed package: ST 12, DX 12, IQ 10, HT 10, HP 16, WILL 11, PER 10, FP —, SPEED 5.5, MOVE 5, DODGE 8, DR 1. 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": "AFnf1w1rAtJoW8a3Z",
			"text": "Encounter rating: CER 73 (offense 65, protection 8), threat tier major, appearing 1."
		},
		{
			"id": "AA4MojviUt51Dh6JI",
			"text": "GCS ancestry draft: gcs/wight.gct"
		},
		{
			"id": "AefQCGN47bGoBymNa",
			"text": "Source template total: 121 points."
		},
		{
			"id": "AXZZlS-Hqe1tSZmB9",
			"text": "Library-rebuilt template total: 121 points."
		},
		{
			"id": "AGyA7ZXmkShkZ2Oex",
			"text": "CER was computed from parsed Typical Stats using the Dungeons On Automatic baseline CER path."
		},
		{
			"id": "A5kOTQh1-4r9zpH4B",
			"text": "Review attacks, special abilities, encounter frequency, treasure, grappling, and GCS modifiers before approval."
		},
		{
			"id": "A43azB79UABjEamZ7",
			"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"
}
