Workshop noob needs help

So i want to try some Bastion changes, but i have no idea how to implement them using the workshop. Can someone help me out?

Things I’d like to test.

Bastion

General

  • 100 extra armor

Ironclad

  • increased to 35%
  • removed from tank and sentry config
  • only active during transformation frames

Recon

  • critbox reduced by 10% ( probably not possible using workshop i guess )

Sentry

  • now on a 12 second cooldown (starts when already using the ability)
  • 4 second duration
  • can be canceled early
  • Illustrating that bastion has 100 extra armor is impossible but some of the aspects of armor can be mimicked. I don’t know how to do this if you’re taking damage of more than 10, but you can make a rule where if the Health of Event Player == 200 and if the event damage was 50, Add an action of “Set damage received 50%”, and make another rule where if the Health of Event Player == 100, Add the action “Set damage received 100%”, the only problem is that this would only work in damages that are like 10 or less.

  • For Ironclad since you increased it by 15 % you can just set a rule with a “set damage received 85%”. If you want it removed from tank and sentry, then you’d have to use a code where you can identify what form bastion is (somebody made this using bastion’s height, I can’t find it for now) so if you have identified what form bastion is, you can set the damage received to 135%, so the ironclad passive will be removed unless youre in recon. If you want it only to be active during transformation frames then i think that could be possible with a wait action but im still not sure. :confused:

  • For the critbox of recon, yeah not possible but you can decrease the damage received on a critical hit

  • I haven’t tested and used the new “Set ability cooldown” rules yet, but try using it and the value is 12. if it doesn’t work, then you’d have to mimic a cooldown using a variable and the “chase player variable at rate” action. I recommend watching some videos about it, how to make custom cooldowns and all that. I also don’t know what you mean by the 4 second duration?, like do you mean the transformation? like if you want to cancel sentry while transforming, you could use “cancel primary action” or make yourself hacked with “set status”

2 Likes