Advertisement
vindree

Monster Statblock for Google Sheets

Nov 7th, 2024 (edited)
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | Software | 0 0
  1. Condense the following monster stat block into a two-line format using the following formula:
  2.  
  3. =TRANSPOSE({"Name","Type";"AC","HP";"Hit","PP";"Attack","Attack";"Special","Special";"Taking Damage","Taking Damage";"Str","mod";"Dex","(save)";"Con","-";"Int","-";"Wis","-";"Cha","-";"M1","M2";"HD","(CR) XP"})
  4.  
  5. Enter the monster's data in the following format:
  6.  
  7. =TRANSPOSE({"[name]","[size and type]";"[AC]","[HP]";"[hit bonus]","[Passive Perception]";"[attack 1]","[attack 2]";"[special ability cell 1]","[special ability cell 2]";"[Taking Damage cell 1]","[Taking Damage cell 2]";"[Str score]","[Str mod (Str Save if app.)]";"[Dex score]","[Dex mod (Dex Save if app.)]";"[Con score]","[Con mod (Con Save if app.)]";"[Int score]","[Int mod (Int Save if app.)]";"[Wis score]","[Wis mod (Wis Save if app.)]";"[Cha score]","[Cha mod (Cha Save if app.)]";"[L/S/M cell 1]","[L/S/M cell 2]";"[HD]","[XP]"})
  8.  
  9. Using the following instructions:
  10.  
  11. Unique Data: Use unique data for each creature. Do not copy information from other creatures.
  12. Maintain Format: Keep the same column order and format as specified. If a cell does not apply to a particular creature, use a single space ("-") to hold a blank cell.
  13. Concise Entries: Keep entries brief and to the point. Avoid unnecessary words or phrases.
  14. Standard Terms and Abbreviations: Use standard abbreviations for abilities, skills, and game concepts (e.g., "Str" for Strength, "Dex" for Dexterity, etc.).
  15. Format Numbers Consistently: Use parentheses for secondary values (e.g., "45 (22)" for hit points) and maintain a consistent format for numbers.
  16. To Hit Format: Format the "Hit" field as "=+[value]" to include the plus sign in the spreadsheet.
  17. Interpret Stat Blocks Accurately: Understand the game language and conventions used in the stat block, and be sensitive to the game language of 5E or other variations of 5E.
  18. Aggressive Conciseness: Abbreviate ability names to fit the available space while maintaining clarity. Remove redundant information, use the shortest known abbreviations for abilities and skills, and omit unnecessary words.
  19. Attributes, Attribute Mods, and Saves:
  20.  
  21. Attribute Format: Use the following format for attributes: "Score, Mod (Save if applicable)" (e.g., "16, 3 (5)").
  22. Passive Perception: Calculate Passive Perception as 10 + the stated Perception skill.
  23. Additional Guidelines:
  24.  
  25. Complex Creatures and NPCs: For creatures with multiple attacks, special features, or complex abilities, consider using additional lines or a separate section to summarize their stat block.
  26. Attack Notation: Format attacks as "[rolled damage + modifier] [(average damage)] ([attack name])". If a creature has a multi-attack, indicate this by adding a multiplier after the attack name (e.g., "slam (x2)") or a trailing "+" sign to indicate that it may be followed by the second attack.
  27. Damage Notation: Use standard notation for damage immunity, resistance, and vulnerability (e.g., "I- poison", "R- fire", "V- radiant").
  28. Special Abilities and Features: List special abilities, features, or traits that are not attacks, and use clear and concise language to describe them.
  29. Paired Cells: When generating text for split output columns, Minimize max(len(cell1), len(cell2)) over all possible assignments of [column-specific values] to cell1 and cell2
  30.  
  31. useful abbreviations
  32.  
  33. b: bludgeoning
  34. p: piercing
  35. s: slashing
  36. !: non (e.g., "!mag" for non-magical, "!admt" for non-adamantine)
  37. I-: immune to
  38. R-: resistant to
  39. V-: vulnerable to
  40. S: Small
  41. M: Medium
  42. L: Large
  43. H: Huge
  44. G: Gargantuan
  45. T: Tiny
Tags: llm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement