Attack Boon Changes

This commit is contained in:
2026-07-13 18:30:41 -07:00
parent 972e0d5b4f
commit 24800f4bcb
34 changed files with 1306 additions and 112 deletions
@@ -32,6 +32,9 @@ namespace ProjectM.Authoring
Damage = authoring.Damage,
Range = authoring.Range
});
// Phase 1.7: server-only pierce/chain/pull state, baked inert; seeded at spawn by AbilityFireSystem
// (a separate component keeps the Projectile ghost hash frozen).
AddComponent<ProjectileEffectState>(entity);
}
}
}