23 lines
520 B
JSON
23 lines
520 B
JSON
[
|
|
{
|
|
"id": "warrior",
|
|
"name": "Warrior",
|
|
"description": "A balanced fighter with a sword and shield. Great for beginners.",
|
|
"baseHp": 50,
|
|
"baseAtk": 5,
|
|
"baseDefense": 5,
|
|
"baseDodge": 2,
|
|
"image": "assets/images/character/warrior.png"
|
|
},
|
|
{
|
|
"id": "rogue",
|
|
"name": "Rogue",
|
|
"description": "A swift shadow with high evasion but lower health.",
|
|
"baseHp": 40,
|
|
"baseAtk": 7,
|
|
"baseDefense": 2,
|
|
"baseDodge": 15,
|
|
"image": "assets/images/players/rogue.png"
|
|
}
|
|
]
|