diff --git a/Basic Fantasy RPG - Expanded/Readme.md.txt b/Basic Fantasy RPG - Expanded/Readme.md.txt index 6fec3633f1..2646e513c2 100644 --- a/Basic Fantasy RPG - Expanded/Readme.md.txt +++ b/Basic Fantasy RPG - Expanded/Readme.md.txt @@ -4,5 +4,7 @@ This is a character sheet for use on Roll20.net with the Basic Fantasy Roleplayi This version of the sheet incorporates roll templates, autocalculation of AC, and most other derived values. It does not require access to features of the Dev server or the API. It includes support for play with most of the optional supplements. This sheet is not compatible with the original Basic Fantasy sheet due to additional fields and naming convention. **Changelog** October 15 – Felt it was finished enough to post in the github for it's initial pull +November 12 - Fixed attack bonus calculations and armor class calculations. Redesigned the Armor class section in the combat tab. +November 13 - Added no to the turn undead / befriend animal drop down to represent no ability. **Credit Where Credit is Due** The CSS and much of the layout is lifted from the work of allenmaher's BECMI sheet who lifted the excellent work of John Myles (@Actoba on roll20) and the 5e Dungeons and Dragons sheet. \ No newline at end of file diff --git a/Basic Fantasy RPG - Expanded/bfrpgsheet-expanded.html b/Basic Fantasy RPG - Expanded/bfrpgsheet-expanded.html index 76bd11e0d8..4f3b09f5a9 100644 --- a/Basic Fantasy RPG - Expanded/bfrpgsheet-expanded.html +++ b/Basic Fantasy RPG - Expanded/bfrpgsheet-expanded.html @@ -1,3 +1,52 @@ + + + + + +
@@ -42,7 +91,7 @@

Appearance, Vision, Languages and Alignment

-

Gender
+

Race

Age

Height

Weight
@@ -244,7 +293,8 @@
Animal less than 1 HD
+ @@ -282,7 +333,8 @@
Zombie / 2 HD
+ @@ -330,7 +383,7 @@
Wight / 4 HD
- + @@ -384,7 +437,7 @@
Mummy / 6 HD
- + @@ -438,7 +491,7 @@
Vampire / 8 HD
- + @@ -484,7 +537,7 @@
Animal 10 or greater HD
-
+

Armor
-

Shield
-

Magic
-

Total
-
-
- -
-

Equipped Armor

-
-
Full Sets
-
-
-
+
+
-

Magic Bonus
-

Note
+

Armor +
+

Dexterity Mod +
+

Magic Bonus +
+

Shield +
+

Misc. Magic =
+

Armor Class
+

Note
+
diff --git a/Basic Fantasy RPG - Expanded/bfrpgsheet-old.txt b/Basic Fantasy RPG - Expanded/bfrpgsheet-old.txt new file mode 100644 index 0000000000..a7c55eae0a --- /dev/null +++ b/Basic Fantasy RPG - Expanded/bfrpgsheet-old.txt @@ -0,0 +1,410 @@ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
NameSex
RaceClassLevel
HeightWeightAge
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValueBonus
Strength
Intelligence
Wisdom
Dexterity
Constitution
Charisma
+
+ +
+ + +
+ Combat + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AC + +
HP + +   + +
AB + +
  Melee + +
  Missile + +
Move + +
+ +
+ +
+ + Weapons +
+ Name + Total AB + Damage + Range + Notes +
+
+ + + + + +
+ +
+ + +
+ Equipment +
+ +
+ +
+ Experience + + + + + + + + + +
Current XP + +
XP for Next Level + +
+
+ +
+ Thief Abilities + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Open Locks + +
Remove Traps
Pick Pockets
Move Silently
Climb Walls
Hide
Listen
+
+ +
+ Spells + + + + + + + + + + + + + + + + + + + + + + + + + +
Level123
Number
Level456
Number
+ +
+ +
+ + +
+ Money +
+ +
+ +
+ Saving Throws + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Death Ray or Poison + + +
+ Magic Wands + + +
+ Paralysis or Turn to Stone + + +
+ Dragon Breath + + +
+ Rods, Staves, and Spells + + +
+
+ +
+ Turn Undead + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Skeleton + + +
+ Zombie + + +
+ Ghoul + + +
+ Wight + + +
+ Wraith + + +
+ Mummy + + +
+ Spectre + + +
+ Vampire + + +
+
+ +
+ Notes +
+ +
+ +
+Basic Fantasy RPG Character Sheet for Roll20 v0.2 +
\ No newline at end of file diff --git a/Basic Fantasy RPG - Expanded/sheet.json.txt b/Basic Fantasy RPG - Expanded/sheet.json.txt new file mode 100644 index 0000000000..4355fe86f2 --- /dev/null +++ b/Basic Fantasy RPG - Expanded/sheet.json.txt @@ -0,0 +1,8 @@ +{ + "html": "bfrpgsheet-expanded.html", + "css": "bfrpgsheet-expanded.css", + "authors": "Pat Stubbs", + "roll20userid": "32262", + "preview": "bfrpgsheet-expanded-preview.png", + "instructions": "This sheet is for The Basic Fantasy Roleplaying Game (BFRPG). It supports the core rules and most of the optional rules. It does not currently support automatic encumbrance calculations, yet." +} diff --git a/Basic Fantasy RPG - Expanded/transfer script old to expanded.txt b/Basic Fantasy RPG - Expanded/transfer script old to expanded.txt new file mode 100644 index 0000000000..e9bf0b8d7d --- /dev/null +++ b/Basic Fantasy RPG - Expanded/transfer script old to expanded.txt @@ -0,0 +1,44 @@ + \ No newline at end of file