#311 Additional spell types needed -> Root and Snare(should be separated)

已关闭
neatz093 年之前创建 · 1 条评论
neatz09 评论于 3 年之前
这个人很懒,什么都没留下。
image 评论于 3 年之前
协作者

we will use these types, not sure we need anything in the code yet for these two (conflict/stacking should already be applicable based on stronger skill required for the spell) -- I guess that a higher level spell might not have as much of a movement speed decrease on a snare, but how often does that happen?

#define SPELL_TYPE_ROOT         15
#define SPELL_TYPE_SNARE        16
we will use these types, not sure we need anything in the code yet for these two (conflict/stacking should already be applicable based on stronger skill required for the spell) -- I guess that a higher level spell might not have as much of a movement speed decrease on a snare, but how often does that happen? ``` #define SPELL_TYPE_ROOT 15 #define SPELL_TYPE_SNARE 16 ```
image3 年之前 关闭
登录 并参与到对话中。
正在加载...
取消
保存
这个人很懒,什么都没留下。