Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
0.10.1b
Browse files Browse the repository at this point in the history
  • Loading branch information
NiTiSon committed Jan 16, 2021
1 parent 7dfb673 commit e8d1bc8
Show file tree
Hide file tree
Showing 10 changed files with 130 additions and 9 deletions.
2 changes: 2 additions & 0 deletions bundles/bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ block.gravillaso-destiny.name = Destiny
block.gravillaso-destiny.description = Shoots motionless electric spears\nFast reload allows you to keep up with fast enemies.
block.gravillaso-divine-storm.name = Divine Storm
block.gravillaso-divine-storm.description = Fires copper, metaglass, and homing silicon to attack enemy air units
block.gravillaso-renunciation.name = Renunciation
block.gravillaso-renunciation.description = [red]In developing
###Blocks-Factory
block.gravillaso-magneturn-smelter.name = Magneturn Smelter
block.gravillaso-magneturn-smelter.description = [red]In developing
Expand Down
2 changes: 2 additions & 0 deletions bundles/bundle_ru.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ block.gravillaso-destiny.name = Провидение
block.gravillaso-destiny.description = Среляет неподвижными электрическими копьями\nБыстрая перезарядка позволяет поспевать за быстрыми врагами
block.gravillaso-divine-storm.name = Божественный шторм
block.gravillaso-divine-storm.description = Стреляет медью, метастеклом и самонаводящимся кремнием для атаки вражеских воздушных единиц.
block.gravillaso-renunciation.name = Отречение
block.gravillaso-renunciation.description = [red]В разработке
###Blocks-Factory
block.gravillaso-magneturn-smelter.name = Магнетуровая плавильня
block.gravillaso-magneturn-smelter.description = [red]В разработке
Expand Down
4 changes: 3 additions & 1 deletion content/blocks/production/magneturn-smelter.hjson
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
type: GenericSmelter
type: AttributeSmelter
attribute: heat
baseEfficiency: 1
liquidCapacity: 175
hasPower: true
hasLiquids: true
Expand Down
4 changes: 2 additions & 2 deletions content/blocks/production/molecular-converter.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ requirements: [
silicon/80
]
updateEffect: smeltsmoke
idleSound: respawning
idleSoundVolume: 0.5
loopSound: smelter
loopSoundVolume: 0.5
outputItem: gravitium/1
research: {
parent: "plastanium-compressor"
Expand Down
4 changes: 2 additions & 2 deletions content/blocks/production/purifier.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ requirements: [
titanium/100
]
updateEffect: smeltsmoke
idleSound: respawning
idleSoundVolume: 0.5
idleSound: cutter.ogg
idleSoundVolume: 0.9
outputItem: gravitol/1
research: {
parent: "phase-weaver"
Expand Down
7 changes: 4 additions & 3 deletions content/blocks/turrets/anxiety.hjson
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
type: ItemTurret
health: 450
size: 2
reload: 2
reloadTime: 60
shoots: 1
range: 320
inaccuracy: 0
Expand All @@ -16,8 +16,9 @@ ammoTypes: {
height: 11
shootEffect: shootSmall
smokeEffect: shootSmallSmoke
homingPower: 0.3
homingPower: 0.009
ammoMultiplier: 3
trailChance: 0.5
}
silicon: {
type: BasicBulletType
Expand All @@ -26,7 +27,7 @@ ammoTypes: {
damage: 14
width: 3
height: 5
homingPower: 0.1
homingPower: 0.07
shootEffect: shootSmall
smokeEffect: shootSmallSmoke
}
Expand Down
114 changes: 114 additions & 0 deletions content/blocks/turrets/renunciation.hjson
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
###Отречение
type: ItemTurret
shootSound: missile
health: 1780
size: 3
range: 340
inaccuracy: 12
rotatespeed: 4.5
xRand: 7
reloadTime: 90
shoots: 3
ammoTypes: {
gravitol: {
type: MissileBulletType
splashDamageRadius: 32
splashDamage: 45
lifetime: 67
speed: 5
damage: 57
width: 7
height: 11
hitSound: explosion
despawnEffect: explosion
hitEffect: explosion
shootEffect: shootSmall
smokeEffect: shootSmallSmoke
homingPower: 0.04
ammoMultiplier: 1
fragBullets: 7
fragLifeMax:2
fragLifeMin:0.75
fragVelocityMax: 3
fragVelocityMin: 1.75
fragBullet: {
type: MissileBulletType
damage: 15
width: 6
height: 9.7
hitSound: explosion
smokeEffect: shootSmallSmoke
homingPower: 0.08
}
}
surge-alloy: {
type: MissileBulletType
splashDamageRadius: 48
splashDamage: 78
lifetime: 71
speed: 4.2
damage: 96
width: 6.1
height: 12.9
hitSound: explosion
despawnEffect: explosion
hitEffect: explosion
shootEffect: shootSmall
smokeEffect: shootSmallSmoke
ammoMultiplier: 2
lightning:6
lightningCone: 20
lightningDamage: 33
lightningLength: 12
lightningLengthRand: 12
}
magneturn: {
type: MissileBulletType
splashDamageRadius: 78
splashDamage: 33
lifetime: 89
speed: 5.8
damage: 127
width: 8.5
height: 16.7
hitSound: explosion
despawnEffect: explosion
hitEffect: explosion
shootEffect: shootSmall
smokeEffect: shootSmallSmoke
homingPower: 0.09
ammoMultiplier: 4
fragBullets: 8
fragLifeMax:3
fragLifeMin:1.8
fragVelocityMax: 2
fragVelocityMin: 1.15
fragBullet: {
type: MissileBulletType
damage: 73
width: 8
height: 11.7
hitSound: explosion
smokeEffect: shootSmallSmoke
homingPower: 0.8
}
}
}
requirements: [
titanium/390
thorium/230
gravitol/420
surge-alloy/340
magneturn/190
]
category: turret
research: {
parent: swarmer
requirements: [
titanium/10500
thorium/9600
gravitol/2340
surge-alloy/2980
magneturn/1920
]
}
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name: "gravillaso"
displayName: "[purple]Gravillaso[white] Mod"
author: "NNTs-NickName73"
description: "Mod by NNTs-NickName73"
version: " 0.9.7r"
version: " 0.10.1b"
minGameVersion: "105"
Binary file added sprites/blocks/turrets/destiny-heat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/turrets/renunciation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e8d1bc8

Please sign in to comment.