OpenXcom Forum

Modding => Released Mods => The X-Com Files => Topic started by: GreenCake on August 10, 2017, 09:50:35 pm

Title: Weapon parameter
Post by: GreenCake on August 10, 2017, 09:50:35 pm
At the description of some gun ">skill: some formula". What it's mean?
Title: Re: Weapon parameter
Post by: Solarius Scorch on August 10, 2017, 10:06:17 pm
It means firing squared.
Sorry, there's no other way to show the upper index... And Dioxine told me that the upper arrow may denote it. :P
Title: Re: Weapon parameter
Post by: GreenCake on August 10, 2017, 10:14:32 pm
Question about "skill" ::)
Title: Re: Weapon parameter
Post by: Solarius Scorch on August 10, 2017, 10:40:24 pm
I don't think I understand your question... Try using whole sentences. :P

But if I try to explain the formula Skill: FIRING^2 * 0.01:

Code: [Select]
Firing Accuracy squared
Multiplied by 0.01

Title: Re: Weapon parameter
Post by: GreenCake on August 10, 2017, 11:26:55 pm
skill it's like range of fire, or something?
Title: Re: Weapon parameter
Post by: Meridian on August 10, 2017, 11:32:24 pm
skill it's like range of fire, or something?

"skill" is shorthand for "which soldier skill(s) are used for aim calculation and how"
Title: Re: Weapon parameter
Post by: GreenCake on August 10, 2017, 11:38:25 pm
Thx, i had similar guess