diff --git a/Fire Emblem Ultimate Edition/FEUE.css b/Fire Emblem Ultimate Edition/FEUE.css new file mode 100644 index 0000000000..5d9a7b1e55 --- /dev/null +++ b/Fire Emblem Ultimate Edition/FEUE.css @@ -0,0 +1,72 @@ +.charsheet label { + display: inline-block; + width: 100px; + text-align: right; +} + +.charsheet input { + display: inline-block; + width: 220px; +} + +.sheet-col strong.sheet-dee { + font-size: 1.4em; + font-weight: bold; + padding-right: 4px; +} + +.charsheet input.sheet-short { + width: 5em; +} + +.charsheet { + font-family: "Trebuchet MS", "Helvetica", sans-serif; + background: #EEEEEF; + color: #222222; + background-image: url("http://olddesignshop.com/wp-content/uploads/2013/02/OldDesignShop_12x12Page001.jpg"); + + +.charsheet .sheet-item { + padding: 1vh; + text-align: center; + display: flex; + align-items: center; + justify-content: center; +} + +.charsheet label { + font-size: inherit; + color: inherit; +} + +.charsheet .sheet-col{ + background: #E6E6E3; +} + +/*----------- Details and Summary -------*/ +.charsheet summary { + cursor: pointer; + display: revert; +} + +.row { + display: flex; +} + +.column { + flex: 50%; + float: left; + width: 50%; +} +} + +.charsheet table td, .charsheet table th { + font-size: 1.2em; + font-weight: bold; + text-align: center; +} + +select.sheet-dtype { + width: 100px; + vertical-align: top; +} \ No newline at end of file diff --git a/Fire Emblem Ultimate Edition/FEUE.html b/Fire Emblem Ultimate Edition/FEUE.html new file mode 100644 index 0000000000..cdf77ffcd5 --- /dev/null +++ b/Fire Emblem Ultimate Edition/FEUE.html @@ -0,0 +1,388 @@ +

Fire Emblem - Ultimate Edition



+ + + +

Character Details

+ Character Name: +

+ + Player Name: +

+ + Sex: +

+ + Standard/Advanced Class +

+ + Total Level

+ + Unit Type(s) + + + + + +

+ +
+ + +

Stats

+ +
+
+ Strength: + +
+ Strength Growth: + +

+ + Magic: + +
+ Magic Growth: + +

+ + Defense: + +
+ Defense Growth: + +

+ + Resistance: + +
+ Resistance Growth: + +

+
+ +
+ Skill: + +
+ Skill Growth: + +

+ + Speed: + +
+ Speed Growth: + +

+ + Luck: + +
+ Luck Growth: + +

+ + Charm: +
+
+ Charm Growth: + +

+
+
+ +
+ +
+
+ HP + +
+ HP Growth: + +

+ + Hit Rate +

+ + Critical Rate +

+ + Avoid +

+ + Dodge +

+
+ +
+ Move +

+ + Build + +
+ Build Growth: + +

+ + AID +

+
+
+ + + + +
+ +

Currency and Experience

+ +Gold +

+ +EXP + +

+ +
+
+

Class Abilities



+ +Class Skill: +

+ +Class Skill: +

+ +Class Skill: +

+ +Class Skill: +

+ +Class Skill: +

+ +
+ +

Weapon Proficiency

+ +
+
+ Sword
+ Proficiency Level + +

+ Lance
+ Proficiency Level + +

+ Axe
+ Proficiency Level + +

+ Bow
+ Proficiency Level + +

+ Anima
+ Proficiency Level + +
+
+ Light
+ Proficiency Level + +

+ Dark
+ Proficiency Level + +

+ Staff
+ Proficiency Level + +

+ Firearm
+ Proficiency Level + +

+ Unarmed
+ Proficiency Level + +
+
+ +
+ +

Equipment



+ +Weapons +
+ +

+ + Name

+
+ Weapon Attributes + Uses/

+ Hit Rate

+ Might

+ Damage Attribute
+

+ Crit Chance

+ Range -

+ Weight

+ Special
+

+
+ +
+
+ +

+ +Inventory +
+ Name
+ Qty/Uses
+ Description


+
+ +

+ +Combat Arts +
+ Name
+ SP
+ Description


+
+ + +

+ +Spells +
+ Name
+ MP
+ Description


+
\ No newline at end of file diff --git a/Fire Emblem Ultimate Edition/FEUE.png b/Fire Emblem Ultimate Edition/FEUE.png new file mode 100644 index 0000000000..a4936d52b1 Binary files /dev/null and b/Fire Emblem Ultimate Edition/FEUE.png differ diff --git a/Fire Emblem Ultimate Edition/sheet.json b/Fire Emblem Ultimate Edition/sheet.json new file mode 100644 index 0000000000..3d9e99ba25 --- /dev/null +++ b/Fire Emblem Ultimate Edition/sheet.json @@ -0,0 +1,8 @@ +{ + "html": "FEUE.html", + "css": "FEUE.css", + "authors": "Jeremy H.", + "roll20userid": "90448", + "preview": "FEUE.png", + "instructions": "Be sure not to leave any fields blank as this may disrupt some of the code." +}