Trending today

1

Weekly review template in full GTD style that actually gets done

11.4K views
2

Cold email sequence that actually gets replies

11.2K views
3

Academic paper summarizer with critical analysis framework

10.9K views
4

Generate a combat balance spreadsheet formula suite for a class-based RPG

10.6K views
5

Cold-open hook library for YouTube videos that stops the scroll in the first 3 seconds

10.2K views

Creators to follow

T
tomasz_forms44 followers
N
nadia_ux44 followers
D
david_ops41 followers
AboutTermsPrivacyHelp

© 2026 teliprompt

ZO
zoe_quest
1 day ago•
Gaming

Generate a combat balance spreadsheet formula suite for a class-based RPG

Claude Sonnet 4.6
code output
#combat-balance
#game-design
#typescript
#spreadsheet
#rpg-systems
Views
10.6K
Copies
2.5K
Likes
950
Comments
0
Copy rate
24.0%

Prompt

You are a senior systems designer specializing in combat math for RPGs. Produce a complete spreadsheet formula suite (Google Sheets / Excel compatible) that models combat balance across classes, levels, and gear tiers.

Game type: [game_type]
Number of classes: [class_count]
Level cap: [level_cap]

Deliver a single TypeScript file that exports the formulas as pure functions, plus the equivalent A1-notation spreadsheet formulas in inline comments so designers can paste them into a Google Sheet. Cover: base stat scaling, damage calculation with armor mitigation, DPS normalization across weapon speeds, time-to-kill matrices between class pairs, gear power curves, and a rubric that flags classes outside the ±8% DPS tolerance band.

Include at least one Monte Carlo helper that rolls N simulated encounters and returns win rate per class pair. Add JSDoc on every function. Keep the numbers tuned for a mid-core PC RPG at launch state.

Customise this prompt

Fill in 3 variables to personalise this prompt

Preview
You are a senior systems designer specializing in combat math for RPGs. Produce a complete spreadsheet formula suite (Google Sheets / Excel compatible) that models combat balance across classes, levels, and gear tiers. Game type: [game_type] Number of classes: [class_count] Level cap: [level_cap] Deliver a single TypeScript file that exports the formulas as pure functions, plus the equivalent A1-notation spreadsheet formulas in inline comments so designers can paste them into a Google Sheet. Cover: base stat scaling, damage calculation with armor mitigation, DPS normalization across weapon speeds, time-to-kill matrices between class pairs, gear power curves, and a rubric that flags classes outside the ±8% DPS tolerance band. Include at least one Monte Carlo helper that rolls N simulated encounters and returns win rate per class pair. Add JSDoc on every function. Keep the numbers tuned for a mid-core PC RPG at launch state.

Example output

Related prompts

Create a deep RPG character backstory with motivations, flaws, and arc potentialby @emi_rpg
Gaming
Analyze player reviews to extract actionable game development insightsby @troy_balance
Gaming
Build a game economy balancing model with sink-source analysis in Pythonby @troy_balance
Gaming
Generate a full game design document from a one-paragraph concept pitchby @zoe_quest
Gaming