道具逻辑片段更新参数描述
1 parent 69df2d7 commit 1bac8dffdf6f36bdcc2d11762f5822e16727d46c
@小李xl 小李xl authored on 22 Mar 2024
Showing 42 changed files
View
DungeonShooting_Godot/excel/ActivePropBase.xlsx
Not supported
View
DungeonShooting_Godot/resource/config/ActivePropBase.json
View
DungeonShooting_Godot/src/config/ExcelConfig.cs
View
DungeonShooting_Godot/src/game/buff/BuffFragment.cs
View
DungeonShooting_Godot/src/game/buff/BuffFragmentAttribute.cs
View
DungeonShooting_Godot/src/game/buff/ChargeFragmentAttribute.cs
View
DungeonShooting_Godot/src/game/buff/ConditionFragmentAttribute.cs
View
DungeonShooting_Godot/src/game/buff/EffectFragmentAttribute.cs
View
DungeonShooting_Godot/src/game/buff/FragmentAttribute.cs 0 → 100644
View
DungeonShooting_Godot/src/game/buff/buff/Buff_ActivePropsCapacity.cs
View
DungeonShooting_Godot/src/game/buff/buff/Buff_BulletBounceCount.cs
View
DungeonShooting_Godot/src/game/buff/buff/Buff_BulletCount.cs
View
DungeonShooting_Godot/src/game/buff/buff/Buff_BulletDamage.cs
View
DungeonShooting_Godot/src/game/buff/buff/Buff_BulletDeviationAngle.cs
View
DungeonShooting_Godot/src/game/buff/buff/Buff_BulletDistance.cs
View
DungeonShooting_Godot/src/game/buff/buff/Buff_BulletPenetration.cs
View
DungeonShooting_Godot/src/game/buff/buff/Buff_BulletRepel.cs
View
DungeonShooting_Godot/src/game/buff/buff/Buff_BulletSpeed.cs
View
DungeonShooting_Godot/src/game/buff/buff/Buff_GetGold.cs
View
DungeonShooting_Godot/src/game/buff/buff/Buff_MaxHp.cs
View
DungeonShooting_Godot/src/game/buff/buff/Buff_MaxShield.cs
View
DungeonShooting_Godot/src/game/buff/buff/Buff_MoveSpeed.cs
View
DungeonShooting_Godot/src/game/buff/buff/Buff_OffsetInjury.cs
View
DungeonShooting_Godot/src/game/buff/buff/Buff_RandomBulletSpeed.cs
View
DungeonShooting_Godot/src/game/buff/buff/Buff_Scattering.cs
View
DungeonShooting_Godot/src/game/buff/buff/Buff_ShieldRecoveryTime.cs
View
DungeonShooting_Godot/src/game/buff/buff/Buff_WeaponCapacity.cs
View
DungeonShooting_Godot/src/game/buff/buff/Buff_WoundedInvincibleTime.cs
View
DungeonShooting_Godot/src/game/buff/charge/Cha_EnterRoom.cs
View
DungeonShooting_Godot/src/game/buff/charge/Cha_Hurt.cs
View
DungeonShooting_Godot/src/game/buff/condition/Cond_AmmoFull.cs
View
DungeonShooting_Godot/src/game/buff/condition/Cond_Gold.cs
View
DungeonShooting_Godot/src/game/buff/condition/Cond_Hp.cs
View
DungeonShooting_Godot/src/game/buff/condition/Cond_HpFull.cs
View
DungeonShooting_Godot/src/game/buff/effect/Eff_AreaTrigger.cs
View
DungeonShooting_Godot/src/game/buff/effect/Eff_ChangeHp.cs
View
DungeonShooting_Godot/src/game/buff/effect/Eff_GetGold.cs
View
DungeonShooting_Godot/src/game/buff/effect/Eff_PiggyBank.cs
View
DungeonShooting_Godot/src/game/buff/effect/Eff_SwapWeapon.cs
View
DungeonShooting_Godot/src/game/buff/effect/Eff_TotalAmmo.cs
View
DungeonShooting_Godot/src/game/buff/effect/Eff_UseGold.cs
View
DungeonShooting_Godot/src/game/manager/PropFragmentRegister.cs