- fix: YAML linter fixes. (#327)
This commit is contained in:
@@ -9,7 +9,7 @@ public sealed partial class BloodSpearComponent : Component
|
||||
[ViewVariables]
|
||||
public Entity<CultistComponent>? User;
|
||||
|
||||
[DataField]
|
||||
[DataField(required: true)]
|
||||
public EntProtoId Action;
|
||||
|
||||
[DataField]
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
using Robust.Shared.GameStates;
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared._White.Economy;
|
||||
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed partial class BankCardComponent : Component
|
||||
{
|
||||
[ViewVariables(VVAccess.ReadOnly)]
|
||||
[DataField]
|
||||
public int? AccountId;
|
||||
|
||||
[DataField("startingBalance")]
|
||||
[DataField]
|
||||
public int StartingBalance;
|
||||
|
||||
[DataField("commandBudgetCard")]
|
||||
[DataField]
|
||||
public bool CommandBudgetCard;
|
||||
}
|
||||
|
||||
@@ -692,8 +692,6 @@
|
||||
tags:
|
||||
- PowerCell
|
||||
- PowerCellSmall
|
||||
- PowerCellHyper
|
||||
- PowerCellMicroreactor
|
||||
- type: EnergyDomeGenerator
|
||||
damageEnergyDraw: 3
|
||||
domePrototype: EnergyDomeSmallPink
|
||||
|
||||
@@ -26,8 +26,6 @@
|
||||
- BookMedicalReferenceBook
|
||||
- BookHowToSurvive
|
||||
- BookChemicalCompendium
|
||||
- BookEscalation
|
||||
- BookEscalationSecurity
|
||||
- BookAtmosDistro
|
||||
- BookAtmosWaste
|
||||
- BookAtmosAirAlarms
|
||||
@@ -290,7 +288,7 @@
|
||||
- MedkitFilled
|
||||
- MedkitCombat
|
||||
- MedkitRadiationFilled
|
||||
- MedkilOxygenFilled
|
||||
- MedkitOxygenFilled
|
||||
- MedkitBruteFilled
|
||||
- MedkitToxinFilled
|
||||
- MedkitBurnFilled
|
||||
@@ -300,7 +298,7 @@
|
||||
- Medkit
|
||||
- MedkitCombatFilled
|
||||
- MedkitRadiation
|
||||
- MedkilOxygen
|
||||
- MedkitO2
|
||||
- MedkitBrute
|
||||
- MedkitToxin
|
||||
- MedkitBurn
|
||||
@@ -518,7 +516,7 @@
|
||||
- CowToolboxFilled
|
||||
- CowToolbox
|
||||
- ToolboxGoldFilled
|
||||
- ToolboxGold
|
||||
- ToolboxGolden
|
||||
rareChance: 0.5
|
||||
|
||||
# random vomit spawner
|
||||
|
||||
@@ -38,7 +38,6 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- CannotSuicide
|
||||
maxSaturation: 15
|
||||
- type: Bloodstream
|
||||
bloodReagent: Slime
|
||||
bloodlossDamage:
|
||||
@@ -67,9 +66,7 @@
|
||||
parent: MobBorerBase
|
||||
id: MobSimpleBorer
|
||||
components:
|
||||
- type: Borer
|
||||
reproduceCost: 100
|
||||
assumeControlCost: 250
|
||||
- type: Borer
|
||||
|
||||
- type: entity
|
||||
id: SpawnPointGhostBorer
|
||||
|
||||
@@ -10,8 +10,11 @@
|
||||
components:
|
||||
- type: Item
|
||||
size: Small
|
||||
- type: SpawnItemsOnUse
|
||||
sound:
|
||||
path: /Audio/Effects/unwrap.ogg
|
||||
items:
|
||||
- id: UnoCardUnknownBlue0
|
||||
- type: Tag
|
||||
tags:
|
||||
- UnoCard
|
||||
@@ -29,8 +32,11 @@
|
||||
scale: 0.5, 0.5
|
||||
- type: Item
|
||||
size: Small
|
||||
- type: SpawnItemsOnUse
|
||||
sound:
|
||||
path: /Audio/Effects/unwrap.ogg
|
||||
items:
|
||||
- id: UnoCardBlue0
|
||||
- type: Tag
|
||||
tags:
|
||||
- UnoCard
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
- type: entity
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
id: BasePatch
|
||||
abstract: true
|
||||
@@ -23,7 +23,7 @@
|
||||
- type: Appearance
|
||||
- type: SolutionContainerVisuals
|
||||
- type: Patch
|
||||
OnlyMobs: false
|
||||
onlyMobs: false
|
||||
- type: StaticPrice
|
||||
price: 30
|
||||
|
||||
|
||||
@@ -1412,7 +1412,6 @@
|
||||
Heat: 0
|
||||
soundHit:
|
||||
collection: WeakHit
|
||||
soundForce: true
|
||||
|
||||
- type: entity
|
||||
name: cold beam
|
||||
|
||||
@@ -66,7 +66,6 @@
|
||||
capacity: 5
|
||||
proto: CartridgeAntiMateriel
|
||||
- type: Wieldable
|
||||
wieldTime: 0
|
||||
forceTwoHanded: True
|
||||
- type: Telescope
|
||||
|
||||
|
||||
@@ -251,7 +251,6 @@
|
||||
size: Small
|
||||
sprite: Objects/Weapons/Melee/double_esword.rsi
|
||||
- type: Wieldable
|
||||
wieldTime: 0
|
||||
- type: IncreaseDamageOnWield
|
||||
damage:
|
||||
types:
|
||||
|
||||
@@ -356,7 +356,6 @@
|
||||
- WeaponDisablerSMG
|
||||
- ClothingHandsGlovesMagnetic
|
||||
- ClothingHandsGlovesMagneticAdvanced
|
||||
- ClothingEyesGlassesSecurity
|
||||
- ExplosivePayload
|
||||
- FlashPayload
|
||||
- PowerCageSmall
|
||||
@@ -745,7 +744,6 @@
|
||||
- CartridgeMagnumRubber
|
||||
- CartridgePistolRubber
|
||||
- CartridgeRifleRubber
|
||||
- ClothingEyesGlassesSecurity
|
||||
- ExplosivePayload
|
||||
- FlashPayload
|
||||
- HoloprojectorSecurity
|
||||
|
||||
@@ -501,16 +501,16 @@
|
||||
- id: ClothingUniformJumpskirtMime
|
||||
- id: ClothingMaskMime
|
||||
prob: 0.25
|
||||
onGroup: mimemask
|
||||
orGroup: mimemask
|
||||
- id: ClothingMaskSadMime
|
||||
prob: 0.25
|
||||
onGroup: mimemask
|
||||
orGroup: mimemask
|
||||
- id: ClothingMaskScaredMime
|
||||
prob: 0.25
|
||||
onGroup: mimemask
|
||||
orGroup: mimemask
|
||||
- id: ClothingMaskSexyMime
|
||||
prob: 0.25
|
||||
onGroup: mimemask
|
||||
orGroup: mimemask
|
||||
- id: ClothingShoesColorWhite
|
||||
- id: ClothingHeadHatBeret
|
||||
- id: ClothingHandsGlovesLatex
|
||||
@@ -519,10 +519,10 @@
|
||||
- id: CrayonMime
|
||||
- id: ClothingBackpackSatchelMime
|
||||
prob: 0.5
|
||||
onGroup: mimebackpack
|
||||
orGroup: mimebackpack
|
||||
- id: ClothingBackpackMime
|
||||
prob: 0.5
|
||||
onGroup: mimebackpack
|
||||
orGroup: mimebackpack
|
||||
- id: ClothingOuterWinterMime
|
||||
prob: 0.5
|
||||
- id: ClothingOuterHardsuitMime
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
- type: gameMap
|
||||
- type: gameMap
|
||||
id: WhiteBox
|
||||
mapName: 'Box Station'
|
||||
mapPath: /Maps/White/Whitebox.yml
|
||||
@@ -56,5 +56,4 @@
|
||||
SeniorResearcher: [ 1, 1 ]
|
||||
SeniorPhysician: [ 1, 1 ]
|
||||
SeniorEngineer: [ 1, 1 ]
|
||||
SeniorSalvageSpecialist: [ 1, 1 ]
|
||||
Borg: [ 2, 2 ]
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
bodyTypes:
|
||||
- SkrellNormal
|
||||
- SkrellSlim
|
||||
sprites: MobSkrellSprites
|
||||
defaultSkinTone: "#50ff6d"
|
||||
markingLimits: MobSkrellMarkingLimits
|
||||
dollPrototype: MobSkrellDummy
|
||||
|
||||
@@ -40,3 +40,10 @@
|
||||
icon:
|
||||
sprite: /Textures/Interface/Misc/security_icons.rsi
|
||||
state: hud_wanted
|
||||
|
||||
- type: statusIcon
|
||||
parent: SecurityIcon
|
||||
id: CriminalRecordIconRemove
|
||||
icon:
|
||||
sprite: /Textures/Interface/Misc/security_icons.rsi
|
||||
state: hud_discharged
|
||||
|
||||
@@ -3,9 +3,6 @@
|
||||
parent: Medkit
|
||||
id: ExpandedMedkit
|
||||
components:
|
||||
- type: Storage
|
||||
capacity: 40
|
||||
sprite: White/Specific/expmedkit.rsi
|
||||
- type: Sprite
|
||||
sprite: White/Specific/expmedkit.rsi
|
||||
state: icon
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
laserFireCost: 64
|
||||
stunProjectileSpeed: 48
|
||||
laserProjectileSpeed: 48
|
||||
projSound: "/Audio/Weapons/Guns/Gunshots/laser.ogg"
|
||||
hitscanSound: "/Audio/Weapons/Guns/Gunshots/laser.ogg"
|
||||
stunSound: "/Audio/Weapons/Guns/Gunshots/laser.ogg"
|
||||
laserSound: "/Audio/Weapons/Guns/Gunshots/laser.ogg"
|
||||
modeNames:
|
||||
Stun: Cool
|
||||
Laser: Heat
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
description: Гарантирует быструю смерть.
|
||||
components:
|
||||
- type: Wieldable
|
||||
wieldTime: 0
|
||||
- type: ItemToggle
|
||||
soundActivate:
|
||||
path: /Audio/Weapons/ebladeon.ogg
|
||||
|
||||
@@ -902,7 +902,6 @@
|
||||
state: icon
|
||||
- type: Item
|
||||
sprite: White/Fluff/Geraldiy/blade.rsi
|
||||
state: icon
|
||||
- type: MeleeWeapon
|
||||
wideAnimationRotation: -135
|
||||
damage:
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
components:
|
||||
- type: CombatMode
|
||||
canDisarm: true
|
||||
- type: Mind
|
||||
- type: MindContainer
|
||||
showExamineInfo: true
|
||||
- type: Input
|
||||
context: "human"
|
||||
|
||||
@@ -124,7 +124,6 @@
|
||||
soundHit:
|
||||
path: /Audio/Effects/hit_kick.ogg
|
||||
- type: Stamina
|
||||
excess: 85
|
||||
- type: Perishable
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
name: species-name-felinid
|
||||
roundStart: true
|
||||
prototype: MobFelinid
|
||||
sprites: MobHumanSprites
|
||||
markingLimits: MobFelinidMarkingLimits
|
||||
dollPrototype: MobFelinidDummy
|
||||
skinColoration: HumanToned
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
markingLimits: MobHarpyMarkingLimits
|
||||
dollPrototype: MobHarpyDummy
|
||||
skinColoration: HumanToned
|
||||
sprites: MobHumanSprites
|
||||
bodyTypes:
|
||||
- HumanNormal
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
arc: 360 # interact despite grilles
|
||||
- type: Tag
|
||||
tags:
|
||||
- RCDDeconstructWhitelist
|
||||
- ForceFixRotations
|
||||
- Window
|
||||
- type: Sprite
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
variants: 1
|
||||
baseTurf: Plating
|
||||
isSubfloor: false
|
||||
canCrowbar: true
|
||||
deconstructTools: [ Prying ]
|
||||
footstepSounds:
|
||||
collection: FootstepFloor
|
||||
itemDrop: FloorTileItemSteel
|
||||
|
||||
Reference in New Issue
Block a user