mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
fix upstream: part 4
This commit is contained in:
@@ -23,9 +23,11 @@ public sealed class GuideEntryPrototypeTests
|
||||
var resMan = client.ResolveDependency<IResourceManager>();
|
||||
var parser = client.ResolveDependency<DocumentParsingManager>();
|
||||
var prototypes = protoMan.EnumeratePrototypes<GuideEntryPrototype>().ToList();
|
||||
var testOut = TestContext.Out;
|
||||
|
||||
foreach (var proto in prototypes)
|
||||
{
|
||||
await testOut.WriteLineAsync($"{proto.Id}");
|
||||
await client.WaitAssertion(() =>
|
||||
{
|
||||
using var reader = resMan.ContentFileReadText(proto.Text);
|
||||
|
||||
@@ -49,6 +49,8 @@ namespace Content.IntegrationTests.Tests
|
||||
{
|
||||
"Dev",
|
||||
"TestTeg",
|
||||
"CentCommMain",
|
||||
"CentCommHarmony",
|
||||
"MeteorArena",
|
||||
"Core", // No current maintainer. In need of a rework...
|
||||
"Pebble", // Maintained by Plyushune
|
||||
@@ -67,7 +69,7 @@ namespace Content.IntegrationTests.Tests
|
||||
"Lavatest", // Lavaland Change
|
||||
"Rad", // Maintained by Ichai
|
||||
// "Europa", // De-rotated, has significant issues.
|
||||
//"Meta", // Maintained by Ichai
|
||||
"Meta", // Maintained by Ichai
|
||||
"Cyberiad", // Maintained by Ichai
|
||||
"Lambda", // Maintained by Ichai
|
||||
"Bagel", // Maintained by Ichai
|
||||
|
||||
7444
Resources/Maps/Shuttles/DeltaV/NTES_Vertex.yml
Normal file
7444
Resources/Maps/Shuttles/DeltaV/NTES_Vertex.yml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -16,18 +16,6 @@ tilemap:
|
||||
entities:
|
||||
- proto: ""
|
||||
entities:
|
||||
- uid: 153
|
||||
components:
|
||||
- type: MetaData
|
||||
name: Map Entity
|
||||
- type: Transform
|
||||
- type: Map
|
||||
mapPaused: True
|
||||
- type: PhysicsMap
|
||||
- type: GridTree
|
||||
- type: MovedGrids
|
||||
- type: Broadphase
|
||||
- type: OccluderTree
|
||||
- uid: 181
|
||||
components:
|
||||
- type: MetaData
|
||||
|
||||
@@ -7,6 +7,18 @@ tilemap:
|
||||
entities:
|
||||
- proto: ""
|
||||
entities:
|
||||
- uid: 253
|
||||
components:
|
||||
- type: MetaData
|
||||
name: Map Entity
|
||||
- type: Transform
|
||||
- type: Map
|
||||
mapPaused: True
|
||||
- type: PhysicsMap
|
||||
- type: GridTree
|
||||
- type: MovedGrids
|
||||
- type: Broadphase
|
||||
- type: OccluderTree
|
||||
- uid: 1
|
||||
components:
|
||||
- type: MetaData
|
||||
|
||||
@@ -180,12 +180,14 @@
|
||||
name: grenadier chest rig
|
||||
suffix: Filled
|
||||
components:
|
||||
- type: Item
|
||||
size: Ginormous
|
||||
- type: Storage
|
||||
maxItemSize: Normal
|
||||
grid:
|
||||
- 0,0,7,1
|
||||
# WD EDIT START
|
||||
# - type: Item
|
||||
# size: Ginormous
|
||||
# - type: Storage
|
||||
# maxItemSize: Normal
|
||||
# grid:
|
||||
# - 0,0,7,1
|
||||
# WD EDIT END
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: ExGrenade
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
Chef: [ 1, 3 ]
|
||||
Janitor: [ 2, 4 ]
|
||||
Captain: [ 1, 1 ]
|
||||
Maid: [ 1, 1 ] # WWDP Combat Maid instead of CC roles
|
||||
# BlueshieldOfficer: [ 1, 1] - WD EDIT
|
||||
# NanotrasenRepresentative: [ 1, 1 ] - WD EDIT
|
||||
# Magistrate: [ 1, 1 ] # EE: Disabled
|
||||
|
||||
@@ -45,8 +45,6 @@
|
||||
sprite: _Goobstation/Objects/Weapons/Guns/Cannons/syringe_gun.rsi
|
||||
- type: Tag
|
||||
tags:
|
||||
- Gun
|
||||
- Weapon
|
||||
- SyringeGunAmmo
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -68,4 +68,3 @@
|
||||
- [color=#ffa500]Быстрый метаболизм[/color]: Требуют больше еды для выживания.
|
||||
|
||||
</Document>
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 157 B |
Binary file not shown.
|
After Width: | Height: | Size: 187 B |
Binary file not shown.
|
After Width: | Height: | Size: 187 B |
Binary file not shown.
|
After Width: | Height: | Size: 294 B |
Binary file not shown.
|
After Width: | Height: | Size: 281 B |
Reference in New Issue
Block a user