hero_stats_calc
Calculate accurate Castle Clash hero stats using real game formulas, including evolution, talent, gear, and level inputs. Get precise HP/ATK values for any hero build.
Instructions
TRUSTWORTHY formula-based stats (validated exactly vs the user's real game: Serratica
10 stars/L200 = 180,695 HP). stat = perStarStars + inc(Level-1); evo=1/2 uses Fandom's
exact Legendary evolution params. Optional talent name + level applies its HP/ATK %.
Prefer this over hero_stats (casclash caps stars at 4). inscription/soularms/artifact are
LEVELS; gear_json is a JSON list of {type:'insignia'|'rune', name, level} — all fold into the
returned effective stats (flat HP/ATK on top of the talent-% base).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| evo | No | ||
| hero | Yes | ||
| soul | No | ||
| level | No | ||
| stars | No | ||
| talent | No | ||
| artifact | No | ||
| soularms | No | ||
| gear_json | No | ||
| crest_name | No | ||
| pet_talent | No | ||
| talent_lvl | No | ||
| crest_level | No | ||
| inscription | No | ||
| loadout_json | No | ||
| pet_talent_level | No |