mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
Added weapons section with Name, Damage Dice, Ranges, Rate of Fire, Ammo, and Roll Damage button.
D6-StarWars-Character-Sheet
D6 Based Character sheet for WEG Star Wars and the new D6 Star Wars games.
This is for D6 Star Wars not D20!
List your dice and pips next to the appropriate skills - 3pips equal another die.
The text areas are expandable for additional info.
.
.
I'm sure that a skilled coder could do this far better, but This is my first attempt ever.
below you will find all of the relevant info for altering the sheet
Player:
<input type="text" name="attrplayer" />
Character Type:
<input type="text" name="attrcharactertype" />
Name:
<input type="text" name="attrcharactername" />
Age:
<input type="text" name="attrage" />
Height:
<input type="text" name="attrheight" />
Sex:
<input type="text" name="attrsex" />
Weight:
<input type="text" name="attrweight" />
Race:
<input type="text" name="attrrace" />
Credits:
<input type="number" name="attrcredits" />
Physical Description / Notes:
<textarea name="attr_physicaldescription"></textarea>
<textarea name="attr_notes"></textarea>
DEXTERITY:
<input type="text" name="attrdexterity" />
<input type="text" name="attrblaster" /> Blaster
<input type="text" name="attrbrawlingparry" /> Brawling Parry
<input type="text" name="attrdodge" /> Dodge
<input type="text" name="attrgrenade" /> Grenade
<input type="text" name="attrheavyweapons" /> Heavy Weapons
<input type="text" name="attrmeleeparry" /> Melee Parry
<input type="text" name="attrmelee" /> Melee
<input type="text" name="attrdexblank1" /> ---
<input type="text" name="attrdexblank2" /> ---
MECHANICAL
<input type="text" name="attrmechanical" />
<input type="text" name="attrastrogation" /> Astrogation
<input type="text" name="attrbeastriding" /> Beast Riding
<input type="text" name="attrrepulsorliftop" /> Repulsorlift Op
<input type="text" name="attrstarshipgunnery" /> Starship Gunnery
<input type="text" name="attrstarshippiloting" /> Starship Piloting
<input type="text" name="attrstarshipshields" /> Starship Shields
<input type="text" name="attrmechblank1" /> ---
<input type="text" name="attrmechblank2" /> ---
TECHNICAL
<input type="text" name="attrtechnical" />
<input type="text" name="attrcompprogrepair" /> Comp Prog/Repair
<input type="text" name="attrdemolition" /> Demolition
<input type="text" name="attrdroidprogrepair" /> Droid Prog/Repair
<input type="text" name="attrmedicine" /> Medicine
<input type="text" name="attrrepulsorliftrepair" /> Repulsorlift Repair
<input type="text" name="attrsecurity" /> Security
<input type="text" name="attrstarship Repair" /> Starship Repair
<input type="text" name="attrtechblank1" /> ---
<input type="text" name="attrtechblank2" /> ---
PERCEPTION:
<input type="text" name="attrperception" />
<input type="text" name="attrbargain" /> Bargain
<input type="text" name="attrcommand" /> Command
<input type="text" name="attrcon" /> Con
<input type="text" name="attrgambling" /> Gambling
<input type="text" name="attrhidesneak" /> Hide/Sneak
<input type="text" name="attrsearch" /> Search
<input type="text" name="attrperblank1" /> ---
<input type="text" name="attrperblank2" /> ---
STRENGTH
<input type="text" name="attrstrength" />
<input type="text" name="attrbrawling" /> Brawling
<input type="text" name="attrclimingjumping" /> Climbing/Jumping
<input type="text" name="attrlifting" /> Lifting
<input type="text" name="attrstamina" /> Stamina
<input type="text" name="attrswimming" /> Swimming
<input type="text" name="attrstrengthblank1" /> ---
<input type="text" name="attrstrengthblank2" /> ---
KNOWLEDGE:
<input type="text" name="attrknowledge" />
<input type="text" name="attralienraces" /> Alien Races
<input type="text" name="attrbureaucracy" /> Bureaucracy
<input type="text" name="attrcultures" /> Cultures
<input type="text" name="attrlanguages" /> Languages
<input type="text" name="attrplanetarysystems" /> Planetary Systems
<input type="text" name="attrstreetwise" /> Streetwise
<input type="text" name="attrsurvival" /> Survival
<input type="text" name="attrtechnology" /> Technology
<input type="text" name="attrknowblank1" /> ---
<input type="text" name="attrknowblank2" /> ---
<input type="text" name="attrknowblank3" /> ---
FORCE POWERS
<input type="text" name="attrcontrol" /> CONTROL
<input type="text" name="attrsense" /> SENSE
<input type="text" name="attralter" /> ALTER
Force Points
<input type="number" name="attrforcepoint" />
Dark Side Points
<input type="number" name="attrdarkside" />
Wound Status
<input type="number" name="attrwoundstatus" />
Skill Points
<input type="number" name="attrskillpoints" />
Background
<textarea name="attrbackground"></textarea>
Personality
<textarea name="attrpersonality"></textarea>
Some quotes:
<textarea name="attrquotes"></textarea>
Connections to other characters
<textarea name="attrconnections"></textarea>
Equipment
<textarea name="attrgeartext1"></textarea>
<textarea name="attrgeartext2"></textarea>
<textarea name="attrgeartext3"></textarea>
<textarea name="attrgeartext4"></textarea>