draft options working; spells won't cast though
This commit is contained in:
parent
2429efbf6a
commit
7cf15dcaa6
37 changed files with 1340 additions and 0 deletions
|
|
@ -0,0 +1,25 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 249c65067c3bac80693255e594d844c7, type: 3}
|
||||
m_Name: SlowAreaSpell
|
||||
m_EditorClassIdentifier: Assembly-CSharp::TD.Gameplay.BuilderSpells.SlowAreaSpellDefinition
|
||||
DisplayName:
|
||||
Description:
|
||||
Icon: {fileID: 0}
|
||||
Cooldown: 5
|
||||
TargetType: 0
|
||||
Radius: 0
|
||||
enemyLayerMask:
|
||||
serializedVersion: 2
|
||||
m_Bits: 0
|
||||
SlowFactor: 0.5
|
||||
EffectDuration: 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue