RatScanner/RatStash

Ammo.cs is missing property "PenetrationPower" from JSON/data files

Closed this issue ยท 1 comments

As title, it's kind of a problem! ๐Ÿ˜›
Need to add:

[JsonProperty("PenetrationPower")]
        public int PenetrationPower { get; set; }

While fixing this, I noticed a lot of other properties are also missing some which require custom converters. Im half way done with all of them now only missing med / food effects but Im not available over the weekend so the new release which contains them will arrive on monday.