feat: initial commit

This commit is contained in:
lucasdpt
2026-06-14 01:24:29 +02:00
commit 0d40f88ab2
5815 changed files with 703860 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"canAttack": true,
"health": 180.0,
"movementSpeed": 0.26,
"attackDamage": 10.0,
"weaponDropChance": 15.0,
"spawning": {
"spawnWeight": 15,
"minSpawnCount": 1,
"maxSpawnCount": 2
},
"weaponNames": {
"swordNames": [
"Edge of Suffering",
"Dragon\u0027s Curse",
"The Soul Harvester",
"Bloodseeker",
"Soul Reaper",
"Doomblade"
],
"axeNames": [
"Demonic Soul Collector",
"The Reaper\u0027s Scythe",
"The Soul Reaper",
"The Soul Collector"
]
}
}