Difference between revisions of "Chilli Bomb"
From Worms Knowledge Base
Wormfan101 (Talk | contribs) (Created page with "The ''Chilli Bomb'' is somewhat similar to the Banana Bomb but when the clusters explode, they release fire. == Programming == All you need to do is duplicate the code of ...") |
Wormfan101 (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | The ''Chilli Bomb'' is somewhat similar to the [[Banana Bomb]] but when the clusters explode, they release fire. | + | The '''Chilli Bomb''' is somewhat similar to the [[Banana Bomb]] but when the clusters explode, they release fire. |
− | + | ||
== Programming == | == Programming == | ||
All you need to do is duplicate the code of the banana bomb and instead of an original explosion, the explosion releases fire so in the code, you would need to type in a function that creates a number of flames in the relative position of the grenade and the clusters. | All you need to do is duplicate the code of the banana bomb and instead of an original explosion, the explosion releases fire so in the code, you would need to type in a function that creates a number of flames in the relative position of the grenade and the clusters. |
Revision as of 20:14, 25 October 2011
The Chilli Bomb is somewhat similar to the Banana Bomb but when the clusters explode, they release fire.
Programming
All you need to do is duplicate the code of the banana bomb and instead of an original explosion, the explosion releases fire so in the code, you would need to type in a function that creates a number of flames in the relative position of the grenade and the clusters.