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
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed partial class XenomorphEggComponent : Component
public TimeSpan CheckInRangeDelay = TimeSpan.FromSeconds(1);

[DataField]
public TimeSpan BurstingDelay = TimeSpan.FromSeconds(1.5f);
public TimeSpan BurstingDelay = TimeSpan.FromSeconds(0.8f);

[DataField]
public TimeSpan MaxGrowthTime = TimeSpan.FromSeconds(150);
Expand Down
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
@@ -1,12 +1,12 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation: https://github.com/tgstation/tgstation/blob/master/icons/mob/nonhuman-player/alien.dmi | Edited by PuroSlavKing (Github)",
"license": "CC-BY-NC-SA-4.0",
"copyright": "T1nV(Valentyi) (randomm.ua) for WWhiteDreamProject, 02.01.2026",
Comment on lines +3 to +4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

git log --follow --all -p -- "Resources/Textures/_White/Mobs/Aliens/Xenomorphs/drone.rsi/meta.json" | head -100

Repository: WWhiteDreamProject/wwdpublic

Length of output: 2031


Обнаружена критическая проблема с лицензией и авторскими правами.

Лицензия изменена с CC-BY-SA-3.0 на CC-BY-NC-SA-4.0, но главное — полностью изменена атрибуция авторского права. Исходный файл был взят из tgstation (CC-BY-SA-3.0) и отредактирован PuroSlavKing, но новая версия приписывает работу только T1nV(Valentyi) без упоминания исходного источника.

Это создает две проблемы:

  1. Нарушение ShareAlike: Вы не можете добавлять ограничение "NonCommercial" к работе, производной от CC-BY-SA-3.0 лицензированного источника.
  2. Нарушение атрибуции: Исходные авторы (tgstation, PuroSlavKing) должны быть указаны в авторских правах согласно лицензии.

Требуется либо восстановить правильную атрибуцию, либо подтвердить, что это полностью новая работа с соответствующим правом на релицензирование.

🤖 Prompt for AI Agents
Resources/Textures/_White/Mobs/Aliens/Xenomorphs/drone.rsi/meta.json lines 3-4:
текущая лицензия и атрибуция неверны — вы заменили CC-BY-SA-3.0 на
CC-BY-NC-SA-4.0 и убрали упоминание исходных авторов; нужно либо вернуть
исходную лицензию и корректную атрибуцию (указать tgstation и PuroSlavKing как
исходных авторов/источник) и убрать "NonCommercial", либо предоставить
документированное подтверждение, что это полностью новое самостоятельное
произведение и вы имеете право релицензировать его как CC-BY-NC-SA-4.0; внесите
соответствующие правки в meta.json и добавьте примечание с
доказательством/источником изменения в PR.

"size": {
"x": 32,
"y": 32
},
"states": [
"states": [
{
"name": "xenomorph",
"directions": 4
Expand All @@ -22,4 +22,4 @@
"name": "xenomorph_unconscious"
}
]
}
}
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.
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.
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
@@ -1,35 +1,67 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation: https://github.com/tgstation/tgstation/blob/master/icons/mob/nonhuman-player/alien.dmi | Edited by PuroSlavKing (Github)",
"license": "CC-BY-NC-SA-4.0",
"copyright": "T1nV(Valentyi) (randomm.ua) for WWhiteDreamProject, 02.01.2026",
"size": {
"x": 32,
"y": 32
},
"states": [
"states": [
{
"name": "facehugger",
"directions": 4,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
Expand All @@ -53,4 +85,4 @@
"directions": 4
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation: https://github.com/tgstation/tgstation/blob/master/icons/mob/nonhuman-player/alien.dmi | Edited by PuroSlavKing (Github)",
"license": "CC-BY-NC-SA-4.0",
"copyright": "T1nV(Valentyi) (randomm.ua) for WWhiteDreamProject, 02.01.2026",
"size": {
"x": 32,
"y": 32
},
"states": [
"states": [
{
"name": "xenomorph",
"directions": 4
Expand All @@ -22,4 +22,4 @@
"name": "xenomorph_unconscious"
}
]
}
}
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
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation: https://github.com/tgstation/tgstation/blob/master/icons/mob/nonhuman-player/alien.dmi | Edited by PuroSlavKing (Github)",
"license": "CC-BY-NC-SA-4.0",
"copyright": "T1nV(Valentyi) (randomm.ua) for WWhiteDreamProject, 02.01.2026",
"size": {
"x": 64,
"y": 32
Expand All @@ -12,4 +12,4 @@
"directions": 4
}
]
}
}
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
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation: https://github.com/tgstation/tgstation/blob/master/icons/mob/nonhuman-player/alien.dmi | Edited by PuroSlavKing (Github)",
"license": "CC-BY-NC-SA-4.0",
"copyright": "T1nV(Valentyi) (randomm.ua) for WWhiteDreamProject, 07.01.2026",
"size": {
"x": 32,
"y": 32
Expand All @@ -16,36 +16,20 @@
"directions": 4,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
0.24,
0.2
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
0.24,
0.2
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
0.24,
0.2
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
0.24,
0.2
]
]
},
Expand Down Expand Up @@ -84,5 +68,4 @@
"name": "xenomorph_dead"
}
]
}

}
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
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation on: https://github.com/tgstation/tgstation/blob/master/icons/mob/nonhuman-player/alienqueen.dmi | Edited by PuroSlavKing (Github)",
"license": "CC-BY-NC-SA-4.0",
"copyright": "T1nV(Valentyi) (randomm.ua) for WWhiteDreamProject, 07.01.2026",
"size": {
"x": 64,
"y": 64
Expand All @@ -21,4 +21,4 @@
"name": "xenomorph_dead"
}
]
}
}
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
@@ -1,12 +1,12 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation: https://github.com/tgstation/tgstation/blob/master/icons/mob/nonhuman-player/alien.dmi | Edited by PuroSlavKing (Github)",
"license": "CC-BY-NC-SA-4.0",
"copyright": "T1nV(Valentyi) (randomm.ua) for WWhiteDreamProject, 02.01.2026",
Comment on lines +3 to +4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

git log --follow --all -p -- "Resources/Textures/_White/Mobs/Aliens/Xenomorphs/sentinel.rsi/meta.json" | head -100

Repository: WWhiteDreamProject/wwdpublic

Length of output: 2049


Недопустимое релицензирование производного произведения.

Файл основан на работе из tgstation, лицензированной под CC-BY-SA-3.0. Релицензирование под CC-BY-NC-SA-4.0 нарушает условия исходной лицензии, так как CC-BY-SA требует, чтобы производные работы использовали идентичную или совместимую лицензию. Добавление ограничения NonCommercial недопустимо для производной работы.

Требуется либо вернуть лицензию CC-BY-SA-3.0, либо использовать CC-BY-SA-4.0 (без NonCommercial), и сохранить атрибуцию оригинального источника (tgstation).

🤖 Prompt for AI Agents
Resources/Textures/_White/Mobs/Aliens/Xenomorphs/sentinel.rsi/meta.json lines
3-4: the file currently relabels a derivative work under CC-BY-NC-SA-4.0 which
conflicts with the original tgstation CC-BY-SA-3.0; change the "license" field
to either "CC-BY-SA-3.0" (preferred to match original) or "CC-BY-SA-4.0" (if you
want the newer version), remove the NonCommercial restriction (do not use
CC-BY-NC-SA-4.0), and update the copyright/attribution to explicitly credit the
original source (tgstation) alongside the current author.

"size": {
"x": 32,
"y": 32
},
"states": [
"states": [
{
"name": "xenomorph",
"directions": 4
Expand All @@ -22,4 +22,4 @@
"name": "xenomorph_unconscious"
}
]
}
}
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.
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
@@ -1,46 +1,17 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"license": "CC-BY-NC-SA-4.0",
"copyright": "T1nV(Valentyi) (randomm.ua) for WWhiteDreamProject, 02.01.2026",
"size": {
"x": 32,
"y": 32
},
"copyright": "Taken from tgstation on https://github.com/tgstation/tgstation/blob/master/icons/obj/smooth_structures/alien/nest.dmi | Edited by Kai518 (Github)",
"states": [
{
"name": "full"
},
{
"name": "resin_nest0",
"directions": 4
},
{
"name": "resin_nest1",
"directions": 4
},
{
"name": "resin_nest2",
"directions": 4
},
{
"name": "resin_nest3",
"directions": 4
},
{
"name": "resin_nest4",
"directions": 4
},
{
"name": "resin_nest5",
"directions": 4
},
{
"name": "resin_nest6",
"directions": 4
},
{
"name": "resin_nest7",
"directions": 4
"name": "overlay"
}
]
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation/blob/master/icons/obj/smooth_structures/alien/weeds1.dmi",
"license": "CC-BY-NC-SA-4.0",
"copyright": "T1nV(Valentyi) (randomm.ua) for WWhiteDreamProject, 02.01.2026",
"size": {
"x": 32,
"y": 32
Expand All @@ -10,6 +10,12 @@
{
"name": "full"
},
{
"name": "variatize_1"
},
{
"name": "variatize_2"
},
{
"name": "south"
},
Expand All @@ -23,4 +29,4 @@
"name": "west"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation/blob/master/icons/obj/smooth_structures/alien/weednode.dmi",
"license": "CC-BY-NC-SA-4.0",
"copyright": "T1nV(Valentyi) (randomm.ua) for WWhiteDreamProject, 02.01.2026",
"size": {
"x": 32,
"y": 32
Expand All @@ -23,4 +23,4 @@
"name": "west"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,26 +1,19 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation: https://github.com/tgstation/tgstation/blob/master/icons/mob/nonhuman-player/alien.dmi | Edited by Kai518 (Github)",
"license": "CC-BY-NC-SA-4.0",
"copyright": "T1nV(Valentyi) (randomm.ua) for WWhiteDreamProject, 02.01.2026",
"size": {
"x": 32,
"y": 32
},
"states": [
"states": [
{
"name": "egg_burst"
},
{
"name": "egg_bursting",
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
Expand All @@ -39,4 +32,4 @@
"name": "egg_grown"
}
]
}
}
Loading
Loading