Commit 55ec327
committed
Projectile Implementation!
* AB: Implemented ability projectiles
* AB: Added Shadow Strike, Carrion Swarm, and Impale as demo abilities
* AB: Added floating text hooks
* AB: Added try/catch to ability loading so one bad file won't always cause others to fail
* AB: Updated Point Target Simple to properly perform onAdd actions
* AB: Updated Timed Buffs to allow different art types
* AB: Refactored use of getCastingUnit to have clearer getBuffedUnit and getListenerUnit for specific cases
* Core: Fixed crit text not appearing on misses for splash attacks
* Core: Fixed AOE size for splash attacks that don't have a small damage area
* Core: Fixed attack sounds for melee misses
* Core: Fixed miss text appearing for splash missiles
* Core: Hacked the miss text to appear by using the crit formatting1 parent 24ee927 commit 55ec327
File tree
69 files changed
+3388
-272
lines changed- core
- assets/abilityBehaviors
- src/com/etheller/warsmash/viewer5/handlers/w3x
- simulation
- abilitybuilder
- ability
- behavior
- action
- buff
- floatingtext
- projectile
- unit
- callback
- destructable
- floatcallbacks
- integercallbacks
- locationcallbacks
- unitcallbacks
- widget
- condition
- unit
- buff
- core
- projectile
- types
- definitions/impl
- impl
- combat
- attacks
- listeners
- projectile
- data
- util
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
69 files changed
+3388
-272
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
517 | | - | |
| 517 | + | |
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments