-
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Various changes From Fantasy Folk: Winged Folk - Limitation "Encumbrance-Limited" on Flight - "Mitigator: Flight" on Lame - Added "Strategy (Air)" skill, alongside Land/Sea/Space General fixes: - typo on Thamatology Styles, "Cantrip Kindle": *tiny* flame - added @specialty@ to the Shapeshift Other spell in Magic - removed aquatic defaults from the "Survival @Environment@" general skill in the Basic Set - Added "Survival @Any Land@" and "Survival @Any Aquatic@" skills with the relevant land or aquatic defaults in Basic Set - Added prerequiste of no language talent to the full price language trait * Winged Folk Add files from the Fantasy Folk: Winged Folk book * amended sheet settings amended the sheet and attribute settings to the defaults also fixed the body type on the Dwenon to be quadruped since it's a dog
- Loading branch information
Showing
19 changed files
with
43,388 additions
and
0 deletions.
There are no files selected for viewing
1,191 changes: 1,191 additions & 0 deletions
1,191
Library/Fantasy Folk/Winged Folk/Animals/Dwenon.gcs
Large diffs are not rendered by default.
Oops, something went wrong.
1,630 changes: 1,630 additions & 0 deletions
1,630
Library/Fantasy Folk/Winged Folk/Animals/Gwesdon - Female.gcs
Large diffs are not rendered by default.
Oops, something went wrong.
1,459 changes: 1,459 additions & 0 deletions
1,459
Library/Fantasy Folk/Winged Folk/Animals/Gwesdon - Male.gcs
Large diffs are not rendered by default.
Oops, something went wrong.
68 changes: 68 additions & 0 deletions
68
Library/Fantasy Folk/Winged Folk/Equipment/Winged Folk Equipment Modifiers.eqm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"type": "eqp_modifier_list", | ||
"version": 4, | ||
"rows": [ | ||
{ | ||
"id": "051a5e7f-495e-43a0-afdb-afd27931bc73", | ||
"type": "eqp_modifier", | ||
"name": "Delicate", | ||
"reference": "FFWF23", | ||
"notes": "+1 to odds of breakage, melee and thrown weapons only", | ||
"cost_type": "to_base_cost", | ||
"weight_type": "to_base_weight", | ||
"cost": "+2 CF", | ||
"weight": "x0.75", | ||
"features": [ | ||
{ | ||
"type": "weapon_min_st_bonus", | ||
"selection_type": "weapons_with_required_skill", | ||
"amount": -1 | ||
} | ||
] | ||
}, | ||
{ | ||
"id": "cc62a68d-2a41-45c7-ba30-9ff84046962a", | ||
"type": "eqp_modifier", | ||
"name": "Horn Bow", | ||
"reference": "FFWF23", | ||
"notes": "Bow only, not in realistic games", | ||
"cost_type": "to_base_cost", | ||
"cost": "+1 CF", | ||
"features": [ | ||
{ | ||
"type": "weapon_bonus", | ||
"selection_type": "weapons_with_required_skill", | ||
"amount": 1 | ||
}, | ||
{ | ||
"type": "weapon_max_range_bonus", | ||
"percent": true, | ||
"selection_type": "weapons_with_required_skill", | ||
"amount": -20 | ||
}, | ||
{ | ||
"type": "weapon_half_damage_range_bonus", | ||
"percent": true, | ||
"selection_type": "weapons_with_required_skill", | ||
"amount": -20 | ||
}, | ||
{ | ||
"type": "weapon_min_range_bonus", | ||
"percent": true, | ||
"selection_type": "weapons_with_required_skill", | ||
"amount": -20 | ||
} | ||
] | ||
}, | ||
{ | ||
"id": "c90b0adc-0e7d-4722-846d-e79571e52f1a", | ||
"type": "eqp_modifier", | ||
"name": "Wing slits on torso armor", | ||
"reference": "FFWF24", | ||
"reference_highlight": "torso armor", | ||
"notes": "Takes 1-3 hours and a roll against Armoury (Body Armor) at +4", | ||
"cost_type": "to_base_cost", | ||
"cost": "+0.25 CF" | ||
} | ||
] | ||
} |
Oops, something went wrong.