Skip to content

Commit 14daf8d

Browse files
Toyokacarlosrpg
authored andcommitted
Swiper Boss - Particles (#2177)
* Swiper boss ability effects - Added all of swiper's effects for his different actions * Swiper ability indicator effects adjustments - Doubled the size of all ieffects - Improved alpha fade in/out and general transparency - Fixed rotation issues with frontswipe and backswipe - Improved Thrust and Rush alignments & Sword placement/rotation - Generally improved overall visuals & clarity of all effects * Adjusted Swiper back/front swipe particles - Swipe particles now accurately match debug sphere positioning/radius
1 parent b6819ea commit 14daf8d

File tree

4 files changed

+34
-6
lines changed

4 files changed

+34
-6
lines changed

content/particles/bosses/swiper/swiper_backswipe_base.vpcf

+6-2
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,15 @@
128128
{
129129
_class = "C_INIT_RingWave"
130130
m_flParticlesPerOrbit = 66.0
131-
m_flInitialRadius = 219.0
131+
m_flInitialRadius = 285.0
132132
m_bEvenDistribution = true
133133
m_flYaw = -90.0
134134
},
135+
{
136+
_class = "C_INIT_PositionWarp"
137+
m_vecWarpMin = [ 0.85, 1.0, 1.0 ]
138+
m_vecWarpMax = [ 0.85, 1.0, 0.0 ]
139+
},
135140
]
136141
m_Emitters =
137142
[
@@ -147,5 +152,4 @@
147152
m_ChildRef = resource:"particles/bosses/swiper/swiper_backswipe_sword.vpcf"
148153
},
149154
]
150-
m_flConstantRadius = 20.0
151155
}

content/particles/bosses/swiper/swiper_backswipe_sword.vpcf

+11-1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@
7070
{
7171
_class = "C_OP_PositionLock"
7272
},
73+
{
74+
_class = "C_OP_MovementPlaceOnGround"
75+
m_flOffset = 1.0
76+
m_bDisableOperator = true
77+
},
7378
]
7479
m_Renderers =
7580
[
@@ -90,7 +95,7 @@
9095
{
9196
_class = "C_INIT_RingWave"
9297
m_flParticlesPerOrbit = 18.0
93-
m_flInitialRadius = 125.0
98+
m_flInitialRadius = 195.0
9499
m_bEvenDistribution = true
95100
m_flYaw = -110.0
96101
},
@@ -101,6 +106,11 @@
101106
m_nInputMax = 9
102107
m_flOutputMin = 0.5
103108
},
109+
{
110+
_class = "C_INIT_PositionWarp"
111+
m_vecWarpMin = [ 0.8, 1.0, 1.0 ]
112+
m_vecWarpMax = [ 0.8, 1.0, 0.0 ]
113+
},
104114
]
105115
m_Emitters =
106116
[

content/particles/bosses/swiper/swiper_frontswipe_base.vpcf

+6-2
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,16 @@
128128
{
129129
_class = "C_INIT_RingWave"
130130
m_flParticlesPerOrbit = 66.0
131-
m_flInitialRadius = 219.0
131+
m_flInitialRadius = 285.0
132132
m_bEvenDistribution = true
133133
m_flRoll = 180.0
134134
m_flYaw = 90.0
135135
},
136+
{
137+
_class = "C_INIT_PositionWarp"
138+
m_vecWarpMin = [ 0.85, 1.0, 1.0 ]
139+
m_vecWarpMax = [ 0.85, 1.0, 0.0 ]
140+
},
136141
]
137142
m_Emitters =
138143
[
@@ -148,5 +153,4 @@
148153
m_ChildRef = resource:"particles/bosses/swiper/swiper_frontswipe_sword.vpcf"
149154
},
150155
]
151-
m_flConstantRadius = 20.0
152156
}

content/particles/bosses/swiper/swiper_frontswipe_sword.vpcf

+11-1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@
7070
{
7171
_class = "C_OP_PositionLock"
7272
},
73+
{
74+
_class = "C_OP_MovementPlaceOnGround"
75+
m_flOffset = 1.0
76+
m_bDisableOperator = true
77+
},
7378
]
7479
m_Renderers =
7580
[
@@ -90,7 +95,7 @@
9095
{
9196
_class = "C_INIT_RingWave"
9297
m_flParticlesPerOrbit = 18.0
93-
m_flInitialRadius = 125.0
98+
m_flInitialRadius = 195.0
9499
m_bEvenDistribution = true
95100
m_flRoll = 180.0
96101
m_flYaw = 110.0
@@ -102,6 +107,11 @@
102107
m_nInputMax = 9
103108
m_flOutputMin = 0.5
104109
},
110+
{
111+
_class = "C_INIT_PositionWarp"
112+
m_vecWarpMin = [ 0.8, 1.0, 1.0 ]
113+
m_vecWarpMax = [ 0.8, 1.0, 0.0 ]
114+
},
105115
]
106116
m_Emitters =
107117
[

0 commit comments

Comments
 (0)