add dead state

This commit is contained in:
2025-01-13 14:08:10 +09:00
parent 03bbea4862
commit 16429a6e1b
4 changed files with 139 additions and 116 deletions
+1
View File
@@ -24,6 +24,7 @@ export default class Ability {
Object.entries(options).forEach(([key, value]) => this[key] = value)
}
// TODO: skill seemingly going right through minions without a registered hit
static straightShot = new Ability({
id: 'straight_shot',
name: 'Straight Shot',