{
	"version": 5,
	"id": "Aoz1fjad1g0_uxivQ",
	"total_points": 182,
	"profile": {
		"name": "Aranea",
		"title": "Magical Beast (Shapechanger)",
		"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": "TY1BMiUpTTWdO4Ep-",
			"name": "Aranea",
			"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aranea [Monster Manual, page 15]",
			"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: Aranea [Monster Manual, page 15]. SRD name overlap does not make these GURPS mechanics SRD content. Review status: draft. Fan document published 182 points; exact GCS library substitutions produce 182 points. Library adjustment: +0.",
			"container_type": "ancestry",
			"children": [
				{
					"id": "tyNyhFgqD3bZuC-2v",
					"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": "tPI9w8L_iVqLq_Nx8",
					"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": "tf-Y_m7HxjJwv_e_h",
					"name": "Increased Health",
					"reference": "B14",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: HT+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": "ht",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 10,
						"current_level": 1
					}
				},
				{
					"id": "tFqCIkygZF9xHEffe",
					"name": "Increased Basic Speed",
					"reference": "B17",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: Basic Speed +0.5\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": "attribute_bonus",
							"attribute": "basic_speed",
							"amount": 0.25,
							"per_level": true
						}
					],
					"calc": {
						"points": 10,
						"current_level": 2
					}
				},
				{
					"id": "tGol3PrO16nSP1AvC",
					"name": "Increased Basic Move",
					"reference": "B17",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: Basic Move +1\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 5 point(s); library calculation is 5.",
					"points_per_level": 5,
					"can_level": true,
					"levels": 1,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "basic_move",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 5,
						"current_level": 1
					}
				},
				{
					"id": "tg0XD_sqa9wKHudAs",
					"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": "tnptRQoyxy76mJfUG",
					"name": "Damage Resistance",
					"reference": "B46,B47,P45,MA43,PSI14",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: DR 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": "dr_bonus",
							"locations": [
								"all"
							],
							"amount": 1,
							"per_level": true
						},
						{
							"type": "dr_bonus",
							"locations": [
								"eye"
							],
							"amount": -1,
							"per_level": true
						}
					],
					"calc": {
						"points": 5,
						"current_level": 1
					}
				},
				{
					"id": "tYuB2er-C7hzCy8IU",
					"name": "Extra Legs (Eight Legs)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aranea [Monster Manual, page 15]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Extra Legs (Eight Legs)",
					"base_points": 15,
					"calc": {
						"points": 15
					}
				},
				{
					"id": "tkk6ZcM3VvKhPwEQ0",
					"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": "tJJSxspAjsV7jJdi5",
					"name": "Peripheral Vision",
					"reference": "B74,P87",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Peripheral Vision\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": "t88DlaOYTp290QlAF",
					"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": "wWVRbMAEa9OEd6bGC",
							"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": "tTiFz75YjF2IYjq1H",
					"name": "Subsonic Hearing (Biological (Passive), -5%; Melee Attack, Reach C, -30%)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aranea [Monster Manual, page 15]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Subsonic Hearing (Biological (Passive), -5%; Melee Attack, Reach C, -30%)",
					"base_points": 4,
					"calc": {
						"points": 4
					}
				},
				{
					"id": "twbN9p9CwdMs2OjBy",
					"name": "Alter Perception",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aranea [Monster Manual, page 15]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Alter Perception: Illusion (Costs Fatigue, 1 FP, -5%; Magical, -10%; Mental, +100%; Short-Range 2, -20%; Visual Only, -30%) [34].",
					"base_points": 34,
					"calc": {
						"points": 34
					}
				},
				{
					"id": "tZyVJlNBF2z6XyByP",
					"name": "Change Shape",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aranea [Monster Manual, page 15]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Change Shape [40]: Alternate Form (Humanoid; Active Change, +20%; Magical, -10%; Reduced Time 1, +20%) [20] + Alternate Form (Hybrid; Active Change, +20%; Magical, -10%; Reduced Time 1, +20%) [20].",
					"base_points": 40,
					"calc": {
						"points": 40
					}
				},
				{
					"id": "tLBuM3rEOIV3CnkW5",
					"name": "Poison",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aranea [Monster Manual, page 15]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Poison: Toxic Attack 1d-1 (Cyclic, 1 hour, 3 cycles, Resistible, +20%; Follow-Up, Sharp Teeth, +0%; Resistible, HT-3, -15%; Symptoms, 2/3 HP, -3 ST, +15%) [4].",
					"base_points": 4,
					"calc": {
						"points": 4
					}
				},
				{
					"id": "tmqYrry6I6ied-gIf",
					"name": "Web",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aranea [Monster Manual, page 15]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Web: Binding 10 (Area Effect, 2 yards, +50%; Biological, -10%; Costs Fatigue, 1 FP, -5%; Persistent, +40%; Reduced Range, 1/10, -30%) [29].",
					"base_points": 29,
					"calc": {
						"points": 29
					}
				},
				{
					"id": "tH_-CZR5A_6kSPUMS",
					"name": "Climbing Line",
					"reference": "PU2:10",
					"tags": [
						"Exotic",
						"Perk",
						"Physical"
					],
					"local_notes": "Source construction: Climbing Line\nNative library match: Power Ups/Power Ups Traits (Power Ups Traits.adq). Fan source stated 1 point(s); library calculation is 1.",
					"base_points": 1,
					"calc": {
						"points": 1
					}
				},
				{
					"id": "te1Hwpu6AViJGRADm",
					"name": "Cold-Blooded",
					"reference": "B127",
					"tags": [
						"Disadvantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Cold-Blooded (50°)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -5 point(s); library calculation is -5. Library note: Under 50-degrees",
					"base_points": -5,
					"features": [
						{
							"type": "conditional_modifier",
							"situation": "to HT to resist the effects of temperature",
							"amount": 2
						}
					],
					"calc": {
						"points": -5
					}
				},
				{
					"id": "t88OSeKpAUk-pPVvv",
					"name": "Hideous",
					"reference": "DW28",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Hideous\nNative library match: Discworld Roleplaying Game/Discworld Roleplaying Game Traits (Discworld Roleplaying Game Traits.adq). Fan source stated -16 point(s); library calculation is -16.",
					"base_points": -16,
					"features": [
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "Intimidation"
							},
							"amount": 2
						},
						{
							"type": "reaction_bonus",
							"situation": "from others",
							"amount": -4
						}
					],
					"calc": {
						"points": -16
					}
				},
				{
					"id": "tb1qVLOyPnygY0Aqc",
					"name": "Phobia (Fire) (12)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aranea [Monster Manual, page 15]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Phobia (Fire) (12)",
					"base_points": -5,
					"calc": {
						"points": -5
					}
				},
				{
					"id": "twqscaAN-28BA-r3Z",
					"name": "Restricted Diet (Carnivore)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aranea [Monster Manual, page 15]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Restricted Diet (Carnivore)",
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "tmmVJJRlOQb2TyHDX",
					"name": "Short Arms",
					"reference": "DW96",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Short Arms\nNative library match: Discworld Roleplaying Game/Discworld Roleplaying Game Traits (Discworld Roleplaying Game Traits.adq). Fan source stated -10 point(s); library calculation is -10.",
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "tJCH8q8ehh3Fiy2wE",
					"name": "Social Stigma (Monster)",
					"reference": "B155",
					"tags": [
						"Disadvantage",
						"Social"
					],
					"local_notes": "Source construction: Social Stigma (Monster)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -15 point(s); library calculation is -15.",
					"base_points": -15,
					"features": [
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "intimidation"
							},
							"amount": 1
						},
						{
							"type": "reaction_bonus",
							"situation": "from others",
							"amount": -3
						}
					],
					"calc": {
						"points": -15
					}
				},
				{
					"id": "tewHVhaCzes2Ucrnz",
					"name": "Brain is in the hump on the back (requires a Physiology or other appropriate skill roll to target, but lack...",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aranea [Monster Manual, page 15]",
					"tags": [
						"Feature",
						"Review Required"
					],
					"local_notes": "Source construction: Brain is in the hump on the back (requires a Physiology or other appropriate skill roll to target, but lacks DR 2)",
					"calc": {
						"points": 0
					}
				},
				{
					"id": "tBoFNwHw4XN63y9JD",
					"name": "Fangs",
					"reference": "B91",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Fangs\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 2 point(s); library calculation is 2.",
					"base_points": 2,
					"weapons": [
						{
							"id": "wW3TRKdn0fsmWqh2K",
							"sv": 1,
							"damage": {
								"type": "imp",
								"st": "thr",
								"base": "-1"
							},
							"usage": "Bite",
							"reach": "C",
							"defaults": [
								{
									"type": "skill",
									"name": "Brawling"
								},
								{
									"type": "dx"
								}
							],
							"calc": {
								"damage": "thr-1 imp"
							}
						}
					],
					"calc": {
						"points": 2
					}
				},
				{
					"id": "tkMg16lEwQJsXnLA_",
					"name": "Social Stigma (Monster) [-15]. Ugly",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aranea [Monster Manual, page 15]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Social Stigma (Monster) [-15]. Ugly",
					"base_points": -8,
					"calc": {
						"points": -8
					}
				},
				{
					"id": "t-d_0Y7hkyPwvfWox",
					"name": "Four Eyes",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aranea [Monster Manual, page 15]",
					"tags": [
						"Feature",
						"Review Required"
					],
					"local_notes": "Source construction: Four Eyes",
					"calc": {
						"points": 0
					}
				},
				{
					"id": "tOuN9_Ia08elSjUUt",
					"name": "Point reconciliation (unparsed source construction)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Aranea [Monster Manual, page 15]",
					"tags": [
						"Review Required",
						"Source Reconciliation"
					],
					"local_notes": "Source construction: Automated source children total 176; published source template total 182. Replace this adjustment after resolving grouped abilities, replacements, unusual cost notation, or a source arithmetic error.",
					"base_points": 6,
					"calc": {
						"points": 6
					}
				}
			],
			"calc": {
				"points": 182
			},
			"melee_weapons": [
				{
					"id": "AOmeVCcrEKzUZqGxr",
					"damage": {
						"type": "cut",
						"base": "1d-3"
					},
					"usage": "Poisonous Bite",
					"reach": "C",
					"defaults": [
						{
							"type": "10",
							"modifier": 1
						}
					],
					"usage_notes": "Poisonous Bite (11): thrust 1d-3 cutting + follow-up 1d-1 toxic (3 1-hour cycles, HT-3 to resist, Symptoms -3 ST at 2/3 HP), Reach C."
				},
				{
					"id": "AOEN8ZbpufiOtRU7Q",
					"damage": {
						"type": "cr",
						"base": "1d-3"
					},
					"usage": "Punch",
					"reach": "C",
					"defaults": [
						{
							"type": "10",
							"modifier": 1
						}
					],
					"usage_notes": "Punch (11): thrust 1d-3 crushing, Reach C."
				},
				{
					"id": "ApfAqk1ukvTX_ty1r",
					"damage": {
						"type": "cr"
					},
					"usage": "Web",
					"defaults": [
						{
							"type": "10",
							"modifier": 1
						}
					],
					"usage_notes": "Web (11): Binding 10, Area of effect – 2 yards, stays for 10 seconds, range 10 yards, costs 2 FP."
				},
				{
					"id": "AZ5R5XROVq40vrR3F",
					"damage": {
						"type": "cr"
					},
					"usage": "Alter Perception",
					"defaults": [
						{
							"type": "10",
							"modifier": 1
						}
					],
					"usage_notes": "Alter Perception (11): An aranea can concentrate and make a Quick Contest of IQ versus Will (at -1 per person already affected) to override visual perception of a victim, if it can touch or see the victim. Apply normal range penalties. If tha aranea wins, it can alter the mental visual feed of the victim in any way it wishes, but it does not control the victim’s thoughts. This ability requires constant concentration. The victim still may choose to act on what he believes were his last correct sensory impressions (at -10 to any actions if he can’t see the real world). Usually, the aranes uses this ability to lure the victim into its web."
				}
			]
		}
	],
	"skills": [
		{
			"id": "AOf2M03VXppFKhi6d",
			"name": "Innate Attack (Projectile)",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 11 in the source conversion."
		}
	],
	"notes": [
		{
			"id": "AYByBzmQIRq7zwzt2",
			"text": "Typical Stats from the reviewed package: ST 10, DX 11, IQ 11, HT 11, HP 10, WILL 11, PER 11, FP 11, SPEED 6, MOVE 7, DODGE 9, 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": "A9X7X4hLvsPV7cthr",
			"text": "Encounter rating: CER 14 (offense 9, protection 5), threat tier minor, appearing 6."
		},
		{
			"id": "AQ6ID0dYHHcPjN1Sz",
			"text": "GCS ancestry draft: gcs/aranea.gct"
		},
		{
			"id": "AodM5LVGeUfu8FJ3F",
			"text": "Source template total: 182 points."
		},
		{
			"id": "ABDnXjeSIrvR6Qi5L",
			"text": "Library-rebuilt template total: 182 points."
		},
		{
			"id": "AjUE-NOc3vlS6dsv1",
			"text": "CER was computed from parsed Typical Stats using the Dungeons On Automatic baseline CER path."
		},
		{
			"id": "AFFGnzp_UDXqTncLR",
			"text": "Review attacks, special abilities, encounter frequency, treasure, grappling, and GCS modifiers before approval."
		},
		{
			"id": "Au8FGKb1oMFOTqkCw",
			"text": "GCS template includes a +6-point reconciliation child requiring decomposition."
		},
		{
			"id": "A-Q4bZ8oDzIh-da5p",
			"text": "Weight 150 lbs."
		},
		{
			"id": "ADe9nVCMC__GYTUzM",
			"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"
}
