Skip to content
Draft
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
6 changes: 6 additions & 0 deletions Resources/Locale/en-US/spray-painter/spray-painter.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ spray-painter-tab-category-canisters = Canisters
spray-painter-tab-category-crates = Crates
spray-painter-tab-category-lockers = Lockers
spray-painter-tab-category-items = Items
spray-painter-tab-category-posters = Posters
spray-painter-tab-category-pipes = Pipes
spray-painter-tab-category-decals = Decals

Expand Down Expand Up @@ -310,3 +311,8 @@ spray-painter-style-itemheadsets-centcom = CentCom
spray-painter-style-itemheadsets-freelance = Freelance
spray-painter-style-itemheadsets-wizard = Wizard
spray-painter-style-itemheadsets-ninja = Ninja

# Posters
spray-painter-style-posters-freetonto = FreeTonto
spray-painter-style-posters-declarationofindependence = Independence
spray-painter-style-posters-funpolice = FunPolice
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
min: 1
max: 1
offset: 0
- type: Paintable
group: Posters

- type: entity
parent: BaseSign
Expand All @@ -57,6 +59,15 @@
- !type:DoActsBehavior
acts: [ "Destruction" ]

- type: entity
parent: PosterBase
id: PosterBlank
name: blank poster
description: "A blank canvas waiting to become art, or shitpost"
components:
- type: Sprite
state: random_contraband

# Contraband
- type: entity
parent: PosterBase
Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/Paintables/categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@
- ItemContainers
- ItemPDAs
- ItemHeadsets

- type: paintableGroupCategory
id: Posters
groups:
- Posters
9 changes: 9 additions & 0 deletions Resources/Prototypes/Paintables/poster_groups.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- type: paintableGroup
time: 2
cost: 2
id: Posters
defaultStyle: PosterBlank
styles:
freetonto: PosterContrabandFreeTonto
declarationofindependence: PosterContrabandAtmosiaDeclarationIndependence
funpolice: PosterContrabandFunPolice
Loading