UI调整
This commit is contained in:
8
Assets/Scripts/MainGame/Items/Extenders/Polychrome.meta
Normal file
8
Assets/Scripts/MainGame/Items/Extenders/Polychrome.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f9eeb85c7bb082046b999e5e098bca4e
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,13 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Cielonos.MainGame.Inventory.Collections
|
||||
{
|
||||
/// <summary>
|
||||
/// 光子解离器 / Photon Dissociator
|
||||
/// Polychrome的扩展器,重攻击拆分为3段,每段伤害为原来的50%。
|
||||
/// </summary>
|
||||
public class PhotonDissociator : ExtenderBase
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: dfcb853ac3666fc45a65e43107958eaf
|
||||
@@ -0,0 +1,13 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Cielonos.MainGame.Inventory.Collections
|
||||
{
|
||||
/// <summary>
|
||||
/// 光子偏振器 / Photon Polarizer
|
||||
/// Polychrome的扩展器,可以使完美格挡弹开敌人,阻止敌人的连招
|
||||
/// </summary>
|
||||
public class PhotonPolarizer : ExtenderBase
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b6b2bf502e7cd5c4ca858a7492f332a9
|
||||
Reference in New Issue
Block a user