• The VOIDRUNNER'S CODEX is LIVE! Explore new worlds, fight oppressive empires, fend off fearsome aliens, and wield deadly psionics with this comprehensive boxed set expansion for 5E and A5E!

EB's Tyranny of Dragons - OOC (full)

EarlyBird

Explorer
Sounds good to me. I also need to work on my tables for upcoming games.

-Armor-





-Weapons--AC--HP--Condition-
A) padded&shield short sword, javelins(3)1409/09none
B) studded leatherhalberd1312/12none
C) leather&shieldspear, hand axe1415/15none
D) leathercrossbow, short sword1210/10none
E) leathercrossbow, club1213/13none
F) leathercrossbow, mace1209/09none
G) leathervoulge1213/13none

EDIT: Better than before
 
Last edited:

log in or register to remove this ad

I am a computer programmer by day so digging deep into the weeds of getting tables to look good is old hat for me. My trick is to only have one row. It eliminates the padding at the expense of making it hard to read. So

1 a 9 z
2 b 8 y

is coded top to bottom then left to right.
[tr][td]1
2[/td][td]a
b[/td][td]9
8[/td][td]z
y[/td][/tr]

Where as with normal tables it would be left to right then top to bottom
[tr][td]1[/td][td]a[/td][td]9[/td][td]z[/td][/tr]
[tr][td]2[/td][td]b[/td][td]8[/td][td]y[/td][/tr]

1
s
a
b
9
8
z
y
1a9z
2b8y

See the difference in vertical spacing.
 
Last edited:

EarlyBird

Explorer
I sure see the difference in the 2 and the s, but don't know how they got there.

My question would be how/why do you align right/align center etc.

Are you making three charts of one row? right/center/left?
 
Last edited:

The s should be a 2. I fixed it so reload.

The first code block is the first "table". The second code block is the second "table".

As for align, the
tag needs ="align:left" or center or right. you can also do "width: 100%". But that's "advanced" :) You can also put ="align:direction" on the td tags:

This first column is align right
as these
This column is align center
short lines
This column is align left (which technically is the default)
show
This first column is align rightThis column is align centerThis column is align left (which technically is the default)
as theseshort linesshow

Notice that you have repeat the align directive in each row as it does not remember. The first table is my one row trick, the second table has two TRs.

Reply to my post to see the code
 



EarlyBird

Explorer
See if I learned anything....
.... looks like I did not.

Offensive Spells:Defensive Spells:Misc. Spells:
1) Burning Hands Affect Normal FiresComprehend Languages
2) Charm PersonArmorDetect Magic
3) EnlargeFeather FallMount
4) FriendsHold PortalFind Familiar
5) LightJumpIdentify
6) Magic Missile Protection from EvilMending
7) GreaseShieldMessage
8) Shocking GraspSpider ClimbUnseen Servant
9) SleepVentriloquismWrite
10) (choose) (choose)(choose)

If this is a chart I need @tglassy to roll 1d10 three times - once for each spell group - and those spells plus read magic will be in your spell book - after that you will need to make the INT check for those 1st lvl spells leftover.
 
Last edited:

tglassy

Adventurer
EB's Tyranny of Dragons (recruiting 2-4)

Nope, read that wrong. Here are the rolls.

[roll0]
[roll1]
[roll2]


Sent from my iPad using EN World
 


EarlyBird

Explorer
Now the INT check if you have time

that would be 1d100 - 36 times yes I know but this is old school AD&D and they loved to roll dice. lol
 

Voidrunner's Codex

Remove ads

Top