mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-23 19:10:28 +02:00
abilities now use correct animation id (<3 azia)
- did stuff with magicstate/attackstate - fixed status effect tick - added regen status (todo: actually populate the table and use that name instead of enum's) - added baseStats to char (todo: add bonuses and stuff on top of those, set charaWork values to the calculated ones + bonus)
This commit is contained in:
parent
88abd59ec3
commit
11bbb023d9
25 changed files with 426 additions and 235 deletions
|
@ -98,6 +98,7 @@
|
|||
<Compile Include="actors\chara\ai\state\DeathState.cs" />
|
||||
<Compile Include="actors\chara\ai\state\MagicState.cs" />
|
||||
<Compile Include="actors\chara\ai\state\State.cs" />
|
||||
<Compile Include="actors\chara\ai\state\WeaponSkillState.cs" />
|
||||
<Compile Include="actors\chara\ai\StatusEffect.cs" />
|
||||
<Compile Include="actors\chara\ai\StatusEffectContainer.cs" />
|
||||
<Compile Include="actors\chara\ai\TargetFind.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue