51 changed files with 681 additions and 17 deletions
@ -0,0 +1,30 @@ |
|||
using System.Collections; |
|||
using System.Collections.Generic; |
|||
using UnityEngine; |
|||
using UnityEngine.UI; |
|||
|
|||
public class Buff_BoundSoul : Buff |
|||
{ |
|||
public override void Settle() |
|||
{ |
|||
|
|||
} |
|||
|
|||
|
|||
|
|||
public override void SettleEnemy(EnemyNode enemyNode) |
|||
{ |
|||
|
|||
|
|||
|
|||
} |
|||
|
|||
|
|||
public override Buff NewBuff(int value) |
|||
{ |
|||
Buff buff = new Buff_BoundSoul(); |
|||
buff.value = value; |
|||
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "Sslx_Ui_Buff_liuxue_v01"); |
|||
return buff; |
|||
} |
|||
} |
|||
@ -0,0 +1,11 @@ |
|||
fileFormatVersion: 2 |
|||
guid: 699e5ab009adaff4d9622e88cb781cd2 |
|||
MonoImporter: |
|||
externalObjects: {} |
|||
serializedVersion: 2 |
|||
defaultReferences: [] |
|||
executionOrder: 0 |
|||
icon: {instanceID: 0} |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|||
@ -0,0 +1,30 @@ |
|||
using System.Collections; |
|||
using System.Collections.Generic; |
|||
using UnityEngine; |
|||
using UnityEngine.UI; |
|||
|
|||
public class Buff_ContaminatusImmortalis : Buff |
|||
{ |
|||
public override void Settle() |
|||
{ |
|||
|
|||
} |
|||
|
|||
|
|||
|
|||
public override void SettleEnemy(EnemyNode enemyNode) |
|||
{ |
|||
|
|||
|
|||
|
|||
} |
|||
|
|||
|
|||
public override Buff NewBuff(int value) |
|||
{ |
|||
Buff buff = new Buff_ContaminatusImmortalis(); |
|||
buff.value = value; |
|||
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "Sslx_Ui_Buff_liuxue_v01"); |
|||
return buff; |
|||
} |
|||
} |
|||
@ -0,0 +1,11 @@ |
|||
fileFormatVersion: 2 |
|||
guid: 16a5367070b10c240965f80253bc3f00 |
|||
MonoImporter: |
|||
externalObjects: {} |
|||
serializedVersion: 2 |
|||
defaultReferences: [] |
|||
executionOrder: 0 |
|||
icon: {instanceID: 0} |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|||
@ -0,0 +1,30 @@ |
|||
using System.Collections; |
|||
using System.Collections.Generic; |
|||
using UnityEngine; |
|||
using UnityEngine.UI; |
|||
|
|||
public class Buff_FailedSample : Buff |
|||
{ |
|||
public override void Settle() |
|||
{ |
|||
|
|||
} |
|||
|
|||
|
|||
|
|||
public override void SettleEnemy(EnemyNode enemyNode) |
|||
{ |
|||
|
|||
|
|||
|
|||
} |
|||
|
|||
|
|||
public override Buff NewBuff(int value) |
|||
{ |
|||
Buff buff = new Buff_FailedSample(); |
|||
buff.value = value; |
|||
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "Sslx_Ui_Buff_liuxue_v01"); |
|||
return buff; |
|||
} |
|||
} |
|||
@ -0,0 +1,11 @@ |
|||
fileFormatVersion: 2 |
|||
guid: 4d8ac020bc0a36e459450f0c61685c78 |
|||
MonoImporter: |
|||
externalObjects: {} |
|||
serializedVersion: 2 |
|||
defaultReferences: [] |
|||
executionOrder: 0 |
|||
icon: {instanceID: 0} |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|||
@ -0,0 +1,30 @@ |
|||
using System.Collections; |
|||
using System.Collections.Generic; |
|||
using UnityEngine; |
|||
using UnityEngine.UI; |
|||
|
|||
public class Buff_LivingArmor : Buff |
|||
{ |
|||
public override void Settle() |
|||
{ |
|||
|
|||
} |
|||
|
|||
|
|||
|
|||
public override void SettleEnemy(EnemyNode enemyNode) |
|||
{ |
|||
|
|||
|
|||
|
|||
} |
|||
|
|||
|
|||
public override Buff NewBuff(int value) |
|||
{ |
|||
Buff buff = new Buff_LivingArmor(); |
|||
buff.value = value; |
|||
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "Sslx_Ui_Buff_liuxue_v01"); |
|||
return buff; |
|||
} |
|||
} |
|||
@ -0,0 +1,11 @@ |
|||
fileFormatVersion: 2 |
|||
guid: 99878e052cc44fc4da93e5932c2455e5 |
|||
MonoImporter: |
|||
externalObjects: {} |
|||
serializedVersion: 2 |
|||
defaultReferences: [] |
|||
executionOrder: 0 |
|||
icon: {instanceID: 0} |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|||
@ -0,0 +1,30 @@ |
|||
using System.Collections; |
|||
using System.Collections.Generic; |
|||
using UnityEngine; |
|||
using UnityEngine.UI; |
|||
|
|||
public class Buff_Pharmacist : Buff |
|||
{ |
|||
public override void Settle() |
|||
{ |
|||
|
|||
} |
|||
|
|||
|
|||
|
|||
public override void SettleEnemy(EnemyNode enemyNode) |
|||
{ |
|||
|
|||
|
|||
|
|||
} |
|||
|
|||
|
|||
public override Buff NewBuff(int value) |
|||
{ |
|||
Buff buff = new Buff_Pharmacist(); |
|||
buff.value = value; |
|||
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "Sslx_Ui_Buff_liuxue_v01"); |
|||
return buff; |
|||
} |
|||
} |
|||
@ -0,0 +1,11 @@ |
|||
fileFormatVersion: 2 |
|||
guid: c920a488f0f3aab4597ab0a3be0810b2 |
|||
MonoImporter: |
|||
externalObjects: {} |
|||
serializedVersion: 2 |
|||
defaultReferences: [] |
|||
executionOrder: 0 |
|||
icon: {instanceID: 0} |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|||
@ -0,0 +1,30 @@ |
|||
using System.Collections; |
|||
using System.Collections.Generic; |
|||
using UnityEngine; |
|||
using UnityEngine.UI; |
|||
|
|||
public class Buff_PollutionSpreader : Buff |
|||
{ |
|||
public override void Settle() |
|||
{ |
|||
|
|||
} |
|||
|
|||
|
|||
|
|||
public override void SettleEnemy(EnemyNode enemyNode) |
|||
{ |
|||
|
|||
|
|||
|
|||
} |
|||
|
|||
|
|||
public override Buff NewBuff(int value) |
|||
{ |
|||
Buff buff = new Buff_PollutionSpreader(); |
|||
buff.value = value; |
|||
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "Sslx_Ui_Buff_liuxue_v01"); |
|||
return buff; |
|||
} |
|||
} |
|||
@ -0,0 +1,11 @@ |
|||
fileFormatVersion: 2 |
|||
guid: d4268d7b937508041aa5f03d14dc875c |
|||
MonoImporter: |
|||
externalObjects: {} |
|||
serializedVersion: 2 |
|||
defaultReferences: [] |
|||
executionOrder: 0 |
|||
icon: {instanceID: 0} |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|||
@ -0,0 +1,30 @@ |
|||
using System.Collections; |
|||
using System.Collections.Generic; |
|||
using UnityEngine; |
|||
using UnityEngine.UI; |
|||
|
|||
public class Buff_PrismReflector : Buff |
|||
{ |
|||
public override void Settle() |
|||
{ |
|||
|
|||
} |
|||
|
|||
|
|||
|
|||
public override void SettleEnemy(EnemyNode enemyNode) |
|||
{ |
|||
|
|||
|
|||
|
|||
} |
|||
|
|||
|
|||
public override Buff NewBuff(int value) |
|||
{ |
|||
Buff buff = new Buff_PrismReflector(); |
|||
buff.value = value; |
|||
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "Sslx_Ui_Buff_liuxue_v01"); |
|||
return buff; |
|||
} |
|||
} |
|||
@ -0,0 +1,11 @@ |
|||
fileFormatVersion: 2 |
|||
guid: fb02617f23cd6ad4cae6ab288a0d570d |
|||
MonoImporter: |
|||
externalObjects: {} |
|||
serializedVersion: 2 |
|||
defaultReferences: [] |
|||
executionOrder: 0 |
|||
icon: {instanceID: 0} |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|||
@ -0,0 +1,30 @@ |
|||
using System.Collections; |
|||
using System.Collections.Generic; |
|||
using UnityEngine; |
|||
using UnityEngine.UI; |
|||
|
|||
public class Buff_RatWarrior : Buff |
|||
{ |
|||
public override void Settle() |
|||
{ |
|||
|
|||
} |
|||
|
|||
|
|||
|
|||
public override void SettleEnemy(EnemyNode enemyNode) |
|||
{ |
|||
|
|||
|
|||
|
|||
} |
|||
|
|||
|
|||
public override Buff NewBuff(int value) |
|||
{ |
|||
Buff buff = new Buff_RatWarrior(); |
|||
buff.value = value; |
|||
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "Sslx_Ui_Buff_liuxue_v01"); |
|||
return buff; |
|||
} |
|||
} |
|||
@ -0,0 +1,11 @@ |
|||
fileFormatVersion: 2 |
|||
guid: 90e3daf277e17fc42875d1d3d60a1052 |
|||
MonoImporter: |
|||
externalObjects: {} |
|||
serializedVersion: 2 |
|||
defaultReferences: [] |
|||
executionOrder: 0 |
|||
icon: {instanceID: 0} |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|||
@ -0,0 +1,30 @@ |
|||
using System.Collections; |
|||
using System.Collections.Generic; |
|||
using UnityEngine; |
|||
using UnityEngine.UI; |
|||
|
|||
public class Buff_ReconnaissanceBee : Buff |
|||
{ |
|||
public override void Settle() |
|||
{ |
|||
|
|||
} |
|||
|
|||
|
|||
|
|||
public override void SettleEnemy(EnemyNode enemyNode) |
|||
{ |
|||
|
|||
|
|||
|
|||
} |
|||
|
|||
|
|||
public override Buff NewBuff(int value) |
|||
{ |
|||
Buff buff = new Buff_ReconnaissanceBee(); |
|||
buff.value = value; |
|||
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "Sslx_Ui_Buff_liuxue_v01"); |
|||
return buff; |
|||
} |
|||
} |
|||
@ -0,0 +1,11 @@ |
|||
fileFormatVersion: 2 |
|||
guid: 0383c01ebcd18a64a97df562d2d70780 |
|||
MonoImporter: |
|||
externalObjects: {} |
|||
serializedVersion: 2 |
|||
defaultReferences: [] |
|||
executionOrder: 0 |
|||
icon: {instanceID: 0} |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|||
@ -0,0 +1,30 @@ |
|||
using System.Collections; |
|||
using System.Collections.Generic; |
|||
using UnityEngine; |
|||
using UnityEngine.UI; |
|||
|
|||
public class Buff_SoulMaker : Buff |
|||
{ |
|||
public override void Settle() |
|||
{ |
|||
|
|||
} |
|||
|
|||
|
|||
|
|||
public override void SettleEnemy(EnemyNode enemyNode) |
|||
{ |
|||
|
|||
|
|||
|
|||
} |
|||
|
|||
|
|||
public override Buff NewBuff(int value) |
|||
{ |
|||
Buff buff = new Buff_SoulMaker(); |
|||
buff.value = value; |
|||
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "Sslx_Ui_Buff_liuxue_v01"); |
|||
return buff; |
|||
} |
|||
} |
|||
@ -0,0 +1,11 @@ |
|||
fileFormatVersion: 2 |
|||
guid: d125a10ca5c51ed4d9dfdb67deec96b8 |
|||
MonoImporter: |
|||
externalObjects: {} |
|||
serializedVersion: 2 |
|||
defaultReferences: [] |
|||
executionOrder: 0 |
|||
icon: {instanceID: 0} |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|||
@ -0,0 +1,30 @@ |
|||
using System.Collections; |
|||
using System.Collections.Generic; |
|||
using UnityEngine; |
|||
using UnityEngine.UI; |
|||
|
|||
public class Buff_StonePillar : Buff |
|||
{ |
|||
public override void Settle() |
|||
{ |
|||
|
|||
} |
|||
|
|||
|
|||
|
|||
public override void SettleEnemy(EnemyNode enemyNode) |
|||
{ |
|||
|
|||
|
|||
|
|||
} |
|||
|
|||
|
|||
public override Buff NewBuff(int value) |
|||
{ |
|||
Buff buff = new Buff_StonePillar(); |
|||
buff.value = value; |
|||
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "Sslx_Ui_Buff_liuxue_v01"); |
|||
return buff; |
|||
} |
|||
} |
|||
@ -0,0 +1,11 @@ |
|||
fileFormatVersion: 2 |
|||
guid: 4b4697e2c94f5524f9f92205e930dfb3 |
|||
MonoImporter: |
|||
externalObjects: {} |
|||
serializedVersion: 2 |
|||
defaultReferences: [] |
|||
executionOrder: 0 |
|||
icon: {instanceID: 0} |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|||
@ -0,0 +1,30 @@ |
|||
using System.Collections; |
|||
using System.Collections.Generic; |
|||
using UnityEngine; |
|||
using UnityEngine.UI; |
|||
|
|||
public class Buff_Thief : Buff |
|||
{ |
|||
public override void Settle() |
|||
{ |
|||
|
|||
} |
|||
|
|||
|
|||
|
|||
public override void SettleEnemy(EnemyNode enemyNode) |
|||
{ |
|||
|
|||
|
|||
|
|||
} |
|||
|
|||
|
|||
public override Buff NewBuff(int value) |
|||
{ |
|||
Buff buff = new Buff_Thief(); |
|||
buff.value = value; |
|||
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "Sslx_Ui_Buff_liuxue_v01"); |
|||
return buff; |
|||
} |
|||
} |
|||
@ -0,0 +1,11 @@ |
|||
fileFormatVersion: 2 |
|||
guid: 244c33b4353d40a43b593e7d4a644d2c |
|||
MonoImporter: |
|||
externalObjects: {} |
|||
serializedVersion: 2 |
|||
defaultReferences: [] |
|||
executionOrder: 0 |
|||
icon: {instanceID: 0} |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|||
@ -0,0 +1,30 @@ |
|||
using System.Collections; |
|||
using System.Collections.Generic; |
|||
using UnityEngine; |
|||
using UnityEngine.UI; |
|||
|
|||
public class Buff_Twinbee : Buff |
|||
{ |
|||
public override void Settle() |
|||
{ |
|||
|
|||
} |
|||
|
|||
|
|||
|
|||
public override void SettleEnemy(EnemyNode enemyNode) |
|||
{ |
|||
|
|||
|
|||
|
|||
} |
|||
|
|||
|
|||
public override Buff NewBuff(int value) |
|||
{ |
|||
Buff buff = new Buff_Twinbee(); |
|||
buff.value = value; |
|||
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "Sslx_Ui_Buff_liuxue_v01"); |
|||
return buff; |
|||
} |
|||
} |
|||
@ -0,0 +1,11 @@ |
|||
fileFormatVersion: 2 |
|||
guid: ebc3ff6ad022aaa48b661681d53aa6a5 |
|||
MonoImporter: |
|||
externalObjects: {} |
|||
serializedVersion: 2 |
|||
defaultReferences: [] |
|||
executionOrder: 0 |
|||
icon: {instanceID: 0} |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|||
Loading…
Reference in new issue