1
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4c3f2f49079af354a9e6a8720d14f5c8
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,26 +0,0 @@
|
||||
%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: 938875dffea6bb64195bcefab599ba64, type: 3}
|
||||
m_Name: BA_Comba_01
|
||||
m_EditorClassIdentifier:
|
||||
abilityName: head-smash
|
||||
abilityID: 0
|
||||
abilityCDTime: 7
|
||||
abilityClass: 0
|
||||
abilityVFX: {fileID: 8300000, guid: 745ff6d9880e7e54ca173e5230018748, type: 3}
|
||||
abilityIsDone: 0
|
||||
abilityDistance: 0
|
||||
maxAbilityCount: 0
|
||||
abilityOffest:
|
||||
- {x: -1.5, y: 0.5}
|
||||
- {x: 1.5, y: 0.5}
|
||||
- {x: 0, y: 0.5}
|
||||
@@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 98a239d9069b5b64faf5841e97cce79a
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,12 +0,0 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
[CreateAssetMenu(fileName = "BA_Comba_01", menuName = "Ability/BossA/Comba_01")]
|
||||
public class BA_Comba_01 : CombatAblilityBase
|
||||
{
|
||||
public override void UpdateAblity(Transform target = null)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 938875dffea6bb64195bcefab599ba64
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,25 +0,0 @@
|
||||
%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: 39a345fbb2ba60549bc7be5a613d7fe3, type: 3}
|
||||
m_Name: BA_Comba_02
|
||||
m_EditorClassIdentifier:
|
||||
abilityName: trunk-strike
|
||||
abilityID: 1
|
||||
abilityCDTime: 5
|
||||
abilityClass: 1
|
||||
abilityVFX: {fileID: 0}
|
||||
abilityIsDone: 0
|
||||
abilityDistance: 0
|
||||
maxAbilityCount: 10
|
||||
abilityOffest: []
|
||||
g: {fileID: 5407042768625737065, guid: 883a2a6d0f356484093e8aaf8fc28de9, type: 3}
|
||||
p: {fileID: 0}
|
||||
@@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1e98ec405a8f8bd47a5c3aefeb8add8f
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,24 +0,0 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
[CreateAssetMenu(fileName = "BA_Comba_02", menuName = "Ability/BossA/Comba_02")]
|
||||
public class BA_Comba_02 : CombatAblilityBase
|
||||
{
|
||||
|
||||
public GameObject g;
|
||||
public GameObject p;
|
||||
public override void UpdateAblity(Transform target = null)
|
||||
{
|
||||
if (!this.ai.isYuancheng)
|
||||
return;
|
||||
if (currentAbilityCount>=0)
|
||||
{
|
||||
currentAbilityCount--;
|
||||
p = GameObject.Find("BulletFire");
|
||||
GameObject go = Instantiate(g);
|
||||
go.transform.position = p.transform.localPosition;
|
||||
go.GetComponent<BulletObject>().Init(p);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 39a345fbb2ba60549bc7be5a613d7fe3
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,24 +0,0 @@
|
||||
%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: 731be78ab51c1cf4d8d0b91962d058a0, type: 3}
|
||||
m_Name: BA_Comba_03
|
||||
m_EditorClassIdentifier:
|
||||
abilityName: Ba_Comba_03
|
||||
abilityID: 2
|
||||
abilityCDTime: 8
|
||||
abilityClass: 0
|
||||
abilityVFX: {fileID: 0}
|
||||
abilityIsDone: 0
|
||||
abilityDistance: 0
|
||||
maxAbilityCount: 0
|
||||
abilityOffest:
|
||||
- {x: 0, y: 0}
|
||||
@@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6db587830d2a5ff4ea96be28bccf951d
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,22 +0,0 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
[CreateAssetMenu(fileName = "BA_Comba_03", menuName = "Ability/BossA/Comba_03")]
|
||||
public class BA_Comba_03 : CombatAblilityBase
|
||||
{
|
||||
float timer = 0;
|
||||
public override void UpdateAblity(Transform target = null)
|
||||
{
|
||||
if (_animator.CheckAnimationTag("Attack_out")||_animator.CheckAnimationTag("Die")||_animator.CheckAnimationTag("summon"))
|
||||
{
|
||||
return;
|
||||
}
|
||||
timer += Time.deltaTime;
|
||||
if(timer>=2f)
|
||||
{
|
||||
this.ai.transform.root.transform.position = target.position;
|
||||
timer = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 731be78ab51c1cf4d8d0b91962d058a0
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,24 +0,0 @@
|
||||
%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: 0bea07483ceab4842b793a021aad4c51, type: 3}
|
||||
m_Name: Comba_01
|
||||
m_EditorClassIdentifier:
|
||||
abilityName: Comba_01
|
||||
abilityID: 0
|
||||
abilityCDTime: 10
|
||||
abilityClass: 0
|
||||
abilityVFX: {fileID: 8300000, guid: b908de737b26207469006f83fe09ee1e, type: 3}
|
||||
abilityIsDone: 0
|
||||
abilityDistance: 3
|
||||
maxAbilityCount: 0
|
||||
abilityOffest:
|
||||
- {x: -2.6, y: 1}
|
||||
@@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 59208d2b3fbaa8e4b9c91c99092f106e
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,13 +0,0 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
|
||||
[CreateAssetMenu(fileName = "Comba_01", menuName = "Ability/m_2/Comba_01")]
|
||||
public class Comba_01 : CombatAblilityBase
|
||||
{
|
||||
public override void UpdateAblity(Transform target = null)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0bea07483ceab4842b793a021aad4c51
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,24 +0,0 @@
|
||||
%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: 6676841996372f24788e8af0050c9e53, type: 3}
|
||||
m_Name: Comba_02
|
||||
m_EditorClassIdentifier:
|
||||
abilityName: Comba_02
|
||||
abilityID: 1
|
||||
abilityCDTime: 12
|
||||
abilityClass: 0
|
||||
abilityVFX: {fileID: 8300000, guid: 745ff6d9880e7e54ca173e5230018748, type: 3}
|
||||
abilityIsDone: 0
|
||||
abilityDistance: 3
|
||||
maxAbilityCount: 0
|
||||
abilityOffest:
|
||||
- {x: -2.5, y: 1}
|
||||
@@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 733b0aea8b566e24681247a79093393a
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,12 +0,0 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
[CreateAssetMenu(fileName = "Comba_02", menuName = "Ability/m_2/Comba_02")]
|
||||
public class Comba_02 : CombatAblilityBase
|
||||
{
|
||||
public override void UpdateAblity(Transform target = null)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6676841996372f24788e8af0050c9e53
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,24 +0,0 @@
|
||||
%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: 9e2bd46305452774887ab58c9ddeef07, type: 3}
|
||||
m_Name: Comba_03
|
||||
m_EditorClassIdentifier:
|
||||
abilityName: Comba_03
|
||||
abilityID: 2
|
||||
abilityCDTime: 6
|
||||
abilityClass: 0
|
||||
abilityVFX: {fileID: 8300000, guid: 745ff6d9880e7e54ca173e5230018748, type: 3}
|
||||
abilityIsDone: 0
|
||||
abilityDistance: 1
|
||||
maxAbilityCount: 0
|
||||
abilityOffest:
|
||||
- {x: -1, y: 0.6}
|
||||
@@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: eae12eefbdbcc8540bf10c9d846d1683
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,12 +0,0 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
[CreateAssetMenu(fileName = "Comba_03", menuName = "Ability/m_2/Comba_03")]
|
||||
public class Comba_03 : CombatAblilityBase
|
||||
{
|
||||
public override void UpdateAblity(Transform target = null)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9e2bd46305452774887ab58c9ddeef07
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,24 +0,0 @@
|
||||
%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: 81b457857b635f442bd5f6113faac597, type: 3}
|
||||
m_Name: Comba_04
|
||||
m_EditorClassIdentifier:
|
||||
abilityName: Comba_04
|
||||
abilityID: 3
|
||||
abilityCDTime: 6
|
||||
abilityClass: 0
|
||||
abilityVFX: {fileID: 0}
|
||||
abilityIsDone: 0
|
||||
abilityDistance: 1
|
||||
maxAbilityCount: 0
|
||||
abilityOffest:
|
||||
- {x: -1, y: 0.6}
|
||||
@@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ec38341ed27661a42992dce9719b0399
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,12 +0,0 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
[CreateAssetMenu(fileName = "Comba_04", menuName = "Ability/m_2/Comba_04")]
|
||||
public class Comba_04 : CombatAblilityBase
|
||||
{
|
||||
public override void UpdateAblity(Transform target = null)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 81b457857b635f442bd5f6113faac597
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user