Skip to content

Commit

Permalink
Флаги государств
Browse files Browse the repository at this point in the history
  • Loading branch information
Gorox221 committed Mar 18, 2024
1 parent 0b69dd5 commit 4dbf394
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Resources/Locale/ru-RU/ganimed/entities/misc/flags.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ent-FlagElizium = флаг Элизиума
.desc = Иди и убей пару ксеносов!
ent-FlagTSF = флаг ТСФ
.desc = Выглядит не так уж и технологично.
ent-FlagUSSP = флаг СССП
.desc = Клюква.
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,37 @@
description: "Raise the jolly roger, scallywags!"
components:
- type: Sprite
state: pirate_flag
state: pirate_flag

- type: entity
parent: BaseFlag
id: FlagElizium
name: Elizium flag
description: "Go to kill xenos!"
components:
- type: Sprite
drawdepth: WallTops
sprite: Ganimed/Structures/Wallmounts/flags.rsi
state: elz

- type: entity
parent: BaseFlag
id: FlagTSF
name: TSF flag
description: "It doesn't look technologically advanced."
components:
- type: Sprite
drawdepth: WallTops
sprite: Ganimed/Structures/Wallmounts/flags.rsi
state: tsf

- type: entity
parent: BaseFlag
id: FlagUSSP
name: USSP flag
description: "Сranberry."
components:
- type: Sprite
drawdepth: WallTops
sprite: Ganimed/Structures/Wallmounts/flags.rsi
state: ussp
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,20 @@
{
"version": 1,
"license": "CLA",
"copyright": "By AltMapper for Enterprise server exclusive use.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "elz"
},
{
"name": "tsf"
},
{
"name": "ussp"
}
]
}
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.

0 comments on commit 4dbf394

Please sign in to comment.