Skip to content

Commit

Permalink
Флажки
Browse files Browse the repository at this point in the history
  • Loading branch information
Gorox221 committed Mar 19, 2024
1 parent 4dbf394 commit 2a86e15
Show file tree
Hide file tree
Showing 14 changed files with 113 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Resources/Locale/ru-RU/ganimed/entities/misc/flags.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@ ent-FlagElizium = флаг Элизиума
ent-FlagTSF = флаг ТСФ
.desc = Выглядит не так уж и технологично.
ent-FlagUSSP = флаг СССП
.desc = Клюква.
.desc = Пролетарии всех стран, соединяйтесь!
ent-FlagHandyUSSP = флажок СССП
.desc = Пролетарии всех стран, соединяйтесь!
ent-FlagHandyElz = флажок Элизиума
.desc = Иди и убей пару ксеносов!
ent-FlagHandyTSF = флажок ТСФ
.desc = Выглядит не так уж и технологично.
40 changes: 40 additions & 0 deletions Resources/Prototypes/Entities/Objects/Misc/handy_flags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,43 @@
state: icon
- type: Item
sprite: Objects/Misc/Handy_Flags/pirate_handy_flag.rsi


- type: entity
parent: BaseItem
id: FlagHandyElz
name: Elizium handheld flag
description: "Go to kill xenos!"
components:
- type: Sprite
sprite: Objects/Misc/Handy_Flags/Elz_handy_flag.rsi
state: icon
- type: Item
sprite: Objects/Misc/Handy_Flags/Elz_handy_flag.rsi

- type: entity
parent: BaseItem
id: FlagHandyUSSP
name: USSP handheld flag
description: "Proletarians of all countries, unite!"
components:
- type: Sprite
sprite: Objects/Misc/Handy_Flags/USSP_handy_flag.rsi
state: icon
- type: Item
sprite: Objects/Misc/Handy_Flags/USSP_handy_flag.rsi

- type: entity
parent: BaseItem
id: FlagHandyTSF
name: TSF handheld flag
description: "It looks technologically advanced."
components:
- type: Sprite
sprite: Objects/Misc/Handy_Flags/TSF_handy_flag.rsi
state: icon
- type: Item
sprite: Objects/Misc/Handy_Flags/TSF_handy_flag.rsi



Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CLA",
"copyright": "Drawn by Saveliy360, modified by AltMapper, see repo CLA.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CLA",
"copyright": "Drawn by Saveliy360, modified by AltMapper, see repo CLA.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Drawn by Saveliy360",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 2a86e15

Please sign in to comment.