updated readme and some dalance

This commit is contained in:
bacon
2023-08-24 23:35:01 +03:00
parent 9415f265c2
commit bd8dfbf5d0
2 changed files with 10 additions and 2 deletions

View File

@@ -5,3 +5,9 @@
## Getting started ## Getting started
That mod for Avorion original writed [Alive!](https://steamcommunity.com/id/CasKepler2/) for 0.32 and updated by me with him That mod for Avorion original writed [Alive!](https://steamcommunity.com/id/CasKepler2/) for 0.32 and updated by me with him
## Added weapon
* Hookgun
* Smart-cannon
* Heavy Cannon
* Diffuser

View File

@@ -168,8 +168,10 @@ function WeaponGenerator.generateHarpoon(rand, dps, tech, material, rarity)
weapon.sound = "cannon" weapon.sound = "cannon"
weapon.accuracy = 0.99 - rand:getFloat(0, 0.02) weapon.accuracy = 0.99 - rand:getFloat(0, 0.02)
weapon.blockPenetration = rand:getInt(0, rarity.value) + 2
weapon.otherForce = -400 * dps * rarity.value
weapon.otherForce = -500 * dps * rarity.value
weapon.damage = damage weapon.damage = damage
weapon.damageType = DamageType.Physical weapon.damageType = DamageType.Physical