alot of stuff i forgot to commit
This commit is contained in:
parent
fc2329a873
commit
b8d516e734
60 changed files with 7397 additions and 64 deletions
58
Assets/Prefabs/ChargeShot.prefab
Normal file
58
Assets/Prefabs/ChargeShot.prefab
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!1 &2518044865521178739
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 6610207326853905583}
|
||||
- component: {fileID: 7123986351594271708}
|
||||
m_Layer: 0
|
||||
m_Name: ChargeShot
|
||||
m_TagString: Untagged
|
||||
m_Icon: {fileID: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 1
|
||||
--- !u!4 &6610207326853905583
|
||||
Transform:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 2518044865521178739}
|
||||
serializedVersion: 2
|
||||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||
m_LocalPosition: {x: 0, y: 0, z: 0}
|
||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||
m_ConstrainProportionsScale: 0
|
||||
m_Children: []
|
||||
m_Father: {fileID: 0}
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!114 &7123986351594271708
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 2518044865521178739}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 78058c1d64b6076979b8185d531afd62, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
abilityName: Charged Shot
|
||||
thisEntity: {fileID: 0}
|
||||
currentCooldown: 0
|
||||
cooldown: 0.2
|
||||
power: 2
|
||||
targetLocation: {x: 0, y: 0, z: 0}
|
||||
projectile: {fileID: 4968744362001082579, guid: 197f08a4249c031868d81177aacc0107, type: 3}
|
||||
projectileSpeed: 4
|
||||
projectileLifetime: 15
|
||||
pierceAmount: 0
|
||||
maxChargeDuration: 5
|
||||
chargeModifier: 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue