28 lines
934 B
YAML
28 lines
934 B
YAML
# SPDX-FileCopyrightText: 2022 Flipp Syder <76629141+vulppine@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2023 Emisse <99158783+Emisse@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2025 GoobBot <uristmchands@proton.me>
|
|
# SPDX-FileCopyrightText: 2025 MarkerWicker <markerWicker@proton.me>
|
|
# SPDX-FileCopyrightText: 2025 SX-7 <sn1.test.preria.2002@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
- type: species
|
|
id: Dwarf
|
|
name: species-name-dwarf
|
|
roundStart: true
|
|
prototype: MobDwarf
|
|
sprites: MobHumanSprites
|
|
markingLimits: MobHumanMarkingLimits
|
|
dollPrototype: MobDwarfDummy
|
|
skinColoration: HumanToned
|
|
# begin Goobstation: port EE height/width sliders
|
|
sizeRatio: 1.3
|
|
minHeight: 0.75
|
|
defaultHeight: 0.8
|
|
maxHeight: 0.9
|
|
minWidth: 0.9
|
|
defaultWidth: 1
|
|
maxWidth: 1.3
|
|
# end Goobstation: port EE height/width sliders
|