重构主动道具中
1 parent ec64cb6 commit b736a60bd1ef4a94e4156ed528d219e2be069790
@小李xl 小李xl authored on 16 Mar 2024
Showing 49 changed files
View
DungeonShooting_Godot/excel/ActivePropBase.xlsx 0 → 100644
Not supported
View
DungeonShooting_Godot/prefab/prop/BuffActivity.tscn 100644 → 0
View
DungeonShooting_Godot/prefab/prop/BuffProp.tscn 0 → 100644
View
DungeonShooting_Godot/src/game/GameApplication.cs
View
DungeonShooting_Godot/src/game/activity/prop/ActiveProp.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/prop/BuffActivity.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/prop/BuffProp.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/prop/active/ActiveProp5000.cs
View
DungeonShooting_Godot/src/game/activity/prop/active/ActiveProp5001.cs
View
DungeonShooting_Godot/src/game/activity/prop/active/ActivePropActivity.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/Role.cs
View
DungeonShooting_Godot/src/game/activity/role/player/Player.cs
View
DungeonShooting_Godot/src/game/buff/BuffFragment.cs
View
DungeonShooting_Godot/src/game/buff/buff/Buff_ActivePropsCapacity.cs 0 → 100644
View
DungeonShooting_Godot/src/game/buff/buff/Buff_BulletBounceCount.cs 0 → 100644
View
DungeonShooting_Godot/src/game/buff/buff/Buff_BulletCount.cs 0 → 100644
View
DungeonShooting_Godot/src/game/buff/buff/Buff_BulletDeviationAngle.cs 0 → 100644
View
DungeonShooting_Godot/src/game/buff/buff/Buff_BulletDistance.cs 0 → 100644
View
DungeonShooting_Godot/src/game/buff/buff/Buff_BulletPenetration.cs 0 → 100644
View
DungeonShooting_Godot/src/game/buff/buff/Buff_BulletRepel.cs 0 → 100644
View
DungeonShooting_Godot/src/game/buff/buff/Buff_BulletSpeed.cs 0 → 100644
View
DungeonShooting_Godot/src/game/buff/buff/Buff_Damage.cs 0 → 100644
View
DungeonShooting_Godot/src/game/buff/buff/Buff_MaxHp.cs 0 → 100644
View
DungeonShooting_Godot/src/game/buff/buff/Buff_MaxShield.cs 0 → 100644
View
DungeonShooting_Godot/src/game/buff/buff/Buff_MoveSpeed.cs 0 → 100644
View
DungeonShooting_Godot/src/game/buff/buff/Buff_OffsetInjury.cs 0 → 100644
View
DungeonShooting_Godot/src/game/buff/buff/Buff_RandomBulletSpeed.cs 0 → 100644
View
DungeonShooting_Godot/src/game/buff/buff/Buff_Scattering.cs 0 → 100644
View
DungeonShooting_Godot/src/game/buff/buff/Buff_ShieldRecoveryTime.cs 0 → 100644
View
DungeonShooting_Godot/src/game/buff/buff/Buff_WeaponCapacity.cs 0 → 100644
View
DungeonShooting_Godot/src/game/buff/buff/Buff_WoundedInvincibleTime.cs 0 → 100644
View
DungeonShooting_Godot/src/game/buff/fragment/Buff_ActivePropsCapacity.cs 100644 → 0
View
DungeonShooting_Godot/src/game/buff/fragment/Buff_BulletBounceCount.cs 100644 → 0
View
DungeonShooting_Godot/src/game/buff/fragment/Buff_BulletCount.cs 100644 → 0
View
DungeonShooting_Godot/src/game/buff/fragment/Buff_BulletDeviationAngle.cs 100644 → 0
View
DungeonShooting_Godot/src/game/buff/fragment/Buff_BulletDistance.cs 100644 → 0
View
DungeonShooting_Godot/src/game/buff/fragment/Buff_BulletPenetration.cs 100644 → 0
View
DungeonShooting_Godot/src/game/buff/fragment/Buff_BulletRepel.cs 100644 → 0
View
DungeonShooting_Godot/src/game/buff/fragment/Buff_BulletSpeed.cs 100644 → 0
View
DungeonShooting_Godot/src/game/buff/fragment/Buff_Damage.cs 100644 → 0
View
DungeonShooting_Godot/src/game/buff/fragment/Buff_MaxHp.cs 100644 → 0
View
DungeonShooting_Godot/src/game/buff/fragment/Buff_MaxShield.cs 100644 → 0
View
DungeonShooting_Godot/src/game/buff/fragment/Buff_MoveSpeed.cs 100644 → 0
View
DungeonShooting_Godot/src/game/buff/fragment/Buff_OffsetInjury.cs 100644 → 0
View
DungeonShooting_Godot/src/game/buff/fragment/Buff_RandomBulletSpeed.cs 100644 → 0
View
DungeonShooting_Godot/src/game/buff/fragment/Buff_Scattering.cs 100644 → 0
View
DungeonShooting_Godot/src/game/buff/fragment/Buff_ShieldRecoveryTime.cs 100644 → 0
View
DungeonShooting_Godot/src/game/buff/fragment/Buff_WeaponCapacity.cs 100644 → 0
View
DungeonShooting_Godot/src/game/buff/fragment/Buff_WoundedInvincibleTime.cs 100644 → 0