OpenXcom Forum

OpenXcom Forks => OpenXcom Extended (OXCE) => OXCE Support => Topic started by: x60mmx on September 17, 2024, 09:29:23 pm

Title: Inflict TU reduction
Post by: x60mmx on September 17, 2024, 09:29:23 pm
Looking at the Nightly reference I see ToTime, but is there a way to inflict TU reduction without inflicting damage?
Title: Re: Inflict TU reduction
Post by: Delian on September 17, 2024, 09:38:18 pm
yes, by setting ToHealth to 0
Title: Re: Inflict TU reduction
Post by: x60mmx on September 18, 2024, 12:38:40 am
Thanks.  So use Damage and ToTime, and set ToHealth to 0, correct?
Title: Re: Inflict TU reduction
Post by: Nord on September 21, 2024, 02:17:33 am
Code: [Select]
    damageAlter:
      ToStun: 0.0
      ToHealth: 0.0
      ToTile: 0.0
      ToWound: 0.0
      ToTime: 1.0
More like that.
Title: Re: Inflict TU reduction
Post by: CrazedHarpooner on September 21, 2024, 02:31:48 am
Will probably want to include
Code: [Select]
ToArmor: 0 as it defaults to 0.1 otherwise. Unless you want to still damage the armor.