Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding creature action attacks. #611

Merged
merged 2 commits into from
Nov 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,28 @@
"actions": [
{
"action_type": "ACTION",
"attacks": [],
"attacks": [
{
"attack_type": "WEAPON",
"damage_bonus": null,
"damage_die_count": 2,
"damage_die_type": "D10",
"damage_type": "thunder",
"distance_unit": "feet",
"extra_damage_bonus": null,
"extra_damage_die_count": null,
"extra_damage_die_type": null,
"extra_damage_type": "thunder",
"key": "srd_ancient-red-dragon_bite_bite-attack",
"long_range": null,
"name": "Bite attack",
"parent": "srd_ancient-red-dragon_bite",
"range": null,
"reach": 15.0,
"target_creature_only": false,
"to_hit_mod": 17
}
],
"desc": "Melee Weapon Attack: +17 to hit, reach 15 ft., one target. Hit: 21 (2d10 + 10) piercing damage plus 14 (4d6) fire damage.",
"form_condition": null,
"key": "srd_ancient-red-dragon_bite",
Expand All @@ -22,7 +43,28 @@
},
{
"action_type": "ACTION",
"attacks": [],
"attacks": [
{
"attack_type": "WEAPON",
"damage_bonus": null,
"damage_die_count": 2,
"damage_die_type": "D6",
"damage_type": "thunder",
"distance_unit": "feet",
"extra_damage_bonus": null,
"extra_damage_die_count": null,
"extra_damage_die_type": null,
"extra_damage_type": null,
"key": "srd_ancient-red-dragon_claw_claw-attack",
"long_range": null,
"name": "Claw attack",
"parent": "srd_ancient-red-dragon_claw",
"range": null,
"reach": 10.0,
"target_creature_only": false,
"to_hit_mod": 17
}
],
"desc": "Melee Weapon Attack: +17 to hit, reach 10 ft., one target. Hit: 17 (2d6 + 10) slashing damage.",
"form_condition": null,
"key": "srd_ancient-red-dragon_claw",
Expand Down Expand Up @@ -82,7 +124,28 @@
},
{
"action_type": "ACTION",
"attacks": [],
"attacks": [
{
"attack_type": "WEAPON",
"damage_bonus": null,
"damage_die_count": 2,
"damage_die_type": "D8",
"damage_type": "thunder",
"distance_unit": "feet",
"extra_damage_bonus": null,
"extra_damage_die_count": null,
"extra_damage_die_type": null,
"extra_damage_type": null,
"key": "srd_ancient-red-dragon_tail_tail-attack",
"long_range": null,
"name": "Tail attack",
"parent": "srd_ancient-red-dragon_tail",
"range": null,
"reach": 20.0,
"target_creature_only": false,
"to_hit_mod": 17
}
],
"desc": "Melee Weapon Attack: +17 to hit, reach 20 ft., one target. Hit: 19 (2d8 + 10) bludgeoning damage.",
"form_condition": null,
"key": "srd_ancient-red-dragon_tail",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,28 @@
"actions": [
{
"action_type": "ACTION",
"attacks": [],
"attacks": [
{
"attack_type": "WEAPON",
"damage_bonus": null,
"damage_die_count": 1,
"damage_die_type": "D6",
"damage_type": "thunder",
"distance_unit": "feet",
"extra_damage_bonus": null,
"extra_damage_die_count": null,
"extra_damage_die_type": null,
"extra_damage_type": null,
"key": "srd_goblin_scimitar_scimitar-attack",
"long_range": null,
"name": "Scimitar attack",
"parent": "srd_goblin_scimitar",
"range": null,
"reach": 5.0,
"target_creature_only": false,
"to_hit_mod": 4
}
],
"desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) slashing damage.",
"form_condition": null,
"key": "srd_goblin_scimitar",
Expand All @@ -22,7 +43,28 @@
},
{
"action_type": "ACTION",
"attacks": [],
"attacks": [
{
"attack_type": "WEAPON",
"damage_bonus": null,
"damage_die_count": 1,
"damage_die_type": "D6",
"damage_type": "thunder",
"distance_unit": "feet",
"extra_damage_bonus": null,
"extra_damage_die_count": null,
"extra_damage_die_type": null,
"extra_damage_type": null,
"key": "srd_goblin_shortbow_shortbow-attack",
"long_range": 320.0,
"name": "Shortbow attack",
"parent": "srd_goblin_shortbow",
"range": 80.0,
"reach": null,
"target_creature_only": false,
"to_hit_mod": 4
}
],
"desc": "Ranged Weapon Attack: +4 to hit, range 80/320 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
"form_condition": null,
"key": "srd_goblin_shortbow",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,48 @@
"actions": [
{
"action_type": "ACTION",
"attacks": [],
"attacks": [
{
"attack_type": "WEAPON",
"damage_bonus": null,
"damage_die_count": 1,
"damage_die_type": "D8",
"damage_type": "thunder",
"distance_unit": "feet",
"extra_damage_bonus": null,
"extra_damage_die_count": null,
"extra_damage_die_type": null,
"extra_damage_type": null,
"key": "srd_guard_spear_spear-melee-attack",
"long_range": 60.0,
"name": "Spear Melee attack",
"parent": "srd_guard_spear",
"range": 20.0,
"reach": 5.0,
"target_creature_only": false,
"to_hit_mod": 3
},
{
"attack_type": "WEAPON",
"damage_bonus": null,
"damage_die_count": 1,
"damage_die_type": "D6",
"damage_type": "thunder",
"distance_unit": "feet",
"extra_damage_bonus": null,
"extra_damage_die_count": null,
"extra_damage_die_type": null,
"extra_damage_type": null,
"key": "srd_guard_spear_spear-ranged-attack",
"long_range": 60.0,
"name": "Spear Ranged attack",
"parent": "srd_guard_spear",
"range": 20.0,
"reach": null,
"target_creature_only": false,
"to_hit_mod": 3
}
],
"desc": "Melee or Ranged Weapon Attack: +3 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 4 (1d6 + 1) piercing damage, or 5 (1d8 + 1) piercing damage if used with two hands to make a melee attack.",
"form_condition": null,
"key": "srd_guard_spear",
Expand Down
Loading
Loading