-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wrench * station crates * bottles * barrel openable * Update crates.yml * mop fix * broom fix * crossbolt size fix * bottles fix * Update closets.yml * Update anvil.yml * Update crates.yml
- Loading branch information
Showing
17 changed files
with
477 additions
and
497 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
- type: entity | ||
id: CP14SmallWoodenCrateFilled | ||
parent: | ||
- CP14SmallWoodenCrate | ||
suffix: Filled, Tools and Fluff | ||
components: | ||
- type: EntityTableContainerFill | ||
containers: | ||
storagebase: !type:NestedSelector | ||
tableId: CP14StationCrateLootTools | ||
rolls: !type:RangeNumberSelector | ||
range: 1, 5 | ||
|
||
- type: entity | ||
id: CP14LargeWoodenCrateFilled | ||
suffix: Filled, Tools and Fluff | ||
parent: | ||
- CP14LargeWoodenCrate | ||
components: | ||
- type: EntityTableContainerFill | ||
containers: | ||
storagebase: !type:NestedSelector | ||
tableId: CP14StationCrateLoot | ||
|
||
- type: entityTable | ||
id: CP14StationCrateLoot | ||
table: !type:AllSelector | ||
children: | ||
# Tools | ||
- !type:NestedSelector | ||
tableId: CP14StationCrateLootTools | ||
rolls: !type:RangeNumberSelector | ||
range: 1, 5 | ||
# Fluff | ||
- !type:NestedSelector | ||
tableId: CP14StationCrateLootFluff | ||
prob: 0.33 | ||
rolls: !type:RangeNumberSelector | ||
range: 0, 2 | ||
|
||
- type: entityTable | ||
id: CP14StationCrateLootTools | ||
table: !type:GroupSelector | ||
children: | ||
- !type:GroupSelector | ||
children: | ||
- id: CP14Scissors | ||
- id: CP14BaseCrowbar | ||
- id: CP14BaseWrench | ||
- id: CP14BaseShovel | ||
- id: CP14BaseMop | ||
- id: CP14BaseBroom | ||
- id: CP14BasePickaxe | ||
- id: CP14CrystalLampBlueEmpty | ||
- id: CP14CrystalLampOrangeEmpty | ||
- id: CP14Rope | ||
- id: CP14Nail10 | ||
- id: CP14EnergyCrystalSmall | ||
- id: CP14BaseSharpeningStone | ||
- !type:NestedSelector | ||
tableId: CP14RandomVials | ||
|
||
- type: entityTable | ||
id: CP14StationCrateLootFluff | ||
table: !type:GroupSelector | ||
children: | ||
- !type:GroupSelector | ||
children: | ||
- id: CP14ClothingCloakFurcapeBlack | ||
- id: CP14ClothingCloakFurcapeBlue | ||
- id: CP14ClothingCloakSimpleWhite | ||
- id: CP14ClothingCloakSimpleDarkBlue | ||
- id: CP14ClothingCloakRitualAttireLeather | ||
- id: CP14ClothingHeadBeretMercenary | ||
- id: CP14ClothingPantsMercenaryTrousers | ||
- id: CP14ClothingPantsSouthernMagician | ||
- id: CP14ClothingShirtMercenary | ||
- id: CP14ClothingShirtYellowWizard | ||
|
||
|
||
- type: entityTable | ||
id: CP14RandomVials | ||
table: !type:GroupSelector | ||
children: | ||
- id: CP14VialSmall | ||
- id: CP14VialTiny | ||
- id: CP14GreenBottle | ||
- id: CP14GreenBottle2 | ||
- id: CP14BlueBottle | ||
- id: CP14OrangeBottle | ||
- id: CP14RedBottle | ||
#Common | ||
- !type:GroupSelector | ||
weight: 0.5 | ||
children: | ||
- id: CP14VialSmallDayflin | ||
- id: CP14VialSmallBlueAmanita | ||
- id: CP14VialSmallWildSage | ||
- id: CP14VialSmallGroundQuartz | ||
- id: CP14VialSmallAgaricMushroom | ||
- id: CP14VialSmallBloodFlowerSap | ||
#Rare | ||
- !type:GroupSelector | ||
weight: 0.15 | ||
children: | ||
- id: CP14VialTinyLumiMushroom | ||
- id: CP14VialTinyChromiumSlime |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Resources/Prototypes/_CP14/Entities/Objects/Weapons/Melee/Tools/crowbar.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
Resources/Prototypes/_CP14/Entities/Objects/Weapons/Melee/Tools/wrench.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
- type: entity | ||
id: CP14BaseWrench | ||
parent: | ||
- BaseItem | ||
- CP14BaseWeaponDestructible | ||
name: wrench | ||
description: 'A common tool for assembly and disassembly. Remember: lefty latchy, righty removey.' | ||
components: | ||
- type: EmitSoundOnLand | ||
sound: | ||
path: /Audio/Items/wrench_drop.ogg | ||
- type: Tag | ||
tags: | ||
- Wrench | ||
- type: Sprite | ||
sprite: Objects/Tools/wrench.rsi #TODO | ||
state: icon | ||
- type: Item | ||
sprite: Objects/Tools/wrench.rsi #TODO | ||
storedSprite: | ||
sprite: Objects/Tools/wrench.rsi #TODO | ||
state: storage | ||
- type: MeleeWeapon | ||
wideAnimationRotation: 135 | ||
attackRate: 1.5 | ||
damage: | ||
types: | ||
Blunt: 2.5 | ||
soundHit: | ||
collection: MetalThud | ||
- type: Tool | ||
qualities: | ||
- Anchoring | ||
useSound: | ||
path: /Audio/Items/ratchet.ogg | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ | |
components: | ||
- type: Item | ||
size: Tiny | ||
shape: | ||
- 0,0,0,0 | ||
- type: Tag | ||
tags: | ||
- CP14CrossbowBolt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.