Всякое (#104)

* - tweak: Revert mistakes.

* - tweak: Limit tempgun max temperature.

* - tweak: Gamemode tweaks.

* - tweak: Shuttle aren't messy anymore.

* - tweak: Vent critters spawn tweaks.

* - tweak: No stamina cost for mining weapons.

* - tweak: Better block.

* - add: Cool attack animations.

* - fix: Fix sprite.

* - add: Stun baton now shows charge.

* - tweak: Add cult to all in once.
This commit is contained in:
Aviu00
2024-02-21 16:52:25 +09:00
committed by GitHub
parent 6a22647864
commit c0cb414f17
14 changed files with 111 additions and 35 deletions

View File

@@ -69,4 +69,22 @@
components:
- type: Borer
reproduceCost: 100
assumeControlCost: 250
assumeControlCost: 250
- type: entity
id: SpawnPointGhostBorer
name: ghost role spawn point
suffix: coartical borer
parent: MarkerBase
components:
- type: GhostRole
name: ghost-role-information-borer-name
description: ghost-role-information-borer-description
- type: GhostRoleMobSpawner
prototype: MobSimpleBorer
- type: Sprite
sprite: Markers/jobs.rsi
layers:
- state: green
- sprite: Mobs/Animals/borer.rsi
state: borer

View File

@@ -11,6 +11,7 @@
sprite: Objects/Weapons/Melee/pickaxe.rsi
state: pickaxe
- type: MeleeWeapon
heavyAttackStaminaCost: 0 # For mining
attackRate: 0.7
wideAnimationRotation: -135
soundHit:
@@ -49,6 +50,7 @@
sprite: Objects/Tools/handdrill.rsi
state: handdrill
- type: MeleeWeapon
heavyAttackStaminaCost: 0 # For mining
autoAttack: true
angle: 0
wideAnimationRotation: -90

View File

@@ -38,13 +38,13 @@
Blunt: 7
bluntStaminaDamageFactor: 2.0
angle: 60
animation: WeaponArcSlash
- type: StaminaDamageOnHit
damage: 40
sound: /Audio/Weapons/egloves.ogg
- type: StaminaDamageOnCollide
damage: 40
sound: /Audio/Weapons/egloves.ogg
- type: ExaminableBattery
- type: Battery
maxCharge: 1000
startingCharge: 1000

View File

@@ -373,7 +373,7 @@
entries:
- id: MobGiantSpiderAngry
prob: 0.05
- type: entity
id: BorerSpawn
parent: BaseGameRule
@@ -389,9 +389,9 @@
startAudio:
path: /Audio/Announcements/attention.ogg
- type: VentCrittersRule
entries:
- id: MobSimpleBorer
prob: 0.04
specialEntries:
- id: SpawnPointGhostBorer
prob: 0.03
- type: entity
id: SpiderClownSpawn

View File

@@ -8,7 +8,7 @@
- type: damageModifierSet
id: Dwarf
coefficients:
Blunt: 0.7
Blunt: 0.9
Slash: 1.2
Piercing: 1.2

View File

@@ -9,7 +9,6 @@
- type: Sprite
sprite: White/Objects/Weapons/experimental_stunbaton.rsi
- type: Stunbaton
energyPerUse: 100
- type: MeleeWeapon
damage:
types:
@@ -17,7 +16,9 @@
bluntStaminaDamageFactor: 2.0
angle: 70
- type: StaminaDamageOnHit
damage: 80
damage: 45
- type: StaminaDamageOnCollide
damage: 45
- type: Battery
maxCharge: 2000
startingCharge: 2000

View File

@@ -20,6 +20,9 @@
- Revolutionary
- Zombie
- RampingStationEventScheduler
- Changeling
- Cult
- BasicRoundstartVariation
- type: gamePreset
id: Extended
@@ -102,7 +105,7 @@
- changeling
name: changeling-title
description: changeling-description
showInVote: false
showInVote: true
rules:
- Changeling
- BasicStationEventScheduler