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,24 @@
|
|||
%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: 22b36bfcd0ae4af4098d908138e874e1, type: 3}
|
||||
m_Name: FireballSpell
|
||||
m_EditorClassIdentifier: Assembly-CSharp::TD.Gameplay.BuilderSpells.FireballSpellDefinition
|
||||
DisplayName:
|
||||
Description:
|
||||
Icon: {fileID: 0}
|
||||
Cooldown: 5
|
||||
TargetType: 0
|
||||
Radius: 0
|
||||
enemyLayerMask:
|
||||
serializedVersion: 2
|
||||
m_Bits: 0
|
||||
Damage: 50
|
||||
Loading…
Add table
Add a link
Reference in a new issue