Skip to content

Commit

Permalink
More notes
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwilkes committed Jun 18, 2023
1 parent 5d7c5f0 commit f919916
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion Library/Dungeon Fantasy RPG/Dungeon Fantasy RPG Traits.adq
Original file line number Diff line number Diff line change
Expand Up @@ -3696,7 +3696,7 @@
}
},
{
"id": "f30f0458-bf0c-4a7a-ab82-b24b0862426d",
"id": "1f8434ed-357d-41a8-9ca0-1277a36e3690",
"type": "trait",
"name": "Extra Arm",
"reference": "DFM10",
Expand All @@ -3707,6 +3707,14 @@
],
"levels": 1,
"points_per_level": 10,
"features": [
{
"type": "conditional_modifier",
"situation": "to grapple or break free of a grapple",
"amount": 1,
"per_level": true
}
],
"can_level": true,
"calc": {
"points": 10
Expand Down Expand Up @@ -8718,6 +8726,7 @@
"type": "trait",
"name": "Subsonic Hearing",
"reference": "DFM12",
"notes": "Ignores the Hush and Mage Stealth spells; Ineffective against those using the Light Tread spell or Light Walk skill",
"tags": [
"Advantage",
"Exotic",
Expand All @@ -8735,6 +8744,13 @@
}
],
"base_points": 5,
"features": [
{
"type": "conditional_modifier",
"situation": "to tracking rolls for quarry moving on the ground",
"amount": 1
}
],
"calc": {
"points": 5
}
Expand Down

0 comments on commit f919916

Please sign in to comment.