Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
163 changes: 163 additions & 0 deletions Resources/Prototypes/_Maid/Entities/Mobs/onestar.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,163 @@
- type: entity
name: One-Star
id: MobOneStar
parent: [ BaseMob ]
description: "Убийственная мощь и огромная броня, бегите пока можете."
suffix: "Лютый Дизбаланс"
components:
- type: Sprite
drawdepth: Mobs
sprite: Mobs/Silicon/onestar.rsi
layers:
- map: [ "enum.DamageStateVisualLayers.Base" ]
state: onestar_boss
- map: [ "enum.DamageStateVisualLayers.BaseUnshaded" ]
state: onestar_boss_screen
Comment thread
coderabbitai[bot] marked this conversation as resolved.
shader: unshaded
- type: DamageStateVisuals
states:
Alive:
Base: onestar_boss
BaseUnshaded: onestar_boss_screen
Dead:
Base: onestar_boss_wrecked
- type: MobState
- type: MobThresholds
thresholds:
0: Alive
1500: Dead
allowRevives: false
showOverlays: true
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeCircle
radius: 1
density: 3000
mask:
- MobMask
layer:
- MobLayer
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Metallic
- type: StatusEffects
allowed:
- SlowedDown
- type: TypingIndicator
proto: robot
- type: Speech
speechVerb: Robotic
speechSounds: Borg
allowedEmotes: # Goobstation - Cyborg emote sounds
- Laugh
- Sigh
- Crying
- Whistle
- type: Vocal
sounds:
Unsexed: UnisexSilicon
wilhelmProbability: 0
- type: FootstepModifier
footstepSoundCollection:
collection: FootstepBorg
- type: ItemTogglePointLight
- type: ZombieImmune
- type: Repairable
doAfterDelay: 40
- type: MovementSpeedModifier
baseWalkSpeed: 0.75
baseSprintSpeed: 0.75
- type: BallisticAmmoProvider
proto: CartridgeLightRifle
capacity: 10000
- type: Gun
fireRate: 24
useKey: false
Comment thread
RedBurningPhoenix marked this conversation as resolved.
selectedMode: FullAuto
availableModes:
- FullAuto
soundGunshot: /Audio/Weapons/Guns/Gunshots/lmg.ogg
- type: CombatMode
- type: NoSlip
- type: ToggleableVisuals
spriteLayer: light
- type: PointLight
Comment thread
RedBurningPhoenix marked this conversation as resolved.
enabled: false
mask: /Textures/Effects/LightMasks/cone.png
autoRot: true
radius: 16
netsync: false
- type: ProtectedFromStepTriggers
- type: LanguageKnowledge # Einstein Engines - Languages
speaks:
- TauCetiBasic
- RobotTalk
understands:
- TauCetiBasic
- RobotTalk
- type: Puller
needsHands: false


- type: entity
name: One-Star
id: MobOneStarbalance
parent: [ MobOneStar ]
suffix: "Балансная Версия"
components:
- type: Gun
fireRate: 4
useKey: false
selectedMode: FullAuto
availableModes:
- FullAuto
- type: MobThresholds
thresholds:
0: Alive
750: Dead

- type: entity
name: One-Star
id: MobOneStarRocket
parent: [ MobOneStar ]
suffix: "Лютый Дизбаланс + Ракеты"
components:
- type: BallisticAmmoProvider
proto: CartridgeRocket
capacity: 100
- type: Gun
fireRate: 1.5
useKey: false
selectedMode: FullAuto
soundGunshot: /Audio/Weapons/Guns/Gunshots/rocket_launcher.ogg
availableModes:
- FullAuto
- type: MobThresholds
thresholds:
0: Alive
750: Dead


- type: entity
name: One-Star
id: MobOneStarMelee
parent: [ MobOneStar ]
suffix: "Лютый Дизбаланс + Ближний бой"
components:
- type: MobThresholds
thresholds:
0: Alive
3000: Dead
allowRevives: false
showOverlays: true
- type: MeleeWeapon
damage:
types:
Blunt: 150
Structural: 200
range: 3.5
attackRate: 0.4
altDisarm: false
- type: CombatMode
Comment thread
RedBurningPhoenix marked this conversation as resolved.
Loading