Translations:Modding:Advanced Blocks/21/en: Difference between revisions

From Vintage Story Wiki
(Importing a new version from external source)
 
(Importing a new version from external source)
Tag: Replaced
 
Line 1: Line 1:
'''How can we make the entity bounce?'''
'''How can we make the entity bounce?'''
In order to make an entity bounce, we need to change its direction. Therefore we can simply revert its motion. The faster the entity will be when during the collision the further it will be pushed away. But simply reverting the motion wouldn't be ideal. The entity would never lose its motion and bounce endless. So let's go for something smaller and make the entity lose 20% of its motion each bounce:

Latest revision as of 13:39, 25 March 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Modding:Advanced Blocks)
'''How can we make the entity bounce?'''

How can we make the entity bounce?