forked from BeeStation/NSV13
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Polskie sprity i obiekty #304
Open
UnibelUnibel
wants to merge
9
commits into
aq33:master
Choose a base branch
from
UnibelUnibel:bolzga_sprite
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 6 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
1cd4d4e
Polskie sprity i obiekty
UnibelUnibel fdfb896
fix
UnibelUnibel 5c25240
Dodano szachownicę
UnibelUnibel 861950a
poprawka
UnibelUnibel b97e026
dodaje flagi, godła, krzyże
UnibelUnibel 8e5c7b9
gunwno
UnibelUnibel 7eef1d1
Usuwa runtime
Szyszkrzyneczka c62cb20
Cała reszta
Szyszkrzyneczka ba7aba6
Kosmity respią się dopiero po znalezieniu kapitana bomby
Szyszkrzyneczka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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,2 +1,60 @@ | ||
/obj/effect/turf_decal/caution | ||
icon = 'aquila/icons/turf/decals.dmi' | ||
|
||
/obj/effect/turf_decal/szachownica | ||
icon = 'aquila/icons/turf/decals.dmi' | ||
icon_state = "96_middle" | ||
|
||
/obj/effect/turf_decal/szachownica/corner_white64 | ||
icon_state = "64_corner_white" | ||
|
||
/obj/effect/turf_decal/szachownica/corner_red64 | ||
icon_state = "64_corner_red" | ||
|
||
/obj/effect/turf_decal/szachownica/corner_white96 | ||
icon_state = "96_corner_white" | ||
|
||
/obj/effect/turf_decal/szachownica/spacercorner_white96 | ||
icon_state = "96_spacercorner_white" | ||
|
||
/obj/effect/turf_decal/szachownica/middle96 | ||
icon_state = "96_middle" | ||
|
||
/obj/effect/turf_decal/szachownica/spacermiddle96 | ||
icon_state = "96_spacermiddle" | ||
|
||
/obj/effect/turf_decal/szachownica/corner_red96 | ||
icon_state = "96_corner_red" | ||
|
||
/obj/effect/turf_decal/szachownica/spacercorner_red96 | ||
icon_state = "96_spacercorner_red" | ||
|
||
/obj/effect/turf_decal/szachownica/corner_white192 | ||
icon_state = "192_corner_white" | ||
|
||
/obj/effect/turf_decal/szachownica/middle_white192 | ||
icon_state = "192_middle_white" | ||
|
||
/obj/effect/turf_decal/szachownica/border_white192 | ||
icon_state = "192_border_white" | ||
|
||
/obj/effect/turf_decal/szachownica/spacermiddle_white192 | ||
icon_state = "192_spacermiddle_white" | ||
|
||
/obj/effect/turf_decal/szachownica/full_white192 | ||
icon_state = "192_full_white" | ||
|
||
/obj/effect/turf_decal/szachownica/full_red192 | ||
icon_state = "192_full_red" | ||
|
||
/obj/effect/turf_decal/szachownica/spacermiddle_red192 | ||
icon_state = "192_spacermiddle_red" | ||
|
||
/obj/effect/turf_decal/szachownica/border_red192 | ||
icon_state = "192_border_red" | ||
|
||
/obj/effect/turf_decal/szachownica/middle_red192 | ||
icon_state = "192_middle_red" | ||
|
||
/obj/effect/turf_decal/szachownica/corner_red192 | ||
icon_state = "192_corner_red" | ||
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,42 @@ | ||
///////////////// | ||
//Krzyże | ||
////////////////// | ||
/obj/structure/sign/kszysz | ||
icon = 'aquila/icons/obj/kszysz.dmi' | ||
layer = ABOVE_WINDOW_LAYER | ||
|
||
/turf/closed/wall/proc/place_kszysz(obj/item/wallframe/kszysz/P, mob/user) | ||
to_chat(user, "<span class='notice'>Wieszasz krzyż na ścianie... Akcja godna roku 1997.</span>") | ||
var/obj/structure/sign/kszysz/D = P.kszysz_structure | ||
|
||
/obj/structure/sign/kszysz/kszysz_drewniany | ||
name = "drewniany krzyż" | ||
desc = "Panie, zmiłuj się nad nami" | ||
icon_state = "kszysz_drewn" | ||
|
||
/obj/structure/sign/kszysz/kszysz_zloty | ||
name = "złoty krzyż" | ||
desc = "Panie, zmiłuj się nad nami - ale ze stylem." | ||
icon_state = "kszysz_zloty" | ||
|
||
///////////////// | ||
//Godła | ||
////////////////// | ||
/obj/structure/sign/godlo | ||
icon = 'aquila/icons/obj/godla.dmi' | ||
layer = ABOVE_WINDOW_LAYER | ||
|
||
/turf/closed/wall/proc/place_godlo(obj/item/wallframe/godlo/P, mob/user) | ||
to_chat(user, "<span class='notice'>Wieszasz godło na ścianie.</span>") | ||
var/obj/structure/sign/godlo/D = P.godlo_structure | ||
|
||
/obj/structure/sign/godlo/godlo_drewniane | ||
name = "godło w drewnianej ramie" | ||
desc = "Wizerunek orła białego ze złotą koroną na głowie zwróconej w prawo, z rozwiniętymi skrzydłami, z dziobem i szponami złotymi, umieszczony w czerwonym polu tarczy." | ||
icon_state = "godlo_drewno" | ||
|
||
/obj/structure/sign/godlo/godlo_czarne | ||
name = "godło w czarnej ramie" | ||
desc = "Wizerunek orła białego ze złotą koroną na głowie zwróconej w prawo, z rozwiniętymi skrzydłami, z dziobem i szponami złotymi, umieszczony w czerwonym polu tarczy." | ||
icon_state = "godlo_czarne" | ||
|
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,99 @@ | ||
//////////////////// | ||
//Sztandar | ||
/////////////////// | ||
/obj/item/banner/polski_sztandar | ||
name = "polski sztandar" | ||
desc = "Za ojczyznę!" | ||
icon = 'aquila/icons/obj/banners.dmi' | ||
icon_state = "aq_banner_polska" | ||
item_state = "aq_banner_polska" | ||
lefthand_file = 'aquila/icons/mob/inhands/equipment/banners_lefthand.dmi' | ||
righthand_file = 'aquila/icons/mob/inhands/equipment/banners_righthand.dmi' | ||
job_loyalties = null | ||
warcry = "ZA OJCZYZNĘ!" | ||
|
||
/obj/item/banner/polski_sztandar/mundane | ||
inspiration_available = FALSE | ||
|
||
/datum/crafting_recipe/polski_sztandar | ||
name = "polski sztandar" | ||
result = /obj/item/banner/polski_sztandar/mundane | ||
time = 40 | ||
reqs = list(/obj/item/stack/rods = 2, | ||
/obj/item/clothing/under/color/red = 1, | ||
/obj/item/clothing/under/color/white = 1) | ||
category = CAT_MISC | ||
|
||
|
||
///////////////// | ||
//Krzyże | ||
////////////////// | ||
/obj/item/wallframe/kszysz | ||
icon = 'aquila/icons/obj/kszysz.dmi' | ||
resistance_flags = FLAMMABLE | ||
force = 0 | ||
var/kszysz_type | ||
var/obj/structure/sign/kszysz/kszysz_structure | ||
|
||
/obj/item/wallframe/kszysz/kszysz_drewniany | ||
name = "drewniany krzyż" | ||
desc = "Panie, zmiłuj się nad nami" | ||
icon_state = "kszysz_drewn" | ||
|
||
/datum/crafting_recipe/kszysz_drewniany | ||
name = "drewniany krzyż" | ||
result = /obj/item/wallframe/kszysz/kszysz_drewniany | ||
time = 5 | ||
reqs = list(/obj/item/stack/sheet/mineral/wood = 2) | ||
category = CAT_MISC | ||
|
||
/obj/item/wallframe/kszysz/kszysz_zloty | ||
name = "złoty krzyż" | ||
desc = "Panie, zmiłuj się nad nami - ale ze stylem." | ||
icon_state = "kszysz_zloty" | ||
|
||
/datum/crafting_recipe/kszysz_zloty | ||
name = "złoty krzyż" | ||
result = /obj/item/wallframe/kszysz/kszysz_zloty | ||
time = 10 | ||
reqs = list(/obj/item/stack/sheet/mineral/gold = 1, | ||
/obj/item/stack/sheet/mineral/wood = 2) | ||
category = CAT_MISC | ||
|
||
///////////////// | ||
//Godła | ||
////////////////// | ||
/obj/item/wallframe/godlo | ||
icon = 'aquila/icons/obj/godla.dmi' | ||
resistance_flags = FLAMMABLE | ||
force = 0 | ||
var/godlo_type | ||
var/obj/structure/sign/godlo/godlo_structure | ||
|
||
/obj/item/wallframe/godlo/godlo_drewniane | ||
name = "godło w drewnianej ramie" | ||
desc = "Wizerunek orła białego ze złotą koroną na głowie zwróconej w prawo, z rozwiniętymi skrzydłami, z dziobem i szponami złotymi, umieszczony w czerwonym polu tarczy." | ||
icon_state = "godlo_drewno" | ||
|
||
/datum/crafting_recipe/godlo_drewniane | ||
name = "godło w drewnianej ramie" | ||
result = /obj/item/wallframe/godlo/godlo_drewniane | ||
time = 20 | ||
reqs = list(/obj/item/stack/sheet/mineral/wood = 4, | ||
/obj/item/clothing/under/color/red = 1, | ||
/obj/item/clothing/under/color/white = 1) | ||
category = CAT_MISC | ||
|
||
/obj/item/wallframe/godlo/godlo_czarne | ||
name = "godło w czarnej ramie" | ||
desc = "Wizerunek orła białego ze złotą koroną na głowie zwróconej w prawo, z rozwiniętymi skrzydłami, z dziobem i szponami złotymi, umieszczony w czerwonym polu tarczy." | ||
icon_state = "godlo_czarne" | ||
|
||
/datum/crafting_recipe/godlo_czarne | ||
name = "godło w czarnej ramie" | ||
result = /obj/item/wallframe/godlo/godlo_czarne | ||
time = 20 | ||
reqs = list(/obj/item/stack/sheet/mineral/wood = 4, | ||
/obj/item/clothing/under/color/red = 1, | ||
/obj/item/clothing/under/color/white = 1) | ||
category = CAT_MISC |
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,21 @@ | ||
/obj/item/storage/commercial | ||
resistance_flags = FLAMMABLE | ||
|
||
// ----------------------------- | ||
// Lidl i Biedronka | ||
// ----------------------------- | ||
/obj/item/storage/commercial/reklamowka_biedronka | ||
name = "reklamówka z Biedronki" | ||
icon = 'aquila/icons/obj/storage.dmi' | ||
icon_state = "biedronka" | ||
lefthand_file = 'aquila/icons/mob/inhands/equipment/commercial_lefthand.dmi' | ||
righthand_file = 'aquila/icons/mob/inhands/equipment/commercial_righthand.dmi' | ||
desc = "Foliowa reklamówka z Biedronki" | ||
|
||
/obj/item/storage/commercial/reklamowka_lidl | ||
name = "reklamówka z Lidla" | ||
icon = 'aquila/icons/obj/storage.dmi' | ||
icon_state = "lidl" | ||
lefthand_file = 'aquila/icons/mob/inhands/equipment/commercial_lefthand.dmi' | ||
righthand_file = 'aquila/icons/mob/inhands/equipment/commercial_righthand.dmi' | ||
desc = "Foliowa reklamówka z Lidla" |
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,29 @@ | ||
/obj/structure/sign/flag | ||
name = "flagbłąd" | ||
desc = "Flaga, która nie jest flagą, a jest błędem. Jeżeli to widzisz, to ktoś zawalił sprawę." | ||
icon = 'aquila/icons/obj/flags.dmi' | ||
icon_state = "empty" | ||
|
||
/obj/structure/sign/flag/polska_kotwica | ||
name = "biało-czerwona flaga z kotwicą" | ||
icon_state = "aq_flaga_kotwica" | ||
desc = "Flaga używana przez polskie statki kosmiczne, zgodna z obowiązującym wzorem wymienionym w Załączniku 6 do 'Nanotrasen Military Unit Designation Act'." | ||
|
||
/obj/structure/sign/flag_wide // All Signs are 64 by 32 pixels, they take two tiles | ||
name = "flagbłąd" | ||
desc = "Flaga, która nie jest flagą, a jest błędem. Jeżeli to widzisz, to ktoś zawalił sprawę." | ||
icon = 'aquila/icons/obj/flags_64.dmi' | ||
icon_state = "empty" | ||
|
||
/obj/structure/sign/flag_wide/polska | ||
name = "Flaga Polski" | ||
icon_state = "aq_flaga_pl_1" | ||
desc = "Flaga używana przez polaków, zgodna z obowiązującym wzorem wymienionym w Załączniku 3 do 'Nanotrasen National Minorities Rights Act'." | ||
|
||
/obj/structure/sign/flag_wide/polska_orzel | ||
name = "biało-czerwona flaga z orzełkiem" | ||
icon_state = "aq_flaga_pl_2" | ||
desc = "Flaga używana zwyczajowo przez polaków, niezgodna ze wzorem wymienionym w Załączniku 3 do 'Nanotrasen National Minorities Rights Act'." | ||
|
||
|
||
|
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
troche dziwne że typepath jest polskie szachownica a potem angielskie corner_red192 itp..