Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,17 @@
- sprite: ADT/Mobs/Species/Drask/parts.rsi
state: head

- type: marking
id: FaceDraskBase
bodyPart: Snout
markingCategory: Snout
followSkinColor: true
forcedColoring: true
speciesRestriction: [DraskSpecies]
sprites:
- sprite: ADT/Mobs/Species/Drask/parts.rsi
state: Face

- type: marking
id: FaceDrask
bodyPart: Snout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
stackRequirements:
Manipulator: 12
Steel: 15
ADTBScrystalArt: 6
ADTBScrystal: 3

- type: entity
id: ADTMachineBigThrusterCircuitboard #3x3
Expand All @@ -281,7 +281,7 @@
stackRequirements:
Manipulator: 36
Steel: 45
ADTBScrystalArt: 18
ADTBScrystal: 9

- type: entity
id: ADTMachineMediumThrusterCircuitboard #2x2
Expand All @@ -295,7 +295,7 @@
stackRequirements:
Manipulator: 16
Steel: 20
ADTBScrystalArt: 8
ADTBScrystal: 4

- type: entity
id: ADTAdvancedMedicalBedCircuitboard
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/ADT/GameRules/roundstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
components:
- type: DynamicRule
maxEventsBeforeAntag: 9
maxChaos: 60
maxChaos: 80
minChaos: 50
scheduledGameRules: !type:NestedSelector
tableId: RampingGameRulesTable
Expand Down
6 changes: 4 additions & 2 deletions Resources/Prototypes/ADT/Species/drask.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,17 @@
HeadSide:
points: 1
required: true
defaultMarkings: [ DraskHeadBase ]
Chest:
points: 2
required: true
Tail:
points: 1
required: false
Snout:
points: 2
required: false
points: 1
required: true
defaultMarkings: [ FaceDraskBase ]
Legs:
points: 4
required: false
Expand Down
5 changes: 2 additions & 3 deletions Resources/Prototypes/ADT/dynamic_weights.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
- type: weightedRandom
id: DynamicRandom
weights:
DynamicHard: 0.33
DynamicMedium: 0.34
DynamicLight: 0.33
DynamicHard: 0.5
DynamicMedium: 0.5
Loading