{
	"version": 5,
	"id": "AuFyCyK8j9MlPBzhz",
	"total_points": 726,
	"profile": {
		"name": "Green Dragon",
		"title": "Dragon (Air)",
		"player_name": "Dungeons on Automatic",
		"SM": 3
	},
	"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": "TrKg1b2XNcIQiFqoF",
			"name": "Green Dragon",
			"reference": "Enraged Eggplant, Monsters (May 11, 2024): Green Dragon [Monster Manual, page 74]",
			"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: Green Dragon [Monster Manual, page 74]. SRD name overlap does not make these GURPS mechanics SRD content. Review status: draft. Fan document published 726 points; exact GCS library substitutions produce 726 points. Library adjustment: +0.",
			"container_type": "ancestry",
			"children": [
				{
					"id": "t7sCQCBHBhCRA1bpu",
					"name": "Increased Strength",
					"reference": "B14",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: ST+25 (Size Modifier, -40%)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 150 point(s); library calculation is 150.",
					"points_per_level": 10,
					"can_level": true,
					"levels": 25,
					"modifiers": [
						{
							"id": "m5RGQ7eKNGxe8XnSV",
							"name": "Size",
							"reference": "B15",
							"cost_adj": "-10%",
							"levels": 4
						}
					],
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "st",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 150,
						"current_level": 25
					}
				},
				{
					"id": "ts_whGEyytCg5jx3X",
					"name": "Increased Intelligence",
					"reference": "B15",
					"tags": [
						"Advantage",
						"Attribute",
						"Mental"
					],
					"local_notes": "Source construction: IQ+4\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 80 point(s); library calculation is 80.",
					"points_per_level": 20,
					"can_level": true,
					"levels": 4,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "iq",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 80,
						"current_level": 4
					}
				},
				{
					"id": "tADVyj38OKu7A-Eti",
					"name": "Increased Health",
					"reference": "B14",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: HT+5\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 50 point(s); library calculation is 50.",
					"points_per_level": 10,
					"can_level": true,
					"levels": 5,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "ht",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 50,
						"current_level": 5
					}
				},
				{
					"id": "t6p4oaPTbzi6Ckgbw",
					"name": "Increased Size Modifier",
					"reference": "B19",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: SM+4\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 0 point(s); library calculation is 0.",
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "sm",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 0
					}
				},
				{
					"id": "ty_563xgYHc47Q3ys",
					"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": "tEDARUj4u3JjBr-bK",
					"name": "Increased Perception",
					"reference": "B16",
					"tags": [
						"Advantage",
						"Attribute",
						"Mental",
						"Physical"
					],
					"local_notes": "Source construction: Per+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": "attribute_bonus",
							"attribute": "per",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 10,
						"current_level": 2
					}
				},
				{
					"id": "tPsHyy5B4HXfkVyCt",
					"name": "Extra Fatigue Points",
					"reference": "B16",
					"tags": [
						"Advantage",
						"Attribute",
						"Physical"
					],
					"local_notes": "Source construction: FP+5\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": 3,
					"can_level": true,
					"levels": 5,
					"features": [
						{
							"type": "attribute_bonus",
							"attribute": "fp",
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 15,
						"current_level": 5
					}
				},
				{
					"id": "tloPIGJI3TaToOOeL",
					"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": "txeZDFU9QP6EsBQeL",
					"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": "tj6pXOOEY9Jr2hVrx",
					"name": "Discriminatory Smell",
					"reference": "B49,P47",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Discriminatory Smell\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": "Tracking"
							},
							"amount": 4
						},
						{
							"type": "conditional_modifier",
							"situation": "on any task that utilizes sense of smell",
							"amount": 4
						}
					],
					"calc": {
						"points": 15
					}
				},
				{
					"id": "tPG_VvSBxt22hSr6x",
					"name": "Discriminatory Taste",
					"reference": "B49,P47",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Discriminatory Taste\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": "conditional_modifier",
							"situation": "on any task that utilizes the sense of taste",
							"amount": 4
						}
					],
					"calc": {
						"points": 10
					}
				},
				{
					"id": "tlXkVafVji932YVVg",
					"name": "Damage Resistance",
					"reference": "B46,B47,P45,MA43,PSI14",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: DR 6\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": 5,
					"can_level": true,
					"levels": 6,
					"features": [
						{
							"type": "dr_bonus",
							"locations": [
								"all"
							],
							"amount": 1,
							"per_level": true
						},
						{
							"type": "dr_bonus",
							"locations": [
								"eye"
							],
							"amount": -1,
							"per_level": true
						}
					],
					"calc": {
						"points": 30,
						"current_level": 6
					}
				},
				{
					"id": "t58GRzQQ7RI33ZV1E",
					"name": "Doesn’t Breathe",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Green Dragon [Monster Manual, page 74]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Doesn’t Breathe (Gills, -50%)",
					"base_points": 10,
					"calc": {
						"points": 10
					}
				},
				{
					"id": "tPYIfhOGUfMzDeMYK",
					"name": "Enhanced Move 0.5 (Air)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Green Dragon [Monster Manual, page 74]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Enhanced Move 0.5 (Air)",
					"base_points": 10,
					"calc": {
						"points": 10
					}
				},
				{
					"id": "tFy2W5ZlbeEe-kiNr",
					"name": "Enhanced Move 1 (Ground)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Green Dragon [Monster Manual, page 74]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Enhanced Move 1 (Ground)",
					"base_points": 20,
					"calc": {
						"points": 20
					}
				},
				{
					"id": "tm7IJwD8q-_5F5aTD",
					"name": "Extended Lifespan",
					"reference": "B53",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Extended Lifespan 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": 2,
					"can_level": true,
					"levels": 5,
					"calc": {
						"points": 10,
						"current_level": 5
					}
				},
				{
					"id": "tpfP6aWL90P5iIkh2",
					"name": "Extra Attack",
					"reference": "B53,P49,MA44",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Extra Attack 1\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 25 point(s); library calculation is 25.",
					"points_per_level": 25,
					"can_level": true,
					"levels": 1,
					"calc": {
						"points": 25,
						"current_level": 1
					}
				},
				{
					"id": "t9LgUieEYCZ3vDUQU",
					"name": "Extra Legs (Four Legs)",
					"reference": "B54",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Extra Legs (Four Legs)\nNative library match: After the End/After the End Mutations (After the End Mutations.adq). Fan source stated 5 point(s); library calculation is 5.",
					"base_points": 5,
					"calc": {
						"points": 5
					}
				},
				{
					"id": "tUTjDSPB00eE-cEQp",
					"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": "wZbyUI2K02AfxP-HC",
							"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": "tSowvMM3Pu3IZpTBo",
					"name": "Flexibility",
					"reference": "B56,MA44",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Flexibility\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": "climbing"
							},
							"amount": 3
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "escape"
							},
							"amount": 3
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "erotic art"
							},
							"amount": 3
						},
						{
							"type": "conditional_modifier",
							"situation": "in penalties may be ignored when due to close quarters",
							"amount": -3
						}
					],
					"calc": {
						"points": 5
					}
				},
				{
					"id": "tRyVnrVophtGgrJQo",
					"name": "Flight",
					"reference": "B56,P50,PSI14",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Flight (Cannot Hover, -15%; Winged, -25%)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 24 point(s); library calculation is 24. Library note: Air Move is Basic Speed x 2 (drop all fractions)",
					"base_points": 40,
					"modifiers": [
						{
							"id": "msSq5wwf2PwoBfWTj",
							"name": "Cannot Hover",
							"reference": "B56",
							"cost_adj": "-15%"
						},
						{
							"id": "mYAoXy314jaajys8U",
							"name": "Winged",
							"reference": "B56",
							"cost_adj": "-25%"
						}
					],
					"calc": {
						"points": 24
					}
				},
				{
					"id": "tTTqmObZIF3BYOocD",
					"name": "High Pain Threshold",
					"reference": "B59",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: High Pain Threshold\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 10 point(s); library calculation is 10. Library note: Never suffer shock penalties when injured",
					"base_points": 10,
					"features": [
						{
							"type": "conditional_modifier",
							"situation": "on all HT rolls to avoid knockdown and stunning",
							"amount": 3
						},
						{
							"type": "conditional_modifier",
							"situation": "to resist torture",
							"amount": 3
						}
					],
					"calc": {
						"points": 10
					}
				},
				{
					"id": "tJFV0TFVUK_pDlGxs",
					"name": "Immunity to Paralysis",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Green Dragon [Monster Manual, page 74]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Immunity to Paralysis",
					"base_points": 10,
					"calc": {
						"points": 10
					}
				},
				{
					"id": "t4fcuggxDG44Q2K2X",
					"name": "Immunity to Sleep",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Green Dragon [Monster Manual, page 74]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Immunity to Sleep",
					"base_points": 10,
					"calc": {
						"points": 10
					}
				},
				{
					"id": "t2Ck0f9UrniFV_xTG",
					"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": "tUGnTMznZNVHmmYbW",
					"name": "Magic Resistance",
					"reference": "B67",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Magic Resistance 1 (Improved, +150%)\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": 2,
					"can_level": true,
					"levels": 1,
					"modifiers": [
						{
							"id": "mxTdM2YIaF8f0t3tS",
							"name": "Improved",
							"reference": "B67",
							"cost_adj": "150%"
						}
					],
					"features": [
						{
							"type": "conditional_modifier",
							"situation": "to resist spells",
							"amount": 1,
							"per_level": true
						},
						{
							"type": "conditional_modifier",
							"situation": "to skill for others to cast a spell on you",
							"amount": -1,
							"per_level": true
						}
					],
					"calc": {
						"points": 5,
						"current_level": 1
					}
				},
				{
					"id": "tT8h_h3_VgGipxQF6",
					"name": "Nictitating Membrane",
					"reference": "B71",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Nictitating Membrane 6\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 6 point(s); library calculation is 6.",
					"points_per_level": 1,
					"can_level": true,
					"levels": 6,
					"features": [
						{
							"type": "conditional_modifier",
							"situation": "to all HT rolls concerned with eye damage",
							"amount": 1,
							"per_level": true
						},
						{
							"type": "dr_bonus",
							"locations": [
								"eye"
							],
							"amount": 1,
							"per_level": true
						}
					],
					"calc": {
						"points": 6,
						"current_level": 6
					}
				},
				{
					"id": "trjhUMobnPKN_YLO7",
					"name": "Night Vision",
					"reference": "B71,P87",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Night Vision 7\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 7 point(s); library calculation is 7.",
					"points_per_level": 1,
					"can_level": true,
					"levels": 7,
					"calc": {
						"points": 7,
						"current_level": 7
					}
				},
				{
					"id": "tFRzqZlgMUEbcc-B_",
					"name": "Parabolic Hearing",
					"reference": "B72,P51",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Parabolic Hearing 1\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 4 point(s); library calculation is 4.",
					"points_per_level": 4,
					"can_level": true,
					"levels": 1,
					"calc": {
						"points": 4,
						"current_level": 1
					}
				},
				{
					"id": "t017uODagnhXKXA09",
					"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": "tXJ49Q5Ig4nYA_jnP",
					"name": "Pressure Support",
					"reference": "B77",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Pressure Support 1\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 5 point(s); library calculation is 5.",
					"points_per_level": 5,
					"can_level": true,
					"levels": 1,
					"calc": {
						"points": 5,
						"current_level": 1
					}
				},
				{
					"id": "tjZbOTGX-RiNkIzVq",
					"name": "Protected Vision",
					"reference": "B78",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Protected Vision\nNative library match: After the End/After the End Mutations (After the End Mutations.adq). Fan source stated 5 point(s); library calculation is 5.",
					"base_points": 5,
					"calc": {
						"points": 5
					}
				},
				{
					"id": "tj6EHTqU5VEbfy7Ud",
					"name": "Reduced Consumption",
					"reference": "B80",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Reduced Consumption 3\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 6 point(s); library calculation is 6.",
					"points_per_level": 2,
					"can_level": true,
					"levels": 3,
					"calc": {
						"points": 6,
						"current_level": 3
					}
				},
				{
					"id": "t8iInizbXZvef8BXo",
					"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": "twbdp1aBZ7x_LLaCV",
					"name": "Talons",
					"reference": "B43",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Talons\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 8 point(s); library calculation is 8.",
					"base_points": 8,
					"weapons": [
						{
							"id": "w0-h2Z6_Kgt4_58rz",
							"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": "wNNuaGJEVCkqZxhFh",
							"sv": 1,
							"damage": {
								"type": "imp",
								"st": "thr",
								"base": "-1"
							},
							"usage": "Stab",
							"reach": "C",
							"parry": "0",
							"defaults": [
								{
									"type": "dx"
								},
								{
									"type": "skill",
									"name": "Brawling"
								},
								{
									"type": "skill",
									"name": "Boxing"
								},
								{
									"type": "skill",
									"name": "Karate"
								}
							],
							"calc": {
								"damage": "thr-1 imp"
							}
						}
					],
					"calc": {
						"points": 8
					}
				},
				{
					"id": "tFLOSpqS--_GH4qnL",
					"name": "Temperature Tolerance",
					"reference": "B93",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Temperature Tolerance 6\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 6 point(s); library calculation is 6.",
					"points_per_level": 1,
					"can_level": true,
					"levels": 6,
					"calc": {
						"points": 6,
						"current_level": 6
					}
				},
				{
					"id": "tm7-zKFC_GSV3KuLk",
					"name": "Unfazeable",
					"reference": "B95",
					"tags": [
						"Advantage",
						"Mental"
					],
					"local_notes": "Source construction: Unfazeable\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 15 point(s); library calculation is 15. Library note: Exempt from fright checks. Reaction modifiers do not affect you.",
					"base_points": 15,
					"calc": {
						"points": 15
					}
				},
				{
					"id": "tj5wne5RipclXy9oY",
					"name": "Universal Digestion",
					"reference": "B95,P86",
					"tags": [
						"Advantage",
						"Physical"
					],
					"local_notes": "Source construction: Universal Digestion (Matter Eater, +300%)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated 20 point(s); library calculation is 20.",
					"base_points": 5,
					"modifiers": [
						{
							"id": "mwxfN4_a2hlM4kA8b",
							"name": "Matter Eater",
							"reference": "P86",
							"cost_adj": "300%"
						}
					],
					"calc": {
						"points": 20
					}
				},
				{
					"id": "tNHf-HJfvz86gJZtK",
					"name": "Vibration Sense (Air)",
					"reference": "B96",
					"tags": [
						"Advantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Vibration Sense (Air)\nNative library match: After the End/After the End Mutations (After the End Mutations.adq). Fan source stated 10 point(s); library calculation is 10.",
					"base_points": 10,
					"calc": {
						"points": 10
					}
				},
				{
					"id": "tSoLGiBQw6rFiUtz2",
					"name": "Acid Resistance",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Green Dragon [Monster Manual, page 74]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Acid Resistance [68]: DR 20 (Includes Eyes, +10%; Includes Internal, +20%; Limited, Acid, -40%; Tough Skin, -40%) [50] + Immunity to Noxious Acidic Effects [10] + Internal Sealed (Acid-Resistant Only, -60%) [2] + Sealed (Acid-Resistant Only, -60%) [6].",
					"base_points": 68,
					"calc": {
						"points": 68
					}
				},
				{
					"id": "tU3oJf8Uhc9aQHuq8",
					"name": "Breathe Acid",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Green Dragon [Monster Manual, page 74]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Breathe Acid: Natural Weapon (Corrosion; Cannot Parry, -40%; Cone 1, +60%; Costs Fatigue, 2 FP, -10%; Hidden, +20%; Increased 1/2D, 2x, +5%; Intangible, +50%; Magical, -10%; Ranged, +100%; Reduced Damage, -2 per die, -60%; Reduced Range, 1/5, -20%; Single, -20%) [18].",
					"base_points": 18,
					"calc": {
						"points": 18
					}
				},
				{
					"id": "tL_Wc0KFlm3BrW8to",
					"name": "Draconic Strikers",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Green Dragon [Monster Manual, page 74]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Draconic Strikers [16]: Striker (Tail; Crushing; Cannot Parry, -40%; Clumsy 2, -40%; Long 1, +100%; Weak, -50%) [4] + Striker (Right Wing; Crushing; Accessibility, Not when flying, -10%; Limited Arc, Front and right, -20%; Long 1, +100%; Weak, -50%) [6] + Striker (Left Wing; Crushing; Accessibility, Not when flying, -10%; Limited Arc, Front and left, -20%; Long 1, +100%; Weak, -50%) [6].",
					"base_points": 16,
					"calc": {
						"points": 16
					}
				},
				{
					"id": "tX_eEnP94kIhmHyaE",
					"name": "Spell-Like Ability",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Green Dragon [Monster Manual, page 74]",
					"tags": [
						"Advantage",
						"Review Required"
					],
					"local_notes": "Source construction: Spell-Like Ability: Suggestion [73].",
					"base_points": 73,
					"calc": {
						"points": 73
					}
				},
				{
					"id": "tknrTAoEMdNkB8pHH",
					"name": "Bad Grip",
					"reference": "B123",
					"tags": [
						"Disadvantage",
						"Physical"
					],
					"local_notes": "Source construction: Bad Grip 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": "conditional_modifier",
							"situation": "to tasks that require a firm grip (max 3 levels)",
							"amount": -2,
							"per_level": true
						}
					],
					"prereqs": {
						"type": "prereq_list",
						"all": true,
						"prereqs": [
							{
								"type": "trait_prereq",
								"has": false,
								"name": {
									"compare": "is",
									"qualifier": "no fine manipulators"
								}
							}
						]
					},
					"calc": {
						"points": -10,
						"current_level": 2
					}
				},
				{
					"id": "tmtPLYlzEWmDOHleX",
					"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": "tvOzcLwbRLsuzhiNF",
					"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": "tF5XhGjANqONHVSgd",
					"name": "Greed",
					"reference": "B137",
					"tags": [
						"Disadvantage",
						"Mental"
					],
					"local_notes": "Source construction: Greed (12)\nNative library match: Basic Set/Basic Set Traits (Basic Set Traits.adq). Fan source stated -15 point(s); library calculation is -15. Library note: Make a self-control roll any time riches are offered – as payment for fair work, gains from adventure, spoils of crime, or just bait. If you fail, you do whatever it takes to get the payoff.",
					"cr": 12,
					"base_points": -15,
					"calc": {
						"points": -15
					}
				},
				{
					"id": "tsQ__fLr4LEVwHUOQ",
					"name": "Ham-Fisted",
					"reference": "B138",
					"tags": [
						"Disadvantage",
						"Physical"
					],
					"local_notes": "Source construction: Ham-Fisted 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": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "contains",
								"qualifier": "artist"
							},
							"amount": -3,
							"per_level": true
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "jeweler"
							},
							"amount": -3,
							"per_level": true
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "knot-tying"
							},
							"amount": -3,
							"per_level": true
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "leatherworking"
							},
							"amount": -3,
							"per_level": true
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "lockpicking"
							},
							"amount": -3,
							"per_level": true
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "pickpocket"
							},
							"amount": -3,
							"per_level": true
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "sewing"
							},
							"amount": -3,
							"per_level": true
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "sleight of hand"
							},
							"amount": -3,
							"per_level": true
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "surgery"
							},
							"amount": -3
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "is",
								"qualifier": "machinist"
							},
							"amount": -3
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "contains",
								"qualifier": "mechanic"
							},
							"amount": -3
						},
						{
							"type": "skill_bonus",
							"selection_type": "skills_with_name",
							"name": {
								"compare": "contains",
								"qualifier": "fast-draw"
							},
							"amount": -3
						},
						{
							"type": "reaction_bonus",
							"situation": "from others where being tidy or well-groomed would matter",
							"amount": -1,
							"per_level": true
						},
						{
							"type": "reaction_bonus",
							"situation": "to any Influence roll where being tidy or well-groomed would matter",
							"amount": -1,
							"per_level": true
						}
					],
					"prereqs": {
						"type": "prereq_list",
						"all": true,
						"prereqs": [
							{
								"type": "trait_prereq",
								"has": false,
								"name": {
									"compare": "is",
									"qualifier": "high manual dexterity"
								}
							}
						]
					},
					"calc": {
						"points": -5,
						"current_level": 1
					}
				},
				{
					"id": "tEdJ9SWpi1g-DNDHv",
					"name": "Horizontal",
					"reference": "B139",
					"tags": [
						"Disadvantage",
						"Exotic",
						"Physical"
					],
					"local_notes": "Source construction: Horizontal\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": "tdy6T6BuYZa47gYUS",
					"name": "Loner",
					"reference": "B142",
					"tags": [
						"Disadvantage",
						"Mental"
					],
					"local_notes": "Source construction: Loner (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 anyone lingers nearby, watches over your shoulder, etc. If you fail, you lash out at that person just as if you had Bad Temper.",
					"cr": 12,
					"base_points": -5,
					"calc": {
						"points": -5
					}
				},
				{
					"id": "t2DAsS_qOHkJIduw0",
					"name": "Miserliness",
					"reference": "B144",
					"tags": [
						"Disadvantage",
						"Mental"
					],
					"local_notes": "Source construction: Miserliness (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 any time you are called on to spend money. If the expenditure is large, this roll may be at -5 or worse (GM’s decision). If you fail, you refuse to spend the money.",
					"cr": 12,
					"base_points": -10,
					"calc": {
						"points": -10
					}
				},
				{
					"id": "tuSwJhk40Y1b8YdlP",
					"name": "Odious Racial Habit (Eats sapient beings)",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Green Dragon [Monster Manual, page 74]",
					"tags": [
						"Disadvantage",
						"Review Required"
					],
					"local_notes": "Source construction: Odious Racial Habit (Eats sapient beings)",
					"base_points": -15,
					"calc": {
						"points": -15
					}
				},
				{
					"id": "tx3pjBr3_Ut7ItFip",
					"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": "tSqkeB-Lag7rIRSnf",
					"name": "Eye for Distance",
					"reference": "PU2:13",
					"tags": [
						"Mental",
						"Perk"
					],
					"local_notes": "Source construction: Eye for Distance\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": "tgH943Yu44S3sEIkD",
					"name": "Penetrating Voice",
					"reference": "B101",
					"tags": [
						"Perk",
						"Physical"
					],
					"local_notes": "Source construction: Penetrating Voice\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,
					"features": [
						{
							"type": "conditional_modifier",
							"situation": "to others' Hearing roll in siturations where you want to be heard over noise",
							"amount": 3
						}
					],
					"calc": {
						"points": 1
					}
				},
				{
					"id": "t-yNwpFUcJ6aOotPG",
					"name": "Scales",
					"reference": "PU2:12",
					"tags": [
						"Exotic",
						"Perk",
						"Physical"
					],
					"local_notes": "Source construction: Scales\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": "tEs91Pw9-xM23tDtn",
					"name": "Dull Touch 8",
					"reference": "Enraged Eggplant, Monsters (May 11, 2024): Green Dragon [Monster Manual, page 74]",
					"tags": [
						"Quirk",
						"Review Required"
					],
					"local_notes": "Source construction: Dull Touch 8",
					"base_points": -8,
					"calc": {
						"points": -8
					}
				},
				{
					"id": "t7IqqDl5r4LafUs8T",
					"name": "Methodical",
					"reference": "PU6:19",
					"tags": [
						"Mental",
						"Quirk"
					],
					"local_notes": "Source construction: Methodical\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": "tFyZR8hPOV1YDSOiX",
					"name": "Staid",
					"reference": "B164",
					"tags": [
						"Mental",
						"Quirk"
					],
					"local_notes": "Source construction: Staid\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
					}
				}
			],
			"calc": {
				"points": 726
			},
			"melee_weapons": [
				{
					"id": "AobtsEpjE9RPHJFD2",
					"damage": {
						"type": "imp",
						"base": "3d-1"
					},
					"usage": "Bite",
					"reach": "C-1",
					"defaults": [
						{
							"type": "10",
							"modifier": 4
						}
					],
					"usage_notes": "Bite (14): thrust 3d-1 impaling, Reach C-1."
				},
				{
					"id": "AbWgpCtACrrN2_ngT",
					"damage": {
						"type": "imp",
						"base": "3d-1"
					},
					"usage": "Front Claw",
					"reach": "C-2",
					"defaults": [
						{
							"type": "10",
							"modifier": 4
						}
					],
					"usage_notes": "Front Claw (14): thrust 3d-1 cutting or impaling, Reach C-2."
				},
				{
					"id": "AompasnQvxTuBn7Vk",
					"damage": {
						"type": "imp",
						"base": "3d"
					},
					"usage": "Hind Claw",
					"reach": "C-2",
					"defaults": [
						{
							"type": "10",
							"modifier": 2
						}
					],
					"usage_notes": "Hind Claw (12): thrust 3d cutting or impaling, Reach C-2."
				},
				{
					"id": "AJp2zY_Rrd1k1xK7S",
					"damage": {
						"type": "cr",
						"base": "3d"
					},
					"usage": "Wing",
					"reach": "C-3, can only attack front and side hexes",
					"defaults": [
						{
							"type": "10",
							"modifier": 4
						}
					],
					"usage_notes": "Wing (14): thrust 3d crushing, Reach C-3, can only attack front and side hexes."
				},
				{
					"id": "Ai9r8NJohQgzr4Ax0",
					"damage": {
						"type": "cr",
						"base": "3d"
					},
					"usage": "Tail",
					"reach": "C-3",
					"defaults": [
						{
							"type": "10",
							"modifier": 2
						}
					],
					"usage_notes": "Tail (12): thrust 3d crushing, Reach C-3."
				},
				{
					"id": "Az2kgBcwyFP5rneem",
					"damage": {
						"type": "cor",
						"base": "1d+2"
					},
					"usage": "Breathe Acid",
					"defaults": [
						{
							"type": "10",
							"modifier": 4
						}
					],
					"usage_notes": "Breathe Acid (14): The dragon breathes out a stream of acid, dealing thrust 1d+2 corrosion damage as large-area injury. This is a cone attack that uses rules from Area and Spreading Attacks (pp. B413-414). The cone is 1-yard wide and has a length of 5 yards (ST/5). Each use costs 2 FP. It is possible to make the cone wider by using the rules from Cones of Power (GURPS Dungeon Fantasy Monsters 4: Dragons, p. 10)."
				}
			]
		}
	],
	"skills": [
		{
			"id": "AkUeuS8QplMmRvrjh",
			"name": "Brawling",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 14 in the source conversion."
		},
		{
			"id": "AjBJJmM9fqcL-ECAQ",
			"name": "Diplomacy",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 12 in the source conversion."
		},
		{
			"id": "A3UKuFXzIWL7Xpi2i",
			"name": "Fast-Talk",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 12 in the source conversion."
		},
		{
			"id": "A-j0yfdiY4iJyP4IG",
			"name": "Innate Attack (Breath)",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 14 in the source conversion."
		},
		{
			"id": "A-ZR0c-4F3xQehCfk",
			"name": "Tactics",
			"difficulty": "dx/a",
			"points": 1,
			"local_notes": "Stated level 12 in the source conversion."
		}
	],
	"notes": [
		{
			"id": "A5ezlLIriCRleekE9",
			"text": "Typical Stats from the reviewed package: ST 25, DX 10, IQ 12, HT 15, HP 25, WILL 13, PER 14, FP 20, SPEED 6.25, MOVE 7, DODGE 9, DR 3. 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": "A4Wpl4CUH93EjAUfy",
			"text": "Encounter rating: CER 72 (offense 34, protection 38), threat tier major, appearing 1."
		},
		{
			"id": "A_AjDVrZxc06IwFuR",
			"text": "GCS ancestry draft: gcs/green-dragon.gct"
		},
		{
			"id": "Ajsdg4cjiH6uW8yZG",
			"text": "Source template total: 726 points."
		},
		{
			"id": "AwJntQ5Sw673fUeuA",
			"text": "Library-rebuilt template total: 726 points."
		},
		{
			"id": "A0ElLqJuecubLB4zm",
			"text": "CER was computed from parsed Typical Stats using the Dungeons On Automatic baseline CER path."
		},
		{
			"id": "AChZjNnSh4EWi3nG2",
			"text": "Review attacks, special abilities, encounter frequency, treasure, grappling, and GCS modifiers before approval."
		},
		{
			"id": "Av4kbV6sozMQVJ8Kt",
			"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"
}
