Author_Riceball
Well-known member
- Joined
- Sep 16, 2025
- Messages
- 196
- Points
- 93
Making a litrpg story but tabling sucks and is a pain. Is there a quicker technique?
yeah but its a hassle to set up![]()
do you mean something like this?
Set it up once in excel and your done. /shrugyeah but its a hassle to set up
A very important feature for LitRPG.> From what I've heard, a lot of readers prefer for you to not use a table at all and just write it out.
Counter argument: if it's obviously a table that makes it easier to skip.
Counter-Counter argument: just use a spoiler with> From what I've heard, a lot of readers prefer for you to not use a table at all and just write it out.
Counter argument: if it's obviously a table that makes it easier to skip.
Category | Detail |
|---|---|
Name | [Character Name] |
Level | [##] |
Race | [Race or Species] |
Class | [Class / Profession] |
Alignment | [Optional – e.g., Neutral Good / Chaotic Evil] |
HP | [Current / Max] |
MP | [Current / Max] |
EXP | [Current / Required for next level] |
Strength | [##] |
Agility | [##] |
Endurance | [##] |
Intelligence | [##] |
Wisdom | [##] |
Luck | [##] |
Skills | [Skill 1 (Lv.#): Short description][Skill 2 (Lv.#): Short description][Skill 3 (Lv.#): Short description] |
Abilities | [Ability 1 – Active/Passive: Effect][Ability 2 – Active/Passive: Effect] |
Buffs | [Buff 1 – Duration: Effect][Buff 2 – Duration: Effect] |
Debuffs / Nerfs | [Nerf 1 – Duration: Effect][Nerf 2 – Duration: Effect] |
Inventory | [Item 1 – Type (Rarity): Description][Item 2 – Type (Rarity): Description] |
Titles | [Title 1 – Effect][Title 2 – Effect] |
HTML:[TABLE] [TR] [TH][LEFT][B]Category[/B][/LEFT][/TH] [TH][LEFT][B]Detail[/B][/LEFT][/TH] [/TR] [TR] [TD][LEFT][B]Name[/B][/LEFT][/TD] [TD][LEFT][Character Name][/LEFT][/TD] [/TR] [TR] [TD][LEFT][B]Level[/B][/LEFT][/TD] [TD][LEFT][##][/LEFT][/TD] [/TR] [TR] [TD][LEFT][B]Race[/B][/LEFT][/TD] [TD][LEFT][Race or Species][/LEFT][/TD] [/TR] [TR] [TD][LEFT][B]Class[/B][/LEFT][/TD] [TD][LEFT][Class / Profession][/LEFT][/TD] [/TR] [TR] [TD][LEFT][B]Alignment[/B][/LEFT][/TD] [TD][LEFT][Optional – e.g., Neutral Good / Chaotic Evil][/LEFT][/TD] [/TR] [TR] [TD][LEFT][B]HP[/B][/LEFT][/TD] [TD][LEFT][Current / Max][/LEFT][/TD] [/TR] [TR] [TD][LEFT][B]MP[/B][/LEFT][/TD] [TD][LEFT][Current / Max][/LEFT][/TD] [/TR] [TR] [TD][LEFT][B]EXP[/B][/LEFT][/TD] [TD][LEFT][Current / Required for next level][/LEFT][/TD] [/TR] [TR] [TD][LEFT][B]Strength[/B][/LEFT][/TD] [TD][LEFT][##][/LEFT][/TD] [/TR] [TR] [TD][LEFT][B]Agility[/B][/LEFT][/TD] [TD][LEFT][##][/LEFT][/TD] [/TR] [TR] [TD][LEFT][B]Endurance[/B][/LEFT][/TD] [TD][LEFT][##][/LEFT][/TD] [/TR] [TR] [TD][LEFT][B]Intelligence[/B][/LEFT][/TD] [TD][LEFT][##][/LEFT][/TD] [/TR] [TR] [TD][LEFT][B]Wisdom[/B][/LEFT][/TD] [TD][LEFT][##][/LEFT][/TD] [/TR] [TR] [TD][LEFT][B]Luck[/B][/LEFT][/TD] [TD][LEFT][##][/LEFT][/TD] [/TR] [TR] [TD][LEFT][B]Skills[/B][/LEFT][/TD] [TD][LEFT][Skill 1 (Lv.#): Short description][Skill 2 (Lv.#): Short description][Skill 3 (Lv.#): Short description][/LEFT][/TD] [/TR] [TR] [TD][LEFT][B]Abilities[/B][/LEFT][/TD] [TD][LEFT][Ability 1 – Active/Passive: Effect][Ability 2 – Active/Passive: Effect][/LEFT][/TD] [/TR] [TR] [TD][LEFT][B]Buffs[/B][/LEFT][/TD] [TD][LEFT][Buff 1 – Duration: Effect][Buff 2 – Duration: Effect][/LEFT][/TD] [/TR] [TR] [TD][LEFT][B]Debuffs / Nerfs[/B][/LEFT][/TD] [TD][LEFT][Nerf 1 – Duration: Effect][Nerf 2 – Duration: Effect][/LEFT][/TD] [/TR] [TR] [TD][LEFT][B]Inventory[/B][/LEFT][/TD] [TD][LEFT][Item 1 – Type (Rarity): Description][Item 2 – Type (Rarity): Description][/LEFT][/TD] [/TR] [TR] [TD][LEFT][B]Titles[/B][/LEFT][/TD] [TD][LEFT][Title 1 – Effect][Title 2 – Effect][/LEFT][/TD] [/TR] [/TABLE]
Its beautiful...*sniff* *sniff*Dude, just make it once, and then always copy it over. Anyway, you can copy this to the text editor and customize it to your heart content, add columns, remove them, whatever the fuck:
Code, if you need it:
Category Detail Name [Character Name] Level [##] Race [Race or Species] Class [Class / Profession] Alignment [Optional – e.g., Neutral Good / Chaotic Evil] HP [Current / Max] MP [Current / Max] EXP [Current / Required for next level] Strength [##] Agility [##] Endurance [##] Intelligence [##] Wisdom [##] Luck [##] Skills [Skill 1 (Lv.#): Short description][Skill 2 (Lv.#): Short description][Skill 3 (Lv.#): Short description] Abilities [Ability 1 – Active/Passive: Effect][Ability 2 – Active/Passive: Effect] Buffs [Buff 1 – Duration: Effect][Buff 2 – Duration: Effect] Debuffs / Nerfs [Nerf 1 – Duration: Effect][Nerf 2 – Duration: Effect] Inventory [Item 1 – Type (Rarity): Description][Item 2 – Type (Rarity): Description] Titles [Title 1 – Effect][Title 2 – Effect]