updated readme and some dalance
This commit is contained in:
@@ -4,4 +4,10 @@
|
|||||||
|
|
||||||
## 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
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user