first read this if you have not Workshop basics 1 - General Discussion - Overwatch Forums (blizzard.com) second im putting this in general because everyone in the workshop area already knows how to code
lets start off with the if statements in the overwatch workshop you can call a if which triggers a action based on conditions INSIDE a rule all the ways to call it are
- if
- abort if
- skip if
- else if
how these work is self-explanatory
another thing that might be useful is changeing hero values heres a list of some that might be useful
- set max health (sets a player’s hp based on a percentage)
- set damage dealt (sets a player’s damage based on a percentage)
- set move speed (sets a player’s move speed based on a percentage)
- set projectile speed (sets a player’s projectile speed based on a percentage)
- set damage taken (sets the amount of damage a player takesbased on a
- set healing dealt (sets the amount of healing a player does based on a percentage)
- set healing dealt (sets the amount of healing a player does based on a percentage)
- set healing taken (sets the amount of healing a player takes based on a percentage)
- set jump vertical speed (sets how high a player jumps based on a percentage)
*set projectile gravity(sets how fast a players projectiles fall based on a percentage) - set gravity (sets how fast a player falls based on a percentage)
- set knockback dealt (sets how much knockback a player gives to other players based on a percentage)
- set knockback received (sets the amount of knockback a player takes based on a percentage)
those were all the stat ones heres the more crazy ones
- set ammo (changes the amount of ammo a player has before reloading)
- set max ammo (changes the amount of ammo a player gets for reloading)
- set aim speed (changes the sense of a player based on a percentage)
- set ability charge (changes the amount of charge a ability has for example dvas right click)
- set ability cooldown (changes the cooldown on a ability)
sorry that this one is more of a list its just a list of what you can do is better then a tutoral at the stage you would be at