-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update attributions.yml fix Delete attributions.yml Update attributions.yml upd
- Loading branch information
Showing
170 changed files
with
189 additions
and
516 deletions.
There are no files selected for viewing
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,25 @@ | ||
name: RGA schema validator | ||
on: | ||
push: | ||
branches: [ master, staging, stable ] | ||
merge_group: | ||
pull_request: | ||
types: [ opened, reopened, synchronize, ready_for_review ] | ||
|
||
jobs: | ||
yaml-schema-validation: | ||
name: YAML RGA schema validator | ||
if: github.actor != 'PJBot' && github.event.pull_request.draft == false | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- name: Setup Submodule | ||
run: git submodule update --init | ||
- name: Pull engine updates | ||
uses: space-wizards/[email protected] | ||
- uses: PaulRitter/yaml-schema-validator@v1 | ||
with: | ||
schema: RobustToolbox/Schemas/rga.yml | ||
path_pattern: .*attributions.ya?ml$ | ||
validators_path: RobustToolbox/Schemas/rga_validators.py | ||
validators_requirements: RobustToolbox/Schemas/rga_requirements.txt |
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,26 @@ | ||
name: RSI Validator | ||
|
||
on: | ||
push: | ||
branches: [ master, staging, stable ] | ||
merge_group: | ||
pull_request: | ||
paths: | ||
- '**.rsi/**' | ||
|
||
jobs: | ||
validate_rsis: | ||
name: Validate RSIs | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- name: Setup Submodule | ||
run: git submodule update --init | ||
- name: Pull engine updates | ||
uses: space-wizards/[email protected] | ||
- name: Install Python dependencies | ||
run: | | ||
pip3 install --ignore-installed --user pillow jsonschema | ||
- name: Validate RSIs | ||
run: | | ||
python3 RobustToolbox/Schemas/validate_rsis.py Resources/ |
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
Empty file.
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
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
- files: ["snake_speak.ogg"] | ||
license: "CC0" | ||
license: "CC0-1.0" | ||
copyright: "From scheibsel, edited by Rane" | ||
source: "https://freesound.org/people/schreibsel/sounds/540162/" | ||
|
||
- files: ["snake_exclaim.ogg"] | ||
license: "CC-BY-4.0" | ||
copyright: "From Garuda1982, edited by Rane" | ||
source: "https://freesound.org/people/Garuda1982/sounds/541656/" | ||
|
||
- files: ["snake_ask.ogg"] | ||
license: "CC0" | ||
license: "CC0-1.0" | ||
copyright: "From xoiziox, edited by Rane" | ||
source: "https://freesound.org/people/xoiziox/sounds/553374/" |
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
44 changes: 0 additions & 44 deletions
44
Resources/Prototypes/_Backmen/Entities/Objects/Misc/deliverybox.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 |
---|---|---|
@@ -1,44 +0,0 @@ | ||
- type: entity | ||
parent: PresentRandom | ||
id: SpecialDeliveryBox | ||
name: особая посылка | ||
description: Старая помятая коробка. Пахнет диско и ретро. Интересно, что внутри? | ||
components: | ||
- type: Item | ||
size: Normal | ||
- type: Sprite | ||
sprite: Backmen/Objects/Misc/specialdelivery.rsi | ||
layers: | ||
- state: specialdelivery | ||
- type: SpawnItemsOnUse | ||
items: | ||
- id: SpecialDeliveryBoxTrash | ||
- id: ClothingHeadHatAlex | ||
orGroup: HotMask | ||
- id: ClothingHeadHatJake | ||
orGroup: HotMask | ||
- id: ClothingHeadHatRasmus | ||
orGroup: HotMask | ||
- id: ClothingHeadHatRichter | ||
orGroup: HotMask | ||
- id: ClothingHeadHatRichard | ||
orGroup: HotMask | ||
- id: ClothingHeadHatTony | ||
orGroup: HotMask | ||
|
||
- type: entity | ||
id: SpecialDeliveryBoxTrash | ||
parent: BaseItem | ||
name: обертка от посылки | ||
description: Пыльная обертка от посылки из картона и скотча. | ||
components: | ||
- type: PhysicalComposition | ||
materialComposition: | ||
Cardboard: 50 | ||
- type: Sprite | ||
sprite: Backmen/Objects/Misc/specialdelivery.rsi | ||
state: specialdelivery_unfolded | ||
- type: Tag | ||
tags: | ||
- Trash | ||
- type: SpaceGarbage | ||
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.