-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Officalbags #89
base: master
Are you sure you want to change the base?
Officalbags #89
Conversation
…ou have issues, contact be through discord.
…into officalbags
satchel? |
- type: entity | ||
parent: Clothing | ||
id: ClothingBackpackoffical | ||
name: centcom backpack | ||
description: An above average sized backpack, its lined with cloth, made for centcom officals. | ||
components: | ||
- type: Sprite | ||
sprite: Clothing/Back/Backpacks/centcom.rsi | ||
state: icon | ||
- type: Item | ||
size: 9999 | ||
- type: Clothing | ||
quickEquip: false | ||
slots: | ||
- back | ||
- type: Storage | ||
capacity: 120 | ||
- type: ContainerContainer | ||
containers: | ||
storagebase: !type:Container | ||
ents: [] | ||
- type: UserInterface | ||
interfaces: | ||
- key: enum.StorageUiKey.Key | ||
type: StorageBoundUserInterface | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be in a SimpleStation14 backpacks file, not Upstream.
- type: entity | ||
parent: Clothing | ||
id: ClothingDuffelcentcom | ||
name: centcom duffel bag | ||
description: An above average sized duffel bag, its lined with cloth, made for centcom officals. | ||
components: | ||
- type: Sprite | ||
sprite: Clothing/Back/Duffels/centcom.rsi | ||
state: icon | ||
- type: Item | ||
size: 9999 | ||
- type: Clothing | ||
quickEquip: false | ||
slots: | ||
- back | ||
- type: Storage | ||
capacity: 140 | ||
- type: ContainerContainer | ||
containers: | ||
storagebase: !type:Container | ||
ents: [] | ||
- type: ClothingSpeedModifier | ||
walkModifier: 1 | ||
sprintModifier: 0.8 | ||
- type: UserInterface | ||
interfaces: | ||
- key: enum.StorageUiKey.Key | ||
type: StorageBoundUserInterface | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto.
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this accurate? Didn't you make these?
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto.
Description
-->
Media
Changelog
🆑 Generic