// 커스텀업 테스트 WaveSchedule { ExtendedUpgrades { winger { Name "소이탄" Attribute "Set DamageType Ignite" Cap 2 Increment 2 Cost 200 Description "적중시 적을 불태웁니다. 점프횟수가 2회 늘어납니다." AllowedWeapons { //ItemName "TF_WEAPON_PISTOL" ItemName "the winger" //ItemName "pretty boy's pocket pistol" } SecondaryAttributes { "air dash count" 3 "provide on active" 0 } } pocketpistol { Name "넉백감소" Attribute "damage force reduction" Cap 2 Increment 0.3 Cost 300 Description "넉백 저항력이 증가합니다, 오줌,우유에 면역이 됩니다." AllowedWeapons { ItemName "pretty boy's pocket pistol" } SecondaryAttributes { "wet immunity" 1 } } sunstick { Name "초고열 막대" Attribute "damage bonus vs burning" Cap 3 Increment 3 Cost 300 Description "불타는대상에게 피해량이 올라가고 공격속도가 느려집니다." AllowedWeapons { ItemName "sun-on-a-stick" } SecondaryAttributes { "fire rate penalty" 0.8 } } } } // //