EB's Tyranny of Dragons - OOC (full)

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

[TABLE="width: 500"]
[TR]
[TD]-Armor-





[/TD]
[TD]-Weapons-[/TD]
[TD]-AC-[/TD]
[TD]-HP-[/TD]
[TD]-Condition-[/TD]
[/TR]
[TR]
[TD]A) padded&shield[/TD]
[TD] short sword, javelins(3)[/TD]
[TD]14[/TD]
[TD]09/09[/TD]
[TD]none[/TD]
[/TR]
[TR]
[TD]B) studded leather[/TD]
[TD]halberd[/TD]
[TD]13[/TD]
[TD]12/12[/TD]
[TD]none[/TD]
[/TR]
[TR]
[TD]C) leather&shield[/TD]
[TD]spear, hand axe[/TD]
[TD]14[/TD]
[TD]15/15[/TD]
[TD]none[/TD]
[/TR]
[TR]
[TD]D) leather[/TD]
[TD]crossbow, short sword[/TD]
[TD]12[/TD]
[TD]10/10[/TD]
[TD]none[/TD]
[/TR]
[TR]
[TD]E) leather[/TD]
[TD]crossbow, club[/TD]
[TD]12[/TD]
[TD]13/13[/TD]
[TD]none[/TD]
[/TR]
[TR]
[TD]F) leather[/TD]
[TD]crossbow, mace[/TD]
[TD]12[/TD]
[TD]09/09[/TD]
[TD]none[/TD]
[/TR]
[TR]
[TD]G) leather[/TD]
[TD]voulge[/TD]
[TD]12[/TD]
[TD]13/13[/TD]
[TD]none[/TD]
[/TR]
[/TABLE]

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]

[table="align:left"][tr][td]1
s[/td][td]a
b[/td][td]9
8[/td][td]z
y[/td][/tr]
[/table]
[table="align:left"]
[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]
[/table]

See the difference in vertical spacing.
 
Last edited:

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:

[table="align:left"] [td="align:right"]This first column is align right
as these[/td][td="align:center"]This column is align center
short lines[/td][td="align:left"]This column is align left (which technically is the default)
show[/td]

[table="align:left"]
[tr][td="align:right"]This first column is align right[/td][td="align:center"]This column is align center[/td][td="align:left"]This column is align left (which technically is the default)[/td][/tr]
[tr][td]as these[/td][td]short lines[/td][td]show[/td][/tr][/table]

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
 



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

[TABLE="width: 500"]
[TR]
[TD]Offensive Spells:[/TD]
[TD]Defensive Spells:[/TD]
[TD]Misc. Spells:[/TD]
[/TR]
[TR]
[TD]1) Burning Hands [/TD]
[TD]Affect Normal Fires[/TD]
[TD]Comprehend Languages[/TD]
[/TR]
[TR]
[TD]2) Charm Person[/TD]
[TD]Armor[/TD]
[TD]Detect Magic[/TD]
[/TR]
[TR]
[TD]3) Enlarge[/TD]
[TD]Feather Fall[/TD]
[TD]Mount[/TD]
[/TR]
[TR]
[TD]4) Friends[/TD]
[TD]Hold Portal[/TD]
[TD]Find Familiar[/TD]
[/TR]
[TR]
[TD]5) Light[/TD]
[TD]Jump[/TD]
[TD]Identify[/TD]
[/TR]
[TR]
[TD]6) Magic Missile [/TD]
[TD]Protection from Evil[/TD]
[TD]Mending[/TD]
[/TR]
[TR]
[TD]7) Grease[/TD]
[TD]Shield[/TD]
[TD]Message[/TD]
[/TR]
[TR]
[TD]8) Shocking Grasp[/TD]
[TD]Spider Climb[/TD]
[TD]Unseen Servant[/TD]
[/TR]
[TR]
[TD]9) Sleep[/TD]
[TD]Ventriloquism[/TD]
[TD]Write[/TD]
[/TR]
[TR]
[TD]10) (choose) [/TD]
[TD](choose)[/TD]
[TD](choose)[/TD]
[/TR]
[/TABLE]

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:

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
 


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
 

Remove ads

Top