MusicBeat
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Cielonos.MainGame.Inventory.Collections
|
||||
{
|
||||
public class BlackHoleDisplacer : ExtenderBase
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
8
Assets/Scripts/MainGame/Items/Extenders/FutureWand.meta
Normal file
8
Assets/Scripts/MainGame/Items/Extenders/FutureWand.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 76c30d7d91254704cada46246e2e5a0d
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,13 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Cielonos.MainGame.Inventory.Collections
|
||||
{
|
||||
/// <summary>
|
||||
/// “黑洞”位移器 / “Black Hole” Displacer
|
||||
/// FutureWand的扩展器,使重攻击产生的黑洞向前/后移动,攻击段数由4变为8
|
||||
/// </summary>
|
||||
public class BlackHoleDisplacer : ExtenderBase
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Cielonos.MainGame.Inventory.Collections
|
||||
{
|
||||
/// <summary>
|
||||
/// 飞弹分离膜 / Missile Separation Membrane
|
||||
/// FutureWand的扩展器,使轻攻击的飞弹在击中敌人后分离一次,飞向附近的敌人。
|
||||
/// </summary>
|
||||
public class MissileSeparationMembrane : ExtenderBase
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2fe9df091575f8f428a988fbe724dc3e
|
||||
Reference in New Issue
Block a user