Compare commits
26 Commits
welcoming-
...
ed-revert-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a2b1b7c65 | ||
|
|
0311145cc9 | ||
|
|
5f5cdaba3d | ||
|
|
c84930024e | ||
|
|
6eab09b322 | ||
|
|
0efd484db2 | ||
|
|
948ac9cd91 | ||
|
|
df53fb6cab | ||
|
|
516b759626 | ||
|
|
d201dc0695 | ||
|
|
5b3688fc89 | ||
|
|
f7b5e40f23 | ||
|
|
d0a185cca0 | ||
|
|
f7f7feb837 | ||
|
|
06863d9986 | ||
|
|
d5ce5d9f37 | ||
|
|
56299c62d6 | ||
|
|
e77645d9d6 | ||
|
|
d81dbe4c20 | ||
|
|
d3be599ccb | ||
|
|
4efbb6f307 | ||
|
|
b4ab1a714c | ||
|
|
b04b95cae4 | ||
|
|
32b077af63 | ||
|
|
52c06249ea | ||
|
|
bb2fbd1baf |
@@ -3,6 +3,7 @@
|
||||
* https://github.com/space-wizards/space-station-14/blob/master/LICENSE.TXT
|
||||
*/
|
||||
|
||||
using System.Numerics;
|
||||
using Content.Server.DoAfter;
|
||||
using Content.Server.Popups;
|
||||
using Content.Server.Stack;
|
||||
@@ -15,6 +16,7 @@ using Content.Shared.UserInterface;
|
||||
using Robust.Server.Audio;
|
||||
using Robust.Server.GameObjects;
|
||||
using Robust.Shared.Prototypes;
|
||||
using Robust.Shared.Random;
|
||||
|
||||
namespace Content.Server._CP14.Workbench;
|
||||
|
||||
@@ -29,6 +31,7 @@ public sealed partial class CP14WorkbenchSystem : SharedCP14WorkbenchSystem
|
||||
[Dependency] private readonly UserInterfaceSystem _userInterface = default!;
|
||||
[Dependency] private readonly SharedSolutionContainerSystem _solutionContainer = default!;
|
||||
[Dependency] private readonly SharedTransformSystem _transform = default!;
|
||||
[Dependency] private readonly IRobustRandom _random = default!;
|
||||
|
||||
private EntityQuery<MetaDataComponent> _metaQuery;
|
||||
private EntityQuery<StackComponent> _stackQuery;
|
||||
@@ -100,7 +103,7 @@ public sealed partial class CP14WorkbenchSystem : SharedCP14WorkbenchSystem
|
||||
//We teleport result to workbench AFTER craft.
|
||||
foreach (var resultEntity in resultEntities)
|
||||
{
|
||||
_transform.SetCoordinates(resultEntity, Transform(ent).Coordinates);
|
||||
_transform.SetCoordinates(resultEntity, Transform(ent).Coordinates.Offset(new Vector2(_random.NextFloat(-0.5f, 0.5f), _random.NextFloat(-0.5f, 0.5f))));
|
||||
}
|
||||
|
||||
UpdateUIRecipes(ent, args.User);
|
||||
|
||||
@@ -204,11 +204,14 @@ public abstract partial class CP14SharedFarmingSystem
|
||||
return false;
|
||||
}
|
||||
|
||||
if (_map.GetAnchoredEntities((map.Value, gridComp), position).ToList().Count > 0)
|
||||
foreach (var anchored in _map.GetAnchoredEntities((map.Value, gridComp), position))
|
||||
{
|
||||
if (user is not null && _timing.IsFirstTimePredicted && _net.IsClient)
|
||||
_popup.PopupEntity(Loc.GetString("cp14-farming-soil-occupied"), user.Value, user.Value);
|
||||
return false;
|
||||
if (PlantQuery.TryComp(anchored, out var plant))
|
||||
{
|
||||
if (user is not null && _timing.IsFirstTimePredicted && _net.IsClient)
|
||||
_popup.PopupEntity(Loc.GetString("cp14-farming-soil-occupied"), user.Value, user.Value);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
2
Resources/Locale/en-US/_CP14/markings/carcat-tails.ftl
Normal file
@@ -0,0 +1,2 @@
|
||||
marking-CP14CarcatTail = Tail
|
||||
marking-CP14CarcatTailFluffy = Fluffy Tail
|
||||
@@ -1,5 +1,6 @@
|
||||
cp14-stack-dirt-block = dirt blocks
|
||||
cp14-stack-stone-block = stone blocks
|
||||
cp14-stack-marble-block = marble rocks
|
||||
cp14-stack-wood-planks = wooden planks
|
||||
cp14-stack-nails = nails
|
||||
cp14-stack-cloth = rolls of fabric
|
||||
|
||||
@@ -10,6 +10,7 @@ cp14-tiles-sand = sand
|
||||
cp14-tiles-snow = snow
|
||||
cp14-tiles-snow-deep = deep snow
|
||||
cp14-tiles-snow-deep-deep = deep deep snow
|
||||
cp14-tiles-marble-cave = marble floor
|
||||
|
||||
# Produced
|
||||
cp14-tiles-foundation = foundation
|
||||
@@ -61,7 +62,7 @@ cp14-tiles-stonebricks-small-carved2 = carved brick floor
|
||||
cp14-tiles-stonebricks-square-carved = carved brick floor
|
||||
cp14-tiles-stonebricks = stonebrick floor
|
||||
cp14-tiles-stonebricks-weather = street stonebrick floor
|
||||
cp14-tiles-stonebricks-marble = marble floor
|
||||
cp14-tiles-stonebricks-marble = marble brick floor
|
||||
|
||||
cp14-tiles-lucens-woodplanks = lucens woodplanks
|
||||
cp14-tiles-lucens-woodplanks-big = big lucens planks
|
||||
|
||||
@@ -22,6 +22,9 @@ ent-CP14WoodenChestFilledSmallHealingBlood = сундук с зельями во
|
||||
ent-CP14WoodenChestFilledSmallHealingMana = сундук с зельями маны
|
||||
.desc = { ent-CP14WoodenChest.desc }
|
||||
|
||||
ent-CP14WoodenChestFilledSmallHealingManaDepletion = сундук с зельями лечения магического истощения
|
||||
.desc = { ent-CP14WoodenChest.desc }
|
||||
|
||||
ent-CP14WoodenChestFilledSmallSpeedUp = сундук с зельями ускорения
|
||||
.desc = { ent-CP14WoodenChest.desc }
|
||||
|
||||
@@ -31,6 +34,9 @@ ent-CP14WoodenChestFilledSmallRainbow = сундук с веселыми зел
|
||||
ent-CP14WoodenChestFilledCandles = сундук со свечами
|
||||
.desc = { ent-CP14WoodenChest.desc }
|
||||
|
||||
ent-CP14WoodenChestFilledSmokePowder = сундук с курительным шалфеем
|
||||
.desc = { ent-CP14WoodenChest.desc }
|
||||
|
||||
ent-CP14WoodenChestFilledFarmSeeds = сундук с семенами
|
||||
.desc = { ent-CP14WoodenChest.desc }
|
||||
|
||||
@@ -40,7 +46,7 @@ ent-CP14WoodenChestFilledCheese = сундук с сыром
|
||||
ent-CP14WoodenChestFilledBureaucracy = сундук с бюрократией
|
||||
.desc = { ent-CP14WoodenChest.desc }
|
||||
|
||||
ent-CP14WoodenChestFilledEnergyCrystals = energy crystals chest
|
||||
ent-CP14WoodenChestFilledEnergyCrystals = сундук с энергокристаллами
|
||||
.desc = { ent-CP14WoodenChest.desc }
|
||||
|
||||
ent-CP14WoodenClosetAlchemyFilled = { ent-CP14WoodenCloset }
|
||||
@@ -95,12 +101,12 @@ ent-CP14WoodenCabinetGuildmaster = { ent-CP14WoodenCabinet }
|
||||
.desc = { ent-CP14WoodenCabinet.desc }
|
||||
.suffix = Гильдмастер, Заполненный
|
||||
|
||||
ent-CP14BaseFlammableSpreadingStrong = { ent-CP14BaseFlammableSpreading }
|
||||
.desc = { ent-CP14BaseFlammableSpreading.desc }
|
||||
|
||||
ent-CP14Fire = огонь
|
||||
.desc = Это огонь!
|
||||
|
||||
ent-CP14BaseFlammableSpreadingStrong = { ent-CP14BaseFlammableSpreading }
|
||||
.desc = { ent-CP14BaseFlammableSpreading.desc }
|
||||
|
||||
ent-CP14ActionZLevelUp = Вверх
|
||||
.desc = Перейти на 1 Z-уровень вверх
|
||||
|
||||
@@ -213,6 +219,32 @@ ent-CP14ImpactEffectEarthWall = { ent-CP14BaseMagicImpact }
|
||||
ent-CP14SpellScrollEarthWall = свиток заклинания земляной стены
|
||||
.desc = { ent-CP14BaseSpellScrollEarth.desc }
|
||||
|
||||
ent-CP14ActionSpellFireball = Огненный шар
|
||||
.desc = Эффективный метод уничтожения - взрывной огненный шар.
|
||||
|
||||
ent-CP14RuneFireball = { ent-CP14BaseMagicRune }
|
||||
.desc = { ent-CP14BaseMagicRune.desc }
|
||||
|
||||
ent-CP14ImpactEffectFireball = { ent-CP14BaseMagicImpact }
|
||||
.desc = { ent-CP14BaseMagicImpact.desc }
|
||||
|
||||
ent-CP14Fireball = огненный шар
|
||||
|
||||
ent-CP14SpellScrollFireball = свиток заклинания огненного шара
|
||||
.desc = { ent-CP14BaseSpellScrollFire.desc }
|
||||
|
||||
ent-CP14ActionSpellFireRune = Руна огня
|
||||
.desc = Вы создаете зону, в которой обжигающий поток огня возникает практически мгновенно.
|
||||
|
||||
ent-CP14TelegraphyFireRune = { ent-CP14BaseMagicImpact }
|
||||
.desc = { ent-CP14BaseMagicImpact.desc }
|
||||
|
||||
ent-CP14AreaEntityEffectFireRune = { ent-CP14BaseMagicImpact }
|
||||
.desc = { ent-CP14BaseMagicImpact.desc }
|
||||
|
||||
ent-CP14SpellScrollFireRune = свиток заклинаний руны огня
|
||||
.desc = { ent-CP14BaseSpellScrollFire.desc }
|
||||
|
||||
ent-CP14ActionSpellFlameCreation = Создание пламени
|
||||
.desc = В вашей руке образуется искусственное пламя, освещающее окружающее пространство. Вы можете бросить его, чтобы использовать в качестве одноразового оружия.
|
||||
|
||||
@@ -243,38 +275,21 @@ ent-CP14ImpactEffectTieflingRevenge = { ent-CP14BaseMagicImpact }
|
||||
ent-CP14RuneTieflingRevenge = { ent-CP14BaseMagicRune }
|
||||
.desc = { ent-CP14BaseMagicRune.desc }
|
||||
|
||||
ent-CP14ActionSpellFireball = Огненный шар
|
||||
.desc = Эффективный метод уничтожения - взрывной огненный шар.
|
||||
|
||||
ent-CP14RuneFireball = { ent-CP14BaseMagicRune }
|
||||
.desc = { ent-CP14BaseMagicRune.desc }
|
||||
|
||||
ent-CP14ImpactEffectFireball = { ent-CP14BaseMagicImpact }
|
||||
.desc = { ent-CP14BaseMagicImpact.desc }
|
||||
|
||||
ent-CP14Fireball = искусственное пламя
|
||||
|
||||
ent-CP14SpellScrollFireball = свиток заклинания огненного шара
|
||||
.desc = { ent-CP14BaseSpellScrollFire.desc }
|
||||
|
||||
ent-CP14ActionSpellFireRune = Руна огня
|
||||
.desc = Вы создаете зону, в которой обжигающий поток огня возникает практически мгновенно.
|
||||
|
||||
ent-CP14TelegraphyFireRune = { ent-CP14BaseMagicImpact }
|
||||
.desc = { ent-CP14BaseMagicImpact.desc }
|
||||
|
||||
ent-CP14AreaEntityEffectFireRune = { ent-CP14BaseMagicImpact }
|
||||
.desc = { ent-CP14BaseMagicImpact.desc }
|
||||
|
||||
ent-CP14SpellScrollFireRune = свиток заклинаний руны огня
|
||||
.desc = { ent-CP14BaseSpellScrollFire.desc }
|
||||
|
||||
ent-CP14ActionSpellMagicalAcceleration = Магическое ускорение
|
||||
.desc = Затрачивая магическую энергию, вы значительно ускоряете скорость передвижения.
|
||||
|
||||
ent-CP14SpellScrollMagicalAcceleration = Свиток заклинания магического ускорения
|
||||
.desc = { ent-CP14BaseSpellScrollHealing.desc }
|
||||
|
||||
ent-CP14ActionSpellSheepPolymorph = Полиморф в овечку
|
||||
.desc = Вы проклинаете цель, превращая ее на короткое время в глупую овцу.
|
||||
|
||||
ent-CP14RuneSheepPolymorph = { ent-CP14BaseMagicRune }
|
||||
.desc = { ent-CP14BaseMagicRune.desc }
|
||||
|
||||
ent-CP14ImpactEffectSheepPolymorph = { ent-CP14BaseMagicImpact }
|
||||
.desc = { ent-CP14BaseMagicImpact.desc }
|
||||
|
||||
ent-CP14ActionSpellCureBurn = Лечение ожогов
|
||||
.desc = Вы излечиваете кожные повреждения, вызванные крайне высокой или низкой температурой.
|
||||
|
||||
@@ -443,12 +458,12 @@ ent-CP14RuneManaConsume = { ent-CP14BaseMagicRune }
|
||||
ent-CP14ImpactEffectManaConsume = { ent-CP14BaseMagicImpact }
|
||||
.desc = { ent-CP14BaseMagicImpact.desc }
|
||||
|
||||
ent-CP14DummyActionSpellManaManipulation = Манипуляция маной
|
||||
.desc = Вы можете манипулировать маной, отдавая ее другим предметам или забирая у них.
|
||||
|
||||
ent-CP14ActionSpellManaGift = Передача маны
|
||||
.desc = Вы можете передать небольшое количество своей магической энергии целевому существу или магическому объекту.
|
||||
|
||||
ent-CP14ActionSpellManaGiftElf = Аккуратная передача маны
|
||||
.desc = Вы передаете ману с огромной скоростью, не нанося цели урона.
|
||||
|
||||
ent-CP14RuneManaGift = { ent-CP14BaseMagicRune }
|
||||
.desc = { ent-CP14BaseMagicRune.desc }
|
||||
|
||||
@@ -497,30 +512,6 @@ ent-CP14ActionSpellVampireBloodStep = Шаг крови
|
||||
ent-CP14ImpactEffectBloodStep = { ent-CP14BaseMagicImpact }
|
||||
.desc = { ent-CP14BaseMagicImpact.desc }
|
||||
|
||||
ent-CP14ActionSpellFreeze = Заморозка
|
||||
.desc = Вы начинаете сильно охлаждать цель, замедляя скорость ее передвижения.
|
||||
|
||||
ent-CP14ImpactEffectFreeze = { ent-CP14BaseMagicImpact }
|
||||
.desc = { ent-CP14BaseMagicImpact.desc }
|
||||
|
||||
ent-CP14RunePlantFreeze = { ent-CP14BaseMagicRune }
|
||||
.desc = { ent-CP14BaseMagicRune.desc }
|
||||
|
||||
ent-CP14SpellScrollFreeze = свиток заклинания заморозки
|
||||
.desc = { ent-CP14BaseSpellScrollWater.desc }
|
||||
|
||||
ent-CP14ActionSpellWaterCreation = Создание воды
|
||||
.desc = Создайте сгусток воды, который удерживается в форме парящего шара в течение некоторого времени.
|
||||
|
||||
ent-CP14RuneWaterCreation = { ent-CP14BaseMagicRune }
|
||||
.desc = { ent-CP14BaseMagicRune.desc }
|
||||
|
||||
ent-CP14ImpactEffectWaterCreation = { ent-CP14BaseMagicImpact }
|
||||
.desc = { ent-CP14BaseMagicImpact.desc }
|
||||
|
||||
ent-CP14SpellScrollWaterCreation = свиток заклинания создания воды
|
||||
.desc = { ent-CP14BaseSpellScrollWater.desc }
|
||||
|
||||
ent-CP14ActionSpellBeerCreation = Создание пива
|
||||
.desc = Секретное заклинание, создающее пиво из чистой маны.
|
||||
|
||||
@@ -537,6 +528,33 @@ ent-CP14ImpactEffectBeerCreation = { ent-CP14BaseMagicImpact }
|
||||
ent-CP14SpellScrollBeerCreation = свиток заклинания создания пива
|
||||
.desc = { ent-CP14BaseSpellScrollWater.desc }
|
||||
|
||||
ent-CP14ActionSpellFreeze = Заморозка
|
||||
.desc = Вы начинаете сильно охлаждать цель, замедляя скорость ее передвижения.
|
||||
|
||||
ent-CP14ImpactEffectFreeze = { ent-CP14BaseMagicImpact }
|
||||
.desc = { ent-CP14BaseMagicImpact.desc }
|
||||
|
||||
ent-CP14RunePlantFreeze = { ent-CP14BaseMagicRune }
|
||||
.desc = { ent-CP14BaseMagicRune.desc }
|
||||
|
||||
ent-CP14SpellScrollFreeze = свиток заклинания заморозки
|
||||
.desc = { ent-CP14BaseSpellScrollWater.desc }
|
||||
|
||||
ent-CP14ActionSpellIceArrow = Ледяная стрела
|
||||
.desc = Вы создаете временную острую ледяную стрелу, которую можно использовать как одноразовый снаряд для лука.
|
||||
|
||||
ent-CP14IceArrow = ледяная стрела
|
||||
.desc = Острая ледяная стрела, созданная с помощью магии. Она тает и вскоре исчезает, но вы можете один раз выстрелить в нее из своего лука.
|
||||
|
||||
ent-CP14SpellScrollIceArrow = свиток заклинания ледяной стрелы
|
||||
.desc = { ent-CP14BaseSpellScrollWater.desc }
|
||||
|
||||
ent-CP14ActionSpellIceDagger = Ледяной кинжал
|
||||
.desc = Вы создаете ледяной острый кинжал, который подойдет для временного использования.
|
||||
|
||||
ent-CP14SpellScrollIceDagger = свиток заклинания ледяного кинжала
|
||||
.desc = { ent-CP14BaseSpellScrollWater.desc }
|
||||
|
||||
ent-CP14ActionSpellIceShards = Ледяные осколки
|
||||
.desc = Быстрые ледяные иглы для быстрой стрельбы по мишеням.
|
||||
|
||||
@@ -548,6 +566,18 @@ ent-CP14IceShard = ледяной осколок
|
||||
ent-CP14SpellScrollIceShards = свиток заклинания ледяных осколков
|
||||
.desc = { ent-CP14BaseSpellScrollWater.desc }
|
||||
|
||||
ent-CP14ActionSpellWaterCreation = Создание воды
|
||||
.desc = Создайте сгусток воды, который удерживается в форме парящего шара в течение некоторого времени.
|
||||
|
||||
ent-CP14RuneWaterCreation = { ent-CP14BaseMagicRune }
|
||||
.desc = { ent-CP14BaseMagicRune.desc }
|
||||
|
||||
ent-CP14ImpactEffectWaterCreation = { ent-CP14BaseMagicImpact }
|
||||
.desc = { ent-CP14BaseMagicImpact.desc }
|
||||
|
||||
ent-CP14SpellScrollWaterCreation = свиток заклинания создания воды
|
||||
.desc = { ent-CP14BaseSpellScrollWater.desc }
|
||||
|
||||
ent-CP14HeadSkeleton = череп
|
||||
.desc = Бедный Йорик...
|
||||
|
||||
@@ -633,6 +663,9 @@ ent-CP14ClothingGlovesGirdles = железные наручи
|
||||
ent-CP14ClothingGlovesJagermeister = перчатки егермейстера
|
||||
.desc = Кожаные перчатки, любимые местными егермейстерами.
|
||||
|
||||
ent-CP14ClothingGlovesBlacksmith = кузнечные перчатки
|
||||
.desc = Говорят, в них можно взять в руки только что отлитый слиток. Но проверять это все равно не стоит.
|
||||
|
||||
ent-CP14ClothingHeadCapellina = капеллина
|
||||
.desc = Защита от ударов крупными предметами по голове.
|
||||
|
||||
@@ -695,12 +728,15 @@ ent-CP14ClothingMaskNeckerchief = шейный платок
|
||||
ent-CP14ClothingMaskBoneMask = костяная маска
|
||||
.desc = Заколдованная маска, ранее принадлежавшая волшебному существу.
|
||||
|
||||
ent-CP14ClothingMaskBoneHornedMask = костяная рогатая маска
|
||||
.desc = Заколдованная маска, ранее принадлежавшая волшебному существу.
|
||||
ent-CP14ClothingMaskBoneHornedMask = рогатая костяная маска
|
||||
.desc = Костяная маска какого-то животного.
|
||||
|
||||
ent-CP14ClothingMaskBoneMaskMind = { ent-CP14ClothingMaskBoneMask }
|
||||
.desc = { ent-CP14ClothingMaskBoneMask.desc }
|
||||
|
||||
ent-CP14ClothingMaskMime = маска тишины
|
||||
.desc = ...
|
||||
|
||||
ent-CP14ArmorIronCuirassPresets = полная железная кираса
|
||||
.desc = Полные железные доспехи, защищающие владельца от другого острого железа.
|
||||
|
||||
@@ -713,12 +749,6 @@ ent-CP14ArmorCopperCuirassPresets = полная медная кираса
|
||||
ent-CP14ArmorMithrilCuirassPresets = полная мифриловая кираса
|
||||
.desc = Мечта любого искателя приключений, мифриловая броня - прочная, крепкая и почти не стесняющая движений. Если и существует идеал, то это именно он.
|
||||
|
||||
ent-CP14ArmorIronChainmailPresets = полная железная кольчуга
|
||||
.desc = Полные железные кольчужные доспехи, легкие и с достойной защитой.
|
||||
|
||||
ent-CP14ArmorMithrilChainmailPresets = полная мифриловая кольчуга
|
||||
.desc = Полная мифриловая кольчуга, которую, возможно, медленно и кропотливо собирали гномьи кузнецы. Ценнейшая работа.
|
||||
|
||||
ent-CP14ClothingOuterClothingCopperArmor = медная броня
|
||||
.desc = Качественная медная броня.
|
||||
|
||||
@@ -947,6 +977,9 @@ ent-CP14ClothinGreenLightDress = светло-зеленое платье
|
||||
ent-CP14ClothingWarriorsGarbDress = воинское одеяние
|
||||
.desc = Покажите свою силу.
|
||||
|
||||
ent-CP14ClothinShirtMaidDress = платье горничной
|
||||
.desc = { ent-CP14ClothingShirtBase.desc }
|
||||
|
||||
ent-CP14ClothingShirtGuardBase = кольчуга стражника
|
||||
.desc = Рубашка с вшитой подкладкой из кольчуги, окрашенная в стандартные цвета униформы Имперской гвардии.
|
||||
|
||||
@@ -982,6 +1015,10 @@ ent-CP14LongLeatherBoots = длинные кожаные сапоги
|
||||
ent-CP14ClothingShoesJestersRingers = шутовские звонари
|
||||
.desc = Все вокруг должны знать, что ты существуешь, приятель.
|
||||
|
||||
ent-CP14ClothingShoesArtifactFrogs = жаботапы
|
||||
.desc = Для любителей сред
|
||||
.suffix = Артефакт
|
||||
|
||||
ent-CP14Mist = облако
|
||||
|
||||
ent-CP14DemiplaneEntryPointMarker = точка входа в демиплан
|
||||
@@ -1157,6 +1194,7 @@ ent-CP14ActionSpellIceShardsGhost = { ent-CP14ActionSpellIceShards }
|
||||
|
||||
ent-CP14MobMonsterInvisibleWhistler = невидимый свистун
|
||||
.desc = Невидимое обычным глазом чудовище, обожающее пожирать жертвы, измученные страхом и непониманием.
|
||||
.suffix = AI
|
||||
|
||||
ent-CP14MobMonsterMole = хищный крот
|
||||
.desc = Охотится в темноте и любит вкус мяса и крови во рту.
|
||||
@@ -1165,28 +1203,28 @@ ent-CP14MobMonsterMole = хищный крот
|
||||
ent-CP14MobUndeadSkeletonDemiplane = скелет
|
||||
.desc = Оживленный темной магией хрупкий скелет. Обычно скелеты - чрезвычайно разумные существа, управляемые недавно умершей душой.
|
||||
|
||||
ent-CP14MobUndeadSkeletonHalberd = скелет
|
||||
.desc = { ent-CP14MobUndeadSkeleton.desc }
|
||||
ent-CP14MobUndeadSkeletonHalberd = { ent-CP14MobUndeadSkeletonDemiplane }
|
||||
.desc = { ent-CP14MobUndeadSkeletonDemiplane.desc }
|
||||
.suffix = Алебардщик
|
||||
|
||||
ent-CP14MobUndeadSkeletonSword = скелет
|
||||
.desc = { ent-CP14MobUndeadSkeleton.desc }
|
||||
ent-CP14MobUndeadSkeletonSword = { ent-CP14MobUndeadSkeletonDemiplane }
|
||||
.desc = { ent-CP14MobUndeadSkeletonDemiplane.desc }
|
||||
.suffix = Мечник
|
||||
|
||||
ent-CP14MobUndeadSkeletonDodger = скелет
|
||||
.desc = { ent-CP14MobUndeadSkeleton.desc }
|
||||
ent-CP14MobUndeadSkeletonDodger = { ent-CP14MobUndeadSkeletonDemiplane }
|
||||
.desc = { ent-CP14MobUndeadSkeletonDemiplane.desc }
|
||||
.suffix = Кинжал
|
||||
|
||||
ent-CP14MobUndeadSkeletonArcher = скелет
|
||||
.desc = { ent-CP14MobUndeadSkeleton.desc }
|
||||
ent-CP14MobUndeadSkeletonArcher = { ent-CP14MobUndeadSkeletonDemiplane }
|
||||
.desc = { ent-CP14MobUndeadSkeletonDemiplane.desc }
|
||||
.suffix = Лучник
|
||||
|
||||
ent-CP14MobUndeadSkeletonWizard = скелет
|
||||
.desc = { ent-CP14MobUndeadSkeleton.desc }
|
||||
ent-CP14MobUndeadSkeletonWizard = { ent-CP14MobUndeadSkeletonDemiplane }
|
||||
.desc = { ent-CP14MobUndeadSkeletonDemiplane.desc }
|
||||
.suffix = Маг
|
||||
|
||||
ent-CP14MobUndeadSkeletonBard = скелет
|
||||
.desc = { ent-CP14MobUndeadSkeleton.desc }
|
||||
ent-CP14MobUndeadSkeletonBard = { ent-CP14MobUndeadSkeletonDemiplane }
|
||||
.desc = { ent-CP14MobUndeadSkeletonDemiplane.desc }
|
||||
.suffix = Бард
|
||||
|
||||
ent-SpawnPointGhostDemiplaneSkeleton = точка спавна роли призрака
|
||||
@@ -1217,6 +1255,12 @@ ent-SpawnPointGhostDemiplaneSkeletonBard = точка спавна роли пр
|
||||
.desc = { ent-SpawnPointGhostDemiplaneSkeleton.desc }
|
||||
.suffix = скелет-бард
|
||||
|
||||
ent-CP14MobWatcherIce = ледяной наблюдатель
|
||||
.desc = { ent-CP14MobWatcherBase.desc }
|
||||
|
||||
ent-CP14MobWatcherMagma = магмовый наблюдатель
|
||||
.desc = { ent-CP14MobWatcherBase.desc }
|
||||
|
||||
ent-CP14MobSpaceCobra = кобра
|
||||
|
||||
ent-CP14MobUndeadZombie = ходячий труп
|
||||
@@ -1234,6 +1278,10 @@ ent-CP14MobUndeadZombieGearEasy3 = { ent-CP14MobUndeadZombie }
|
||||
.desc = { ent-CP14MobUndeadZombie.desc }
|
||||
.suffix = Зомби. Легкий
|
||||
|
||||
ent-CP14MobSlimeBase = слайм
|
||||
.desc = Сгусток полуразумной слизи, чувствительной к стихиям. Он с удовольствием слижет кожу с вашего лица.
|
||||
.suffix = AI
|
||||
|
||||
ent-CP14ActionSpellSlimeJump = Слаймопрыжок
|
||||
.desc = Прыгай! ПРЫГАЙ!
|
||||
|
||||
@@ -1335,9 +1383,6 @@ ent-CP14GuidebookBase = { ent-CP14BookBase }
|
||||
.desc = { ent-CP14BookBase.desc }
|
||||
.suffix = Путеводитель
|
||||
|
||||
ent-CP14BookKnowledgeBase = книга знаний
|
||||
.desc = В этой книге содержатся ценные знания, которые вы можете освоить... если будете к этому готовы.
|
||||
|
||||
ent-CP14GuidebookImperialLaws = имперские законы
|
||||
.desc = Книга об императорских законах.
|
||||
.suffix = Путеводитель
|
||||
@@ -1350,34 +1395,6 @@ ent-CP14GuidebookDemiplanes = руководство по исследовани
|
||||
.desc = Приключение на 20 минут: туда и назад.
|
||||
.suffix = Путеводитель
|
||||
|
||||
ent-CP14BookKnowledgeWoodWork = { ent-CP14BookKnowledgeBase }
|
||||
.desc = { ent-CP14BookKnowledgeBase.desc }
|
||||
.suffix = Работа по дереву
|
||||
|
||||
ent-CP14BookKnowledgeMetallMelting = { ent-CP14BookKnowledgeBase }
|
||||
.desc = { ent-CP14BookKnowledgeBase.desc }
|
||||
.suffix = Плавка металла
|
||||
|
||||
ent-CP14BookKnowledgeMetallForging = { ent-CP14BookKnowledgeBase }
|
||||
.desc = { ent-CP14BookKnowledgeBase.desc }
|
||||
.suffix = Ковка металла
|
||||
|
||||
ent-CP14BookKnowledgeGlasswork = { ent-CP14BookKnowledgeBase }
|
||||
.desc = { ent-CP14BookKnowledgeBase.desc }
|
||||
.suffix = Работа со стеклом
|
||||
|
||||
ent-CP14BookKnowledgeClothingSewing = { ent-CP14BookKnowledgeBase }
|
||||
.desc = { ent-CP14BookKnowledgeBase.desc }
|
||||
.suffix = Шитье одежды
|
||||
|
||||
ent-CP14BookKnowledgeWallpaperCraft = { ent-CP14BookKnowledgeBase }
|
||||
.desc = { ent-CP14BookKnowledgeBase.desc }
|
||||
.suffix = Изготовление обоев
|
||||
|
||||
ent-CP14BookKnowledgeAdvancedClothingSewing = { ent-CP14BookKnowledgeBase }
|
||||
.desc = { ent-CP14BookKnowledgeBase.desc }
|
||||
.suffix = Продвинутое шитье одежды
|
||||
|
||||
ent-CP14BookRandom = { ent-CP14BookWriteableBase }
|
||||
.desc = Каждая книга уникальна! Что спрятано в этой?
|
||||
.suffix = Случайный визуал
|
||||
@@ -1706,8 +1723,8 @@ ent-CP14AgaricMushroom = мухомор
|
||||
ent-CP14ChromiumSlime = хромиевая слизь
|
||||
.desc = Это редкое густое вещество можно обнаружить в потоке воды, как будто оно обладает собственным разумом. При попытке изменить саму слизь - она меняет реагент, с которым взаимодействует.
|
||||
|
||||
ent-CP14WildSage = корень дикого шалфея
|
||||
.desc = Корень повсеместно распространенного лекарственного растения, неплохо заживляющего физические повреждения и вызывающего откашливание.
|
||||
ent-CP14WildSage = шалфей
|
||||
.desc = Цветы шалфея. Хорошая лекарственная трава, которая при правильной обработке действует как галлюциноген.
|
||||
|
||||
ent-CP14LumiMushroom = люмигриб
|
||||
.desc = Слабо светящийся гриб. Часто используется алхимиками как средство для концентрации растворов.
|
||||
@@ -2033,6 +2050,22 @@ ent-CP14DyePurple = фиолетовый краситель
|
||||
ent-CP14DyeBlack = черный краситель
|
||||
.desc = { ent-CP14BaseDye.desc }
|
||||
|
||||
ent-CP14FloraMaterial1 = растительный материал
|
||||
.desc = Органический материал, используемый в лечебных или строительных целях.
|
||||
.suffix = 1
|
||||
|
||||
ent-CP14FloraMaterial10 = { ent-CP14FloraMaterial1 }
|
||||
.desc = { ent-CP14FloraMaterial1.desc }
|
||||
.suffix = 10
|
||||
|
||||
ent-CP14CompostMaterial1 = компост
|
||||
.desc = Когда-то это было красивое и яркое растение или еда. Теперь это вонючая куча разлагающейся органики.
|
||||
.suffix = 1
|
||||
|
||||
ent-CP14CompostMaterial10 = { ent-CP14CompostMaterial1 }
|
||||
.desc = { ent-CP14CompostMaterial1.desc }
|
||||
.suffix = 10
|
||||
|
||||
ent-CP14OreCopper1 = медная руда
|
||||
.desc = Кусок бледной, тяжелой меди.
|
||||
|
||||
@@ -2145,14 +2178,6 @@ ent-CP14Nail50 = { ent-CP14Nail1 }
|
||||
.desc = { ent-CP14Nail1.desc }
|
||||
.suffix = 50
|
||||
|
||||
ent-CP14FloraMaterial1 = растительный материал
|
||||
.desc = Органический материал, используемый в лечебных или строительных целях.
|
||||
.suffix = 1
|
||||
|
||||
ent-CP14FloraMaterial10 = { ent-CP14FloraMaterial1 }
|
||||
.desc = { ent-CP14FloraMaterial1.desc }
|
||||
.suffix = 10
|
||||
|
||||
ent-CP14String = нитки
|
||||
.desc = Тонкая нить. Материал для починки одежды или пошива новой.
|
||||
|
||||
@@ -2299,6 +2324,9 @@ ent-CP14ModularGripCopper = медная рукоять
|
||||
ent-CP14ModularGripMithril = мифриловая рукоять
|
||||
.desc = { ent-CP14ModularGripShort.desc }
|
||||
|
||||
ent-CP14ModularGripGuildmaster = рукоять рапиры гильдмастера
|
||||
.desc = { ent-CP14ModularGripShort.desc }
|
||||
|
||||
ent-CP14ModularGripWoodenLong = длинная деревянная рукоять
|
||||
.desc = { ent-CP14ModularGripLong.desc }
|
||||
|
||||
@@ -2374,6 +2402,21 @@ ent-CP14ModularBladeCopperHammer = медный наболдашник моло
|
||||
ent-CP14ModularBladeMithrilHammer = мифриловый наболдашник молота
|
||||
.desc = { ent-CP14ModularBladeHammerBase.desc }
|
||||
|
||||
ent-CP14ModularBladeHoeBase = None
|
||||
.desc = Лезвие мотыги без рукояти. Кузнец может использовать его как запасную часть для создания инструмента.
|
||||
|
||||
ent-CP14ModularBladeIronHoe = железное лезвие мотыги
|
||||
.desc = { ent-CP14ModularBladeHoeBase.desc }
|
||||
|
||||
ent-CP14ModularBladeCopperHoe = медное лезвие мотыги
|
||||
.desc = { ent-CP14ModularBladeHoeBase.desc }
|
||||
|
||||
ent-CP14ModularBladeGoldHoe = золотое лезвие мотыги
|
||||
.desc = { ent-CP14ModularBladeHoeBase.desc }
|
||||
|
||||
ent-CP14ModularBladeMithrilHoe = мифриловое лезвие мотыги
|
||||
.desc = { ent-CP14ModularBladeSickleBase.desc }
|
||||
|
||||
ent-CP14ModularBladeMaceBase = None
|
||||
.desc = Булава-шар без рукояти. Кузнец может использовать его как запасную часть для создания оружия.
|
||||
|
||||
@@ -2485,6 +2528,9 @@ ent-CP14ModularBladeBoneSword = костяное лезвие меча
|
||||
ent-CP14ModularGardeBase = None
|
||||
.desc = Гарда? Гарда!
|
||||
|
||||
ent-CP14ModularGardeGuildmaster = гарда рапиры гильдмастера
|
||||
.desc = { ent-CP14ModularGardeBase.desc }
|
||||
|
||||
ent-CP14ModularGardeSharpIron = острая железная гарда
|
||||
.desc = { ent-CP14ModularGardeBase.desc }
|
||||
|
||||
@@ -2634,7 +2680,11 @@ ent-CP14VialSmallSpeedUp = зелье ускорения Брада
|
||||
|
||||
ent-CP14VialSmallRainbow = веселое зелье Брада
|
||||
.desc = { ent-CP14VialSmall.desc }
|
||||
.suffix = Радуга и пьяные 20%
|
||||
.suffix = Радуга и пьянь 20%
|
||||
|
||||
ent-CP14VialSmallHealingManaDepletion = мана-лечебное зелье Брада
|
||||
.desc = { ent-CP14VialSmall.desc }
|
||||
.suffix = Лечение мана-истощения 10%
|
||||
|
||||
ent-CP14BaseAlchemyBomb = алхимическая бомба
|
||||
.desc = Флакон с жидкостью, который при броске взрывается облаком алхимических реагентов.
|
||||
@@ -2675,12 +2725,12 @@ ent-CP14SeedCucumber = семена огурцов
|
||||
ent-CP14SeedTomato = семена помидоров
|
||||
.desc = Похоже на порошок! Они такие маленькие, эти семена.
|
||||
|
||||
ent-CP14SeedOnion = семена лука
|
||||
.desc = Семена лука, мелкие, но крепкие.
|
||||
|
||||
ent-CP14SeedPepper = семена перца
|
||||
.desc = Семена перца, с перчинкой внутри.
|
||||
|
||||
ent-CP14SeedSage = семена шалфея
|
||||
.desc = Семена шалфея. Пришло время выращивать интересные травы!
|
||||
|
||||
ent-CP14HerbalBandage = травяной бинт
|
||||
.desc = Бинт для перевязки, сплетенный из травы. Не самая надежная и полезная вещь, но лучше, чем ничего.
|
||||
.suffix = 5
|
||||
@@ -2861,12 +2911,18 @@ ent-CP14ModularIronDagger = железный кинжал
|
||||
ent-CP14ModularIronHammer = железный молоток
|
||||
.desc = Небольшой молоток. Хорошо подходит для плотницких работ, а также для раскалывания черепов.
|
||||
|
||||
ent-CP14ModularIronHoe = железная мотыга
|
||||
.desc = Мотыга. Идеальный инструмент для обработки земли и подготовки ее к садоводству.
|
||||
|
||||
ent-CP14ModularIronMace = железная булава
|
||||
.desc = Тяжелый кусок металла на длинной палке. Что может быть проще этого?
|
||||
|
||||
ent-CP14ModularIronPickaxe = железная кирка
|
||||
.desc = Идеальна для забуривания в камни.
|
||||
|
||||
ent-CP14ModularGuildmasterRapier = личная рапира гильдмастера
|
||||
.desc = Личное оружие, выдаваемое каждому гильдмастеру. Сочетает в себе надежность и убойную силу.
|
||||
|
||||
ent-CP14ModularIronShovel = железная лопата
|
||||
.desc = Орудие для вскапывания земли, рытья грядок или могил.
|
||||
|
||||
@@ -3458,87 +3514,62 @@ ent-CP14CrystalShardOrder = ordo осколок кварца
|
||||
ent-CP14CrystalShardChaos = perditio осколок кварца
|
||||
.desc = { ent-CP14CrystalShardBase.desc }
|
||||
|
||||
ent-CP14GatherableWildBase = { ent-CP14GatherableBase }
|
||||
.desc = { ent-CP14GatherableBase.desc }
|
||||
|
||||
ent-CP14GatherablePlantBase = { ent-CP14GatherableBase }
|
||||
.desc = { ent-CP14GatherableBase.desc }
|
||||
|
||||
ent-CP14PlantCabbage = капуста
|
||||
.desc = Вы видите перед собой капусту. Возможно, вы родились в такой же.
|
||||
|
||||
ent-CP14PlantCucumber = огурцы
|
||||
.desc = Не доверяйте людям, которые умеют превращаться в огурцы.
|
||||
|
||||
ent-CP14PlantOnion = лук
|
||||
.desc = Он такой милый, что у меня на глаза наворачиваются слезы, когда я его разрезаю.
|
||||
|
||||
ent-CP14PlantPepper = перцы
|
||||
.desc = Русская рулетка. Острый или сладкий перец?
|
||||
|
||||
ent-CP14PlantPotato = картошка
|
||||
.desc = Некоторые любят ассоциировать себя с картошкой. Такие люди не могут быть плохими.
|
||||
|
||||
ent-CP14PlantPumpkin = тыква
|
||||
.desc = Легенды гласят, что есть тыквенный король, который заглядывает вам в душу сквозь кроны деревьев.
|
||||
|
||||
ent-CP14PlantSage = шалфей
|
||||
.desc = Лекарственный шалфей. Одни любят его за лечебные свойства, другие - за наркотические. А вы на чьей стороне?
|
||||
|
||||
ent-CP14PlantTomatoes = помидоры
|
||||
.desc = С одной стороны, это вкусный плод. Но зачем его есть, если гораздо интереснее использовать помидоры в качестве метательного снаряда?
|
||||
|
||||
ent-CP14PlantWheat = пшеница
|
||||
.desc = Самая популярная культура. Неприхотливая, она открывает путь к изобилию мучных изделий.
|
||||
|
||||
ent-CP14GatherableBloodFlower = кровьцветы
|
||||
.desc = Алые цветы растут там, где пролилась кровь.
|
||||
.suffix = Gatherable
|
||||
|
||||
ent-CP14GatherableBlueAmanita = лазурная аманита
|
||||
.desc = Небесно-голубой цветок, известный своими лечебными и магическими свойствами.
|
||||
.suffix = Gatherable
|
||||
|
||||
ent-CP14GatherableChromiumSlime = хромовая слизь
|
||||
.desc = Это редкое густое вещество можно обнаружить в потоке воды, как будто оно обладает собственным разумом. При попытке изменить саму слизь - она меняет реагент, с которым взаимодействует.
|
||||
.suffix = Gatherable
|
||||
|
||||
ent-CP14GatherableDayflin = желтые днецветы
|
||||
.desc = Желтый солнечный цветок, пахнущий топленым молоком. Может быть переработан в желтый краситель.
|
||||
.suffix = Gatherable
|
||||
|
||||
ent-CP14GatherableFlyAgaric = мухомор
|
||||
.desc = Этот ядовитый гриб часто можно встретить вблизи водоемов или других влажных мест. Он не рекомендуется для употребления в пищу.
|
||||
.suffix = Gatherable
|
||||
|
||||
ent-CP14WaterLilies = кувшинки
|
||||
.desc = Ух ты, это растения, которые растут не на суше, а в воде! Природа удивительна.
|
||||
|
||||
ent-CP14WaterReeds = рогоз
|
||||
.desc = Обычно растет на болотах и по берегам рек.
|
||||
|
||||
ent-CP14GatherableBloodFlower = кровавая роза
|
||||
.desc = Алые цветы растут там, где пролилась кровь.
|
||||
.suffix = Собираемый
|
||||
|
||||
ent-CP14GatherableDayflin = желтый днецвет
|
||||
.desc = Желтый солнечный цветок, пахнущий топленым молоком. Может быть переработан в желтый краситель.
|
||||
.suffix = Собираемый
|
||||
|
||||
ent-CP14GatherableFlyAgaric = мухоморы
|
||||
.desc = Этот ядовитый гриб часто можно встретить вблизи водоемов или других влажных мест. Он не рекомендуется для употребления в пищу.
|
||||
.suffix = Собираемый
|
||||
|
||||
ent-CP14GatherableChromiumSlime = хромиевая слизь
|
||||
.desc = Это редкое густое вещество можно обнаружить в потоке воды, как будто оно обладает собственным разумом. При попытке изменить саму слизь - она меняет реагент, с которым взаимодействует.
|
||||
.suffix = Собираемый
|
||||
|
||||
ent-CP14GatherableWildSage = дикий шалфей
|
||||
.desc = Корень этого повсеместно распространенного лекарственного растения неплохо заживляет физические повреждения и вызывает кашель.
|
||||
.suffix = Собираемый
|
||||
|
||||
ent-CP14GatherableLumiMushroom = люмигрибы
|
||||
.desc = Слабо светящийся гриб. Часто используется алхимиками как средство для концентрации растворов.
|
||||
.suffix = Собираемый
|
||||
|
||||
ent-CP14GatherableBlueAmanita = лазурная аманита
|
||||
.desc = Небесно-голубой цветок, известный своими лечебными и магическими свойствами.
|
||||
.suffix = Собираемый
|
||||
|
||||
ent-CP14PlantCabbage = капуста
|
||||
|
||||
ent-CP14PlantCabbageDeath = мёртвая капуста
|
||||
.desc = Печальное зрелище выброшенной еды.
|
||||
|
||||
ent-CP14PlantCucumber = огурец
|
||||
|
||||
ent-CP14PlantCucumberDeath = мёртвый огурец
|
||||
.desc = Печальное зрелище выброшенной еды.
|
||||
|
||||
ent-CP14PlantOnion = лук
|
||||
|
||||
ent-CP14PlantOnionDeath = мёртвый лук
|
||||
.desc = Печальное зрелище выброшенной еды.
|
||||
|
||||
ent-CP14PlantPepper = перец
|
||||
|
||||
ent-CP14PlantPepperDeath = мёртвый перец
|
||||
.desc = Печальное зрелище выброшенной еды.
|
||||
|
||||
ent-CP14PlantPotato = картофель
|
||||
|
||||
ent-CP14PlantPotatoDeath = мёртвая картошка
|
||||
.desc = Печальное зрелище выброшенной еды.
|
||||
|
||||
ent-CP14PlantPumpkin = тыква
|
||||
|
||||
ent-CP14PlantPumpkinDeath = мёртвая тыква
|
||||
.desc = Печальное зрелище выброшенной еды.
|
||||
|
||||
ent-CP14PlantTomatoes = помидоры
|
||||
|
||||
ent-CP14PlantTomatoesDeath = мёртвые помидоры
|
||||
.desc = Печальное зрелище выброшенной еды.
|
||||
|
||||
ent-CP14PlantWheat = пшеница
|
||||
.desc = Наиболее популярная культура. Непритязательна, и открывает дорогу к разнообразию мучных изделий.
|
||||
|
||||
ent-CP14PlantWheatDeath = мертвая пшеница
|
||||
.desc = Грустное зрелище потерянной еды.
|
||||
|
||||
ent-CP14BarrelWater = { ent-CP14BaseBarrel }
|
||||
.desc = { ent-CP14BaseBarrel.desc }
|
||||
.suffix = Вода
|
||||
@@ -3881,9 +3912,6 @@ ent-CP14TradingPortalSpiceStream = { ent-CP14TradingPortalBase }
|
||||
.desc = { ent-CP14TradingPortalBase.desc }
|
||||
.suffix = SpiceStream
|
||||
|
||||
ent-CP14SeedbedWooden = грядка
|
||||
.desc = Деревянная кадка с кучей земли, приспособленная для выращивания растений.
|
||||
|
||||
ent-CP14BaseEssenceNode = узел эссенции
|
||||
.desc = Естественное накопление магической эссенции.
|
||||
|
||||
@@ -3997,9 +4025,23 @@ ent-CP14WindowIceBlock = блок льда
|
||||
ent-CP14AstralCorrosion = астральное заражение
|
||||
.desc = Светящиеся трещины в реальности. Возможно, это нормально.
|
||||
|
||||
ent-CP14SkillTreePyrokineticLoadoutDummy = Пирокинетика
|
||||
|
||||
ent-CP14SkillTreeHydrosophistryLoadoutDummy = Гидрософистика
|
||||
|
||||
ent-CP14SkillTreeIllusionLoadoutDummy = Иллюзия
|
||||
|
||||
ent-CP14SkillTreeMetamagicLoadoutDummy = Метамагия
|
||||
|
||||
ent-CP14SkillTreeHealingLoadoutDummy = Животворение
|
||||
|
||||
ent-CP14SkillTreeAtlethicLoadoutDummy = Атлетика
|
||||
|
||||
ent-CP14DemiplaneArtifactRoomSpawner = Спавнер комнаты артефактов в демиплане
|
||||
|
||||
ent-CP14DemiplanEnterRoomMarker = Демиплановый маркер входа в комнату
|
||||
ent-CP14DemiplanEnterRoomMarker = Спавнер комнаты входа в демиплан
|
||||
|
||||
ent-CP14DemiplaneRuinsRoomSpawner = Спавнер руин демиплана
|
||||
|
||||
ent-CP14MindRoleDemiplaneAntag = Роль антага в демиплане
|
||||
|
||||
@@ -4020,6 +4062,12 @@ ent-CP14LiquidDropWater = парящая капля жидкости
|
||||
.desc = Сгусток жидкости, удерживаемый в форме шара с помощью магии.
|
||||
.suffix = Вода
|
||||
|
||||
ent-CP14ClothingCloakAmuletGold = золотой амулет
|
||||
.desc = Золотой амулет, ценная безделушка.
|
||||
|
||||
ent-CP14ClothingCloakAmuletMana = мана амулет
|
||||
.desc = Золотой амулет с магическим камнем внутри, который поможет вам легче колдовать.
|
||||
|
||||
ent-CP14ClothingCloakMaidArpon = фартук горничной
|
||||
.desc = Чистота, порядок и послушание - главные черты хорошей горничной.
|
||||
|
||||
@@ -4062,14 +4110,21 @@ ent-CP14ClothingOuterClothingMerchantWaistCoat = купеческий жилет
|
||||
ent-CP14SimpleMobBase = None
|
||||
.suffix = AI
|
||||
|
||||
ent-CP14SimpleMobNoLifeBase = None
|
||||
.suffix = AI
|
||||
|
||||
ent-CP14SimpleSpaceMobNoLifeBase = None
|
||||
.suffix = AI
|
||||
|
||||
ent-CP14MobIceSpectre = ледяной спектр
|
||||
.desc = Непогребенная душа замерзших искателей приключений. Ее ярость против мира лишает ее разума.
|
||||
|
||||
ent-CP14MobMonsterMosquito = рой москитов-кровопийц
|
||||
ent-CP14MobMonsterMosquito = рой комаров кровопийц
|
||||
.desc = Кровожадный рой мелких комаров только и ждет мягкой плоти для кровавого пиршества.
|
||||
.suffix = AI
|
||||
|
||||
ent-CP14MobSlimeBase = слайм
|
||||
.desc = Сгусток полуразумной слизи, чувствительной к стихиям. И с удовольствием слижет кожу с вашего лица.
|
||||
ent-CP14MobWatcherBase = наблюдатель
|
||||
.desc = Как будто он смотрит прямо сквозь вас.
|
||||
.suffix = AI
|
||||
|
||||
ent-CP14BaseMobSkeleton = Мистер Скелет
|
||||
@@ -4100,9 +4155,6 @@ ent-CP14BaseShield = щит
|
||||
ent-CP14BaseCrowbar = лом
|
||||
.desc = Универсальная и полезная железяка, предназначенная для разборки полов и других предметов.
|
||||
|
||||
ent-CP14BaseHoe = мотыга
|
||||
.desc = Садовый инструмент для подготовки почвы к посадке или для удаления сорняков
|
||||
|
||||
ent-CP14BaseMop = деревянная швабра
|
||||
.desc = Швабра для мытья полов от различных неприятных жидкостей
|
||||
|
||||
@@ -4313,3 +4365,4 @@ ent-CP14WallCardboard = картонная стена
|
||||
|
||||
ent-CP14WindowWooden = деревянное окно
|
||||
.desc = Деревянная стена со стеклянным окном в ней.
|
||||
|
||||
|
||||
2
Resources/Locale/ru-RU/_CP14/markings/carcat-tails.ftl
Normal file
@@ -0,0 +1,2 @@
|
||||
marking-CP14CarcatTail = Хвост
|
||||
marking-CP14CarcatTailFluffy = Пушистый хвост
|
||||
@@ -1,5 +1,6 @@
|
||||
cp14-stack-dirt-block = блоки земли
|
||||
cp14-stack-stone-block = каменные блоки
|
||||
cp14-stack-marble-block = мраморные камни
|
||||
cp14-stack-wood-planks = деревянные доски
|
||||
cp14-stack-nails = гвозди
|
||||
cp14-stack-cloth = рулоны ткани
|
||||
|
||||
@@ -10,6 +10,7 @@ cp14-tiles-sand = песок
|
||||
cp14-tiles-snow = снег
|
||||
cp14-tiles-snow-deep = глубокий снег
|
||||
cp14-tiles-snow-deep-deep = очень глубокий снег
|
||||
cp14-tiles-marble-cave = мраморный пол
|
||||
|
||||
# Produced
|
||||
cp14-tiles-foundation = фундамент
|
||||
@@ -61,7 +62,7 @@ cp14-tiles-stonebricks-small-carved2 = пол из резного кирпича
|
||||
cp14-tiles-stonebricks-square-carved = пол из резного кирпича
|
||||
cp14-tiles-stonebricks = каменный кирпичный пол
|
||||
cp14-tiles-stonebricks-weather = уличный каменный кирпичный пол
|
||||
cp14-tiles-stonebricks-marble = мраморный пол
|
||||
cp14-tiles-stonebricks-marble = мраморный кирпич
|
||||
|
||||
cp14-tiles-lucens-woodplanks = люценcовые доски
|
||||
cp14-tiles-lucens-woodplanks-big = большие люценcовые доски
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
meta:
|
||||
format: 7
|
||||
category: Map
|
||||
engineVersion: 248.0.2
|
||||
engineVersion: 250.0.0
|
||||
forkId: ""
|
||||
forkVersion: ""
|
||||
time: 03/18/2025 21:57:21
|
||||
entityCount: 14429
|
||||
time: 04/05/2025 10:23:32
|
||||
entityCount: 14385
|
||||
maps:
|
||||
- 2
|
||||
grids:
|
||||
@@ -65,8 +65,8 @@ entities:
|
||||
id: Comoss
|
||||
- type: CP14WeatherController
|
||||
entries:
|
||||
- visuals: null
|
||||
weight: 3
|
||||
- weight: 3
|
||||
visuals: null
|
||||
- visuals: CP14Mist
|
||||
- visuals: CP14Rain
|
||||
- type: LightCycle
|
||||
@@ -976,24 +976,6 @@ entities:
|
||||
- type: Transform
|
||||
pos: -1.7708926,13.337564
|
||||
parent: 2
|
||||
- proto: CP14BaseHoe
|
||||
entities:
|
||||
- uid: 33
|
||||
components:
|
||||
- type: Transform
|
||||
rot: -1.5707963267948966 rad
|
||||
pos: -20.17605,-13.383461
|
||||
parent: 2
|
||||
- uid: 34
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -19.952974,-13.253024
|
||||
parent: 2
|
||||
- uid: 35
|
||||
components:
|
||||
- type: Transform
|
||||
pos: 12.486586,-56.600544
|
||||
parent: 2
|
||||
- proto: CP14BaseLightCrossbow
|
||||
entities:
|
||||
- uid: 36
|
||||
@@ -44740,6 +44722,24 @@ entities:
|
||||
- type: Transform
|
||||
pos: 10.025342,-7.197178
|
||||
parent: 2
|
||||
- proto: CP14ModularIronHoe
|
||||
entities:
|
||||
- uid: 33
|
||||
components:
|
||||
- type: Transform
|
||||
rot: -1.5707963267948966 rad
|
||||
pos: -20.17605,-13.383461
|
||||
parent: 2
|
||||
- uid: 34
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -19.952974,-13.253024
|
||||
parent: 2
|
||||
- uid: 35
|
||||
components:
|
||||
- type: Transform
|
||||
pos: 12.486586,-56.600544
|
||||
parent: 2
|
||||
- proto: CP14ModularIronMace
|
||||
entities:
|
||||
- uid: 8182
|
||||
@@ -61032,228 +61032,6 @@ entities:
|
||||
- type: Transform
|
||||
pos: 7.7062325,2.3277578
|
||||
parent: 2
|
||||
- proto: CP14SeedbedWooden
|
||||
entities:
|
||||
- uid: 10509
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -24.5,-11.5
|
||||
parent: 2
|
||||
- uid: 10510
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -23.5,-11.5
|
||||
parent: 2
|
||||
- uid: 10511
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -24.5,-12.5
|
||||
parent: 2
|
||||
- uid: 10512
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -24.5,-13.5
|
||||
parent: 2
|
||||
- uid: 10513
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -24.5,-14.5
|
||||
parent: 2
|
||||
- uid: 10514
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -23.5,-14.5
|
||||
parent: 2
|
||||
- uid: 10515
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -23.5,-13.5
|
||||
parent: 2
|
||||
- uid: 10516
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -23.5,-12.5
|
||||
parent: 2
|
||||
- uid: 10517
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -24.5,-16.5
|
||||
parent: 2
|
||||
- uid: 10518
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -24.5,-17.5
|
||||
parent: 2
|
||||
- uid: 10519
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -24.5,-18.5
|
||||
parent: 2
|
||||
- uid: 10520
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -23.5,-16.5
|
||||
parent: 2
|
||||
- uid: 10521
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -23.5,-17.5
|
||||
parent: 2
|
||||
- uid: 10522
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -23.5,-18.5
|
||||
parent: 2
|
||||
- uid: 10523
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -21.5,-16.5
|
||||
parent: 2
|
||||
- uid: 10524
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -21.5,-17.5
|
||||
parent: 2
|
||||
- uid: 10525
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -21.5,-18.5
|
||||
parent: 2
|
||||
- uid: 10526
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -20.5,-16.5
|
||||
parent: 2
|
||||
- uid: 10527
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -20.5,-17.5
|
||||
parent: 2
|
||||
- uid: 10528
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -20.5,-18.5
|
||||
parent: 2
|
||||
- uid: 10529
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -24.5,-20.5
|
||||
parent: 2
|
||||
- uid: 10530
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -24.5,-21.5
|
||||
parent: 2
|
||||
- uid: 10531
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -24.5,-22.5
|
||||
parent: 2
|
||||
- uid: 10532
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -23.5,-20.5
|
||||
parent: 2
|
||||
- uid: 10533
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -23.5,-21.5
|
||||
parent: 2
|
||||
- uid: 10534
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -23.5,-22.5
|
||||
parent: 2
|
||||
- uid: 10535
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -21.5,-20.5
|
||||
parent: 2
|
||||
- uid: 10536
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -21.5,-21.5
|
||||
parent: 2
|
||||
- uid: 10537
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -21.5,-22.5
|
||||
parent: 2
|
||||
- uid: 10538
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -20.5,-20.5
|
||||
parent: 2
|
||||
- uid: 10539
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -20.5,-21.5
|
||||
parent: 2
|
||||
- uid: 10540
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -20.5,-22.5
|
||||
parent: 2
|
||||
- uid: 10541
|
||||
components:
|
||||
- type: Transform
|
||||
pos: 16.5,-62.5
|
||||
parent: 2
|
||||
- uid: 10542
|
||||
components:
|
||||
- type: Transform
|
||||
pos: 17.5,-62.5
|
||||
parent: 2
|
||||
- uid: 10543
|
||||
components:
|
||||
- type: Transform
|
||||
pos: 18.5,-53.5
|
||||
parent: 2
|
||||
- uid: 10544
|
||||
components:
|
||||
- type: Transform
|
||||
pos: 18.5,-54.5
|
||||
parent: 2
|
||||
- uid: 10545
|
||||
components:
|
||||
- type: Transform
|
||||
pos: 15.5,-54.5
|
||||
parent: 2
|
||||
- uid: 10546
|
||||
components:
|
||||
- type: Transform
|
||||
pos: 15.5,-52.5
|
||||
parent: 2
|
||||
- uid: 10547
|
||||
components:
|
||||
- type: Transform
|
||||
pos: 15.5,-57.5
|
||||
parent: 2
|
||||
- uid: 10548
|
||||
components:
|
||||
- type: Transform
|
||||
pos: 17.5,-57.5
|
||||
parent: 2
|
||||
- uid: 10549
|
||||
components:
|
||||
- type: Transform
|
||||
pos: 15.5,-53.5
|
||||
parent: 2
|
||||
- uid: 10550
|
||||
components:
|
||||
- type: Transform
|
||||
pos: 18.5,-52.5
|
||||
parent: 2
|
||||
- uid: 10551
|
||||
components:
|
||||
- type: Transform
|
||||
pos: 18.5,-57.5
|
||||
parent: 2
|
||||
- uid: 10552
|
||||
components:
|
||||
- type: Transform
|
||||
pos: 16.5,-57.5
|
||||
parent: 2
|
||||
- proto: CP14SilverCoin1
|
||||
entities:
|
||||
- uid: 10553
|
||||
@@ -61384,14 +61162,13 @@ entities:
|
||||
- 8184
|
||||
- 8182
|
||||
- 8181
|
||||
- uid: 10555
|
||||
components:
|
||||
- type: Transform
|
||||
rot: -1.5707963267948966 rad
|
||||
pos: -12.5,-5.5
|
||||
parent: 2
|
||||
- proto: CP14SmallWoodenCrateFilled
|
||||
entities:
|
||||
- uid: 10509
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -12.5,-5.5
|
||||
parent: 2
|
||||
- uid: 10556
|
||||
components:
|
||||
- type: Transform
|
||||
@@ -61784,11 +61561,6 @@ entities:
|
||||
rot: -1.5707963267948966 rad
|
||||
pos: 0.5,-53.5
|
||||
parent: 2
|
||||
- uid: 10628
|
||||
components:
|
||||
- type: Transform
|
||||
pos: 15.5,-60.5
|
||||
parent: 2
|
||||
- uid: 10629
|
||||
components:
|
||||
- type: Transform
|
||||
@@ -64380,6 +64152,21 @@ entities:
|
||||
fixtures: {}
|
||||
- proto: CP14WallmountLampEmpty
|
||||
entities:
|
||||
- uid: 1
|
||||
components:
|
||||
- type: Transform
|
||||
pos: -14.5,-5.5
|
||||
parent: 2
|
||||
- type: Fixtures
|
||||
fixtures: {}
|
||||
- uid: 7131
|
||||
components:
|
||||
- type: Transform
|
||||
rot: -1.5707963267948966 rad
|
||||
pos: -16.5,-4.5
|
||||
parent: 2
|
||||
- type: Fixtures
|
||||
fixtures: {}
|
||||
- uid: 11062
|
||||
components:
|
||||
- type: Transform
|
||||
@@ -81689,6 +81476,12 @@ entities:
|
||||
parent: 2
|
||||
- proto: CP14WoodenDoorPersonalHouse3
|
||||
entities:
|
||||
- uid: 10510
|
||||
components:
|
||||
- type: Transform
|
||||
rot: 1.5707963267948966 rad
|
||||
pos: -6.5,16.5
|
||||
parent: 2
|
||||
- uid: 14352
|
||||
components:
|
||||
- type: Transform
|
||||
@@ -81738,12 +81531,6 @@ entities:
|
||||
parent: 2
|
||||
- proto: CP14WoodenDoorPersonalHouse8
|
||||
entities:
|
||||
- uid: 14359
|
||||
components:
|
||||
- type: Transform
|
||||
rot: -1.5707963267948966 rad
|
||||
pos: -6.5,16.5
|
||||
parent: 2
|
||||
- uid: 14360
|
||||
components:
|
||||
- type: Transform
|
||||
@@ -82154,7 +81941,7 @@ entities:
|
||||
pos: 29.5,15.5
|
||||
parent: 2
|
||||
- type: WarpPoint
|
||||
location: Blacksmith 2
|
||||
location: Blacksmith
|
||||
- uid: 14429
|
||||
components:
|
||||
- type: Transform
|
||||
@@ -82162,7 +81949,7 @@ entities:
|
||||
pos: 14.5,3.5
|
||||
parent: 2
|
||||
- type: WarpPoint
|
||||
location: Alchemist 2
|
||||
location: Alchemist
|
||||
- uid: 14430
|
||||
components:
|
||||
- type: Transform
|
||||
|
||||
@@ -43,9 +43,10 @@ entities:
|
||||
data: {}
|
||||
- type: CP14CloudShadows
|
||||
- type: MapLight
|
||||
- type: LightCycle
|
||||
ambientLightColor: "#DDDDDDFF"
|
||||
- type: SunShadow
|
||||
- type: SunShadowCycle
|
||||
alpha: 0.8
|
||||
direction: 1, -1.5
|
||||
- type: Biome
|
||||
forcedMarkerLayers: []
|
||||
markerLayers: []
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
- type: storePositionSell
|
||||
id: CP14SpellScroll
|
||||
price: 150
|
||||
price: 50
|
||||
factions:
|
||||
- Sylphoria
|
||||
service: !type:CP14SellWhitelistService
|
||||
|
||||
@@ -84,4 +84,27 @@
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Cloak/Roles/General/insulated_mantle.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Cloak/Roles/General/insulated_mantle.rsi
|
||||
sprite: _CP14/Clothing/Cloak/Roles/General/insulated_mantle.rsi
|
||||
|
||||
- type: entity
|
||||
parent: CP14ClothingCloakBase
|
||||
id: CP14ClothingCloakBlackSyurko
|
||||
name: black surcoats
|
||||
description: A long and roomy cloak that serves to protect your armour.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Cloak/Roles/General/black_syurko.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Cloak/Roles/General/black_syurko.rsi
|
||||
|
||||
- type: entity
|
||||
parent: CP14ClothingCloakBase
|
||||
id: CP14ClothingCloakRedSyurko
|
||||
name: red surcoats
|
||||
description: A long and roomy cloak that serves to protect your armour.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Cloak/Roles/General/red_syurko.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Cloak/Roles/General/red_syurko.rsi
|
||||
|
||||
|
||||
@@ -12,4 +12,15 @@
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Cloak/Roles/Guard/blue.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Cloak/Roles/Guard/blue.rsi
|
||||
sprite: _CP14/Clothing/Cloak/Roles/Guard/blue.rsi
|
||||
|
||||
- type: entity
|
||||
parent: CP14ClothingCloakGuardBase
|
||||
id: CP14ClothingCloakGuardSyurko
|
||||
name: guard surcoats
|
||||
description: A long and roomy cloak that serves to protect your armour.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Cloak/Roles/Guard/guard_syurko.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Cloak/Roles/Guard/guard_syurko.rsi
|
||||
|
||||
@@ -84,4 +84,18 @@
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Head/Roles/General/jagermeister_hat.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Head/Roles/General/jagermeister_hat.rsi
|
||||
sprite: _CP14/Clothing/Head/Roles/General/jagermeister_hat.rsi
|
||||
|
||||
- type: entity
|
||||
parent: CP14ClothingHeadBase
|
||||
id: CP14ClothingHeadStrawHat
|
||||
name: straw hat
|
||||
description: Easy to make, not too bad to lose.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Head/Roles/General/straw_hat.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Head/Roles/General/straw_hat.rsi
|
||||
- type: Construction
|
||||
graph: CP14StrawHat
|
||||
node: cp14headstrawhat
|
||||
|
||||
@@ -137,4 +137,18 @@
|
||||
color: green
|
||||
- state: frame
|
||||
- type: CP14BiomeSpawner
|
||||
biome: CP14LeafMaze
|
||||
biome: CP14LeafMaze
|
||||
|
||||
- type: entity
|
||||
id: CP14BiomeSpawnerMarbleCave
|
||||
parent: CP14BaseBiomeSpawner
|
||||
suffix: Marble cave
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: cave
|
||||
- state: frame
|
||||
- sprite: _CP14/Objects/Materials/marble_block.rsi
|
||||
state: stone_3
|
||||
- type: CP14BiomeSpawner
|
||||
biome: CP14MarbleCaves
|
||||
@@ -0,0 +1,45 @@
|
||||
- type: marking
|
||||
id: CP14CarcatTail
|
||||
bodyPart: Tail
|
||||
markingCategory: Tail
|
||||
speciesRestriction: [ CP14Carcat ]
|
||||
followSkinColor: true
|
||||
forcedColoring: true
|
||||
sprites:
|
||||
- sprite: _CP14/Mobs/Customization/carcat_tail.rsi
|
||||
state: tail
|
||||
|
||||
- type: marking
|
||||
id: CP14CarcatTailFluffy
|
||||
bodyPart: Tail
|
||||
markingCategory: Tail
|
||||
speciesRestriction: [ CP14Carcat ]
|
||||
followSkinColor: true
|
||||
forcedColoring: true
|
||||
sprites:
|
||||
- sprite: _CP14/Mobs/Customization/carcat_tail.rsi
|
||||
state: tail_fluffy
|
||||
|
||||
# Animation
|
||||
|
||||
- type: marking
|
||||
id: CP14CarcatTailAnimated
|
||||
bodyPart: Tail
|
||||
markingCategory: Tail
|
||||
speciesRestriction: []
|
||||
followSkinColor: true
|
||||
forcedColoring: true
|
||||
sprites:
|
||||
- sprite: _CP14/Mobs/Customization/carcat_tail.rsi
|
||||
state: tail_waggin
|
||||
|
||||
- type: marking
|
||||
id: CP14CarcatTailFluffyAnimated
|
||||
bodyPart: Tail
|
||||
markingCategory: Tail
|
||||
speciesRestriction: []
|
||||
followSkinColor: true
|
||||
forcedColoring: true
|
||||
sprites:
|
||||
- sprite: _CP14/Mobs/Customization/carcat_tail.rsi
|
||||
state: tail_fluffy_waggin
|
||||
@@ -22,6 +22,7 @@
|
||||
- type: Speech
|
||||
speechSounds: CP14Carcat
|
||||
- type: Thirst
|
||||
- type: Wagging
|
||||
- type: Butcherable
|
||||
butcheringType: Spike
|
||||
spawned:
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
damageContainer: CP14Biological
|
||||
damageModifierSet: CP14Tiefling
|
||||
- type: PassiveDamage
|
||||
damageCap: 0
|
||||
allowedStates:
|
||||
- Alive
|
||||
- Critical
|
||||
|
||||
124
Resources/Prototypes/_CP14/Entities/Objects/Materials/rocks.yml
Normal file
@@ -0,0 +1,124 @@
|
||||
- type: entity
|
||||
id: CP14DirtBlock1
|
||||
parent: BaseItem
|
||||
name: dirt block
|
||||
description: A block of excellent black soil.
|
||||
categories: [ ForkFiltered ]
|
||||
components:
|
||||
- type: Item
|
||||
size: Normal
|
||||
- type: Sprite
|
||||
noRot: true
|
||||
sprite: _CP14/Objects/Materials/dirt_block.rsi
|
||||
layers:
|
||||
- state: dirt
|
||||
map: ["base"]
|
||||
- type: FloorTile
|
||||
placeTileSound:
|
||||
collection: CP14Digging
|
||||
params:
|
||||
variation: 0.03
|
||||
volume: 2
|
||||
outputs:
|
||||
- CP14FloorDirt
|
||||
- type: Appearance
|
||||
- type: Stack
|
||||
stackType: CP14Dirt
|
||||
count: 1
|
||||
baseLayer: base
|
||||
layerStates:
|
||||
- dirt
|
||||
- dirt_2
|
||||
- dirt_3
|
||||
- type: Material
|
||||
- type: PhysicalComposition # точно ли это нужно?
|
||||
materialComposition:
|
||||
CP14Dirt: 100
|
||||
- type: CP14MagicEssenceContainer
|
||||
essences:
|
||||
Earth: 1
|
||||
|
||||
- type: entity
|
||||
id: CP14DirtBlock10
|
||||
parent: CP14DirtBlock1
|
||||
suffix: 10
|
||||
components:
|
||||
- type: Stack
|
||||
count: 10
|
||||
|
||||
- type: entity
|
||||
id: CP14StoneBlock1
|
||||
parent: BaseItem
|
||||
name: stone block
|
||||
description: A block of cold stone.
|
||||
categories: [ ForkFiltered ]
|
||||
components:
|
||||
- type: Item
|
||||
size: Normal
|
||||
- type: Sprite
|
||||
noRot: true
|
||||
sprite: _CP14/Objects/Materials/stone_block.rsi
|
||||
layers:
|
||||
- state: stone
|
||||
map: ["base"]
|
||||
- type: Appearance
|
||||
- type: Stack
|
||||
stackType: CP14Stone
|
||||
count: 1
|
||||
baseLayer: base
|
||||
layerStates:
|
||||
- stone
|
||||
- stone_2
|
||||
- stone_3
|
||||
- type: Material
|
||||
- type: PhysicalComposition # точно ли это нужно?
|
||||
materialComposition:
|
||||
CP14Stone: 100
|
||||
- type: CP14MagicEssenceContainer
|
||||
essences:
|
||||
Earth: 1
|
||||
|
||||
- type: entity
|
||||
id: CP14StoneBlock10
|
||||
parent: CP14StoneBlock1
|
||||
suffix: 10
|
||||
components:
|
||||
- type: Stack
|
||||
count: 10
|
||||
|
||||
- type: entity
|
||||
id: CP14MarbleBlock1
|
||||
parent: BaseItem
|
||||
name: marble block
|
||||
description: A block of white marble.
|
||||
categories: [ ForkFiltered ]
|
||||
components:
|
||||
- type: Item
|
||||
size: Normal
|
||||
- type: Sprite
|
||||
noRot: true
|
||||
sprite: _CP14/Objects/Materials/marble_block.rsi
|
||||
layers:
|
||||
- state: stone
|
||||
map: ["base"]
|
||||
- type: Appearance
|
||||
- type: Stack
|
||||
stackType: CP14MarbleStone
|
||||
count: 1
|
||||
baseLayer: base
|
||||
layerStates:
|
||||
- stone
|
||||
- stone_2
|
||||
- stone_3
|
||||
- type: Material
|
||||
- type: PhysicalComposition # точно ли это нужно?
|
||||
materialComposition:
|
||||
CP14MarbleStone: 100
|
||||
|
||||
- type: entity
|
||||
id: CP14MarbleBlock10
|
||||
parent: CP14MarbleBlock1
|
||||
suffix: 10
|
||||
components:
|
||||
- type: Stack
|
||||
count: 10
|
||||
@@ -1,99 +1,3 @@
|
||||
- type: entity
|
||||
id: CP14DirtBlock1
|
||||
parent: BaseItem
|
||||
name: dirt block
|
||||
description: A block of excellent black soil.
|
||||
categories: [ ForkFiltered ]
|
||||
components:
|
||||
- type: Item
|
||||
size: Normal
|
||||
- type: Sprite
|
||||
noRot: true
|
||||
sprite: _CP14/Objects/Materials/dirt_block.rsi
|
||||
layers:
|
||||
- state: dirt
|
||||
map: ["base"]
|
||||
- type: FloorTile
|
||||
placeTileSound:
|
||||
collection: CP14Digging
|
||||
params:
|
||||
variation: 0.03
|
||||
volume: 2
|
||||
outputs:
|
||||
- CP14FloorDirt
|
||||
- type: Appearance
|
||||
- type: Stack
|
||||
stackType: CP14Dirt
|
||||
count: 1
|
||||
baseLayer: base
|
||||
layerStates:
|
||||
- dirt
|
||||
- dirt_2
|
||||
- dirt_3
|
||||
- type: Material
|
||||
- type: PhysicalComposition # точно ли это нужно?
|
||||
materialComposition:
|
||||
CP14Dirt: 100
|
||||
- type: CP14MagicEssenceContainer
|
||||
essences:
|
||||
Earth: 1
|
||||
|
||||
- type: entity
|
||||
id: CP14DirtBlock10
|
||||
parent: CP14DirtBlock1
|
||||
suffix: 10
|
||||
components:
|
||||
- type: Stack
|
||||
count: 10
|
||||
|
||||
- type: entity
|
||||
id: CP14StoneBlock1
|
||||
parent: BaseItem
|
||||
name: stone block
|
||||
description: A block of cold stone.
|
||||
categories: [ ForkFiltered ]
|
||||
components:
|
||||
- type: Item
|
||||
size: Normal
|
||||
- type: Sprite
|
||||
noRot: true
|
||||
sprite: _CP14/Objects/Materials/stone_block.rsi
|
||||
layers:
|
||||
- state: stone
|
||||
map: ["base"]
|
||||
- type: FloorTile
|
||||
placeTileSound:
|
||||
collection: CP14Digging #TODO
|
||||
params:
|
||||
variation: 0.03
|
||||
volume: 2
|
||||
outputs:
|
||||
- CP14FloorFoundation
|
||||
- type: Appearance
|
||||
- type: Stack
|
||||
stackType: CP14Stone
|
||||
count: 1
|
||||
baseLayer: base
|
||||
layerStates:
|
||||
- stone
|
||||
- stone_2
|
||||
- stone_3
|
||||
- type: Material
|
||||
- type: PhysicalComposition # точно ли это нужно?
|
||||
materialComposition:
|
||||
CP14Stone: 100
|
||||
- type: CP14MagicEssenceContainer
|
||||
essences:
|
||||
Earth: 1
|
||||
|
||||
- type: entity
|
||||
id: CP14StoneBlock10
|
||||
parent: CP14StoneBlock1
|
||||
suffix: 10
|
||||
components:
|
||||
- type: Stack
|
||||
count: 10
|
||||
|
||||
- type: entity
|
||||
id: CP14WoodLog
|
||||
parent: BaseItem
|
||||
@@ -177,14 +81,6 @@
|
||||
types:
|
||||
Heat: 1
|
||||
- type: Appearance
|
||||
- type: FloorTile
|
||||
placeTileSound:
|
||||
path: /Audio/Effects/woodenclosetclose.ogg
|
||||
params:
|
||||
variation: 0.03
|
||||
volume: 2
|
||||
outputs:
|
||||
- CP14FloorOakWoodPlanks # TODO
|
||||
- type: Stack
|
||||
stackType: CP14WoodenPlanks
|
||||
count: 1
|
||||
|
||||
199
Resources/Prototypes/_CP14/Entities/Objects/Misc/tiles.yml
Normal file
@@ -0,0 +1,199 @@
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
id: CP14FloorTileBase
|
||||
description: Makes the floor more pleasant for your feet. And your eyes.
|
||||
abstract: true
|
||||
categories: [ ForkFiltered ]
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/Tile/tile.rsi
|
||||
- type: Item
|
||||
sprite: _CP14/Objects/Tile/tile.rsi
|
||||
size: Normal
|
||||
- type: Stack
|
||||
count: 1
|
||||
- type: FloorTile
|
||||
placeTileSound:
|
||||
collection: CP14Digging #TODO
|
||||
params:
|
||||
variation: 0.03
|
||||
volume: 2
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 30
|
||||
behaviors:
|
||||
- !type:DoActsBehavior
|
||||
acts: [ "Destruction" ]
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 20
|
||||
behaviors:
|
||||
- !type:PlaySoundBehavior
|
||||
sound:
|
||||
collection: MetalBreak
|
||||
params:
|
||||
volume: -8
|
||||
- !type:DoActsBehavior
|
||||
acts: [ "Destruction" ]
|
||||
|
||||
- type: entity
|
||||
parent: CP14FloorTileBase
|
||||
id: CP14FloorTileFoundation
|
||||
name: foundation floor tile
|
||||
components:
|
||||
- type: Sprite
|
||||
state: foundation
|
||||
- type: FloorTile
|
||||
outputs:
|
||||
- CP14FloorFoundation
|
||||
- type: Stack
|
||||
stackType: CP14FloorTileFoundation
|
||||
|
||||
- type: entity
|
||||
parent: CP14FloorTileBase
|
||||
id: CP14FloorTileMarbleBrick
|
||||
name: marble brick
|
||||
components:
|
||||
- type: Sprite
|
||||
state: marble
|
||||
- type: FloorTile
|
||||
outputs:
|
||||
- CP14FloorMarble
|
||||
- type: Stack
|
||||
stackType: CP14FloorTileMarbleBrick
|
||||
|
||||
- type: entity
|
||||
parent: CP14FloorTileBase
|
||||
id: CP14FloorTileMarbleSmallbricks
|
||||
name: marble small brick
|
||||
components:
|
||||
- type: Sprite
|
||||
state: marble_smallbricks
|
||||
- type: FloorTile
|
||||
outputs:
|
||||
- CP14FloorMarbleSmallbricks
|
||||
- type: Stack
|
||||
stackType: CP14FloorTileMarbleSmallbricks
|
||||
|
||||
- type: entity
|
||||
parent: CP14FloorTileBase
|
||||
id: CP14FloorTileOakWoodplanks
|
||||
name: oak woodplanks
|
||||
components:
|
||||
- type: Sprite
|
||||
state: oak_woodplanks
|
||||
- type: FloorTile
|
||||
outputs:
|
||||
- CP14FloorOakWoodPlanks
|
||||
- type: Stack
|
||||
stackType: CP14FloorTileOakWoodplanks
|
||||
|
||||
- type: entity
|
||||
parent: CP14FloorTileBase
|
||||
id: CP14FloorTileOakWoodplanksBig
|
||||
name: oak big woodplanks
|
||||
components:
|
||||
- type: Sprite
|
||||
state: oak_woodplanks_big
|
||||
- type: FloorTile
|
||||
placeTileSound:
|
||||
path: /Audio/Effects/woodenclosetclose.ogg
|
||||
params:
|
||||
variation: 0.03
|
||||
volume: 2
|
||||
outputs:
|
||||
- CP14FloorOakWoodPlanksBig
|
||||
- type: Stack
|
||||
stackType: CP14FloorTileOakWoodplanksBig
|
||||
|
||||
- type: entity
|
||||
parent: CP14FloorTileBase
|
||||
id: CP14FloorTileOakWoodplanksCruciform
|
||||
name: oak cruciform woodplanks
|
||||
components:
|
||||
- type: Sprite
|
||||
state: oak_woodplanks_cruciform
|
||||
- type: FloorTile
|
||||
placeTileSound:
|
||||
path: /Audio/Effects/woodenclosetclose.ogg
|
||||
params:
|
||||
variation: 0.03
|
||||
volume: 2
|
||||
outputs:
|
||||
- CP14FloorOakWoodPlanksCruciform
|
||||
- type: Stack
|
||||
stackType: CP14FloorTileOakWoodplanksCruciform
|
||||
|
||||
- type: entity
|
||||
parent: CP14FloorTileBase
|
||||
id: CP14FloorTileOakWoodplanksStairs
|
||||
name: oak stairs woodplanks
|
||||
components:
|
||||
- type: Sprite
|
||||
state: oak_woodplanks_stairways
|
||||
- type: FloorTile
|
||||
placeTileSound:
|
||||
path: /Audio/Effects/woodenclosetclose.ogg
|
||||
params:
|
||||
variation: 0.03
|
||||
volume: 2
|
||||
outputs:
|
||||
- CP14FloorOakWoodPlanksStairways
|
||||
- type: Stack
|
||||
stackType: CP14FloorTileOakWoodplanksStairs
|
||||
|
||||
- type: entity
|
||||
parent: CP14FloorTileBase
|
||||
id: CP14FloorTileStonebricks
|
||||
name: stonebrick
|
||||
components:
|
||||
- type: Sprite
|
||||
state: stonebrick
|
||||
- type: FloorTile
|
||||
outputs:
|
||||
- CP14FloorStonebricks
|
||||
- type: Stack
|
||||
stackType: CP14FloorTileStonebricks
|
||||
|
||||
- type: entity
|
||||
parent: CP14FloorTileBase
|
||||
id: CP14FloorTileStonebricksSmallCarved
|
||||
name: small carved stonebricks
|
||||
components:
|
||||
- type: Sprite
|
||||
state: stonebrick_small_carved
|
||||
- type: FloorTile
|
||||
outputs:
|
||||
- CP14FloorStonebricksSmallCarved1
|
||||
- type: Stack
|
||||
stackType: CP14FloorTileStonebricksSmallCarved
|
||||
|
||||
- type: entity
|
||||
parent: CP14FloorTileBase
|
||||
id: CP14FloorTileStonebricksSmallCarved2
|
||||
name: small carved stonebricks 2
|
||||
components:
|
||||
- type: Sprite
|
||||
state: stonebrick_small_carved2
|
||||
- type: FloorTile
|
||||
outputs:
|
||||
- CP14FloorStonebricksSmallCarved2
|
||||
- type: Stack
|
||||
stackType: CP14FloorTileStonebricksSmallCarved2
|
||||
|
||||
- type: entity
|
||||
parent: CP14FloorTileBase
|
||||
id: CP14FloorTileStonebricksSquareCarved
|
||||
name: square carved stonebricks
|
||||
components:
|
||||
- type: Sprite
|
||||
state: stonebrick_square_carved
|
||||
- type: FloorTile
|
||||
outputs:
|
||||
- CP14FloorStonebricksSquareCarved
|
||||
- type: Stack
|
||||
stackType: CP14FloorTileStonebricksSquareCarved
|
||||
@@ -88,7 +88,6 @@
|
||||
- type: CP14Seed
|
||||
plantProto: CP14PlantPepper
|
||||
|
||||
|
||||
- type: entity
|
||||
id: CP14SeedSage
|
||||
name: sage seeds
|
||||
|
||||
@@ -20,5 +20,5 @@
|
||||
id: CP14GatherCucumber
|
||||
entries:
|
||||
- id: CP14FoodCucumber
|
||||
amount: 1
|
||||
maxAmount: 3
|
||||
amount: 2
|
||||
maxAmount: 4
|
||||
|
||||
@@ -22,5 +22,5 @@
|
||||
id: CP14GatherPepper
|
||||
entries:
|
||||
- id: CP14FoodPepper
|
||||
amount: 1
|
||||
maxAmount: 3
|
||||
amount: 2
|
||||
maxAmount: 4
|
||||
|
||||
@@ -21,4 +21,4 @@
|
||||
entries:
|
||||
- id: CP14FoodPumpkin
|
||||
amount: 2
|
||||
maxAmount: 3
|
||||
maxAmount: 4
|
||||
|
||||
@@ -22,5 +22,5 @@
|
||||
id: CP14GatherSage
|
||||
entries:
|
||||
- id: CP14WildSage
|
||||
amount: 1
|
||||
maxAmount: 3
|
||||
amount: 2
|
||||
maxAmount: 4
|
||||
|
||||
@@ -20,5 +20,5 @@
|
||||
id: CP14GatherTomatoes
|
||||
entries:
|
||||
- id: CP14FoodTomatoes
|
||||
amount: 1
|
||||
maxAmount: 3
|
||||
amount: 2
|
||||
maxAmount: 4
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
- type: entity
|
||||
parent:
|
||||
- BaseStructure
|
||||
- CP14BaseFlammable
|
||||
id: CP14WoodenTableBase
|
||||
id: CP14TableBase
|
||||
categories: [ ForkFiltered ]
|
||||
abstract: true
|
||||
components:
|
||||
@@ -17,6 +16,31 @@
|
||||
- TableMask
|
||||
layer:
|
||||
- TableLayer
|
||||
- type: Damageable
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 60
|
||||
behaviors:
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
- !type:PlaySoundBehavior
|
||||
sound:
|
||||
path: /Audio/Effects/picaxe2.ogg
|
||||
- type: FootstepModifier
|
||||
footstepSoundCollection:
|
||||
collection: FootstepHull
|
||||
- type: Climbable
|
||||
- type: PlaceableSurface
|
||||
|
||||
- type: entity
|
||||
parent:
|
||||
- CP14TableBase
|
||||
- CP14BaseFlammable
|
||||
id: CP14WoodenTableBase
|
||||
abstract: true
|
||||
components:
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: Wood
|
||||
@@ -52,8 +76,6 @@
|
||||
- type: FireVisuals
|
||||
sprite: _CP14/Effects/fire.rsi
|
||||
normalState: full
|
||||
- type: Climbable
|
||||
- type: PlaceableSurface
|
||||
|
||||
- type: entity
|
||||
parent: CP14WoodenTableBase
|
||||
@@ -116,4 +138,25 @@
|
||||
state: full
|
||||
- type: Construction
|
||||
graph: CP14TableWoodenCounter
|
||||
node: CP14TableWoodenCounter
|
||||
node: CP14TableWoodenCounter
|
||||
|
||||
- type: entity
|
||||
parent: CP14TableBase
|
||||
id: CP14TableMarble
|
||||
name: marble table
|
||||
description: Exquisite white marble table.
|
||||
components:
|
||||
- type: Damageable
|
||||
damageContainer: StructuralInorganic
|
||||
damageModifierSet: Metallic
|
||||
- type: Sprite
|
||||
sprite: _CP14/Structures/Furniture/Tables/marble.rsi
|
||||
- type: Icon
|
||||
sprite: _CP14/Structures/Furniture/Tables/marble.rsi
|
||||
state: full
|
||||
- type: IconSmooth
|
||||
key: state
|
||||
base: state
|
||||
- type: FootstepModifier
|
||||
footstepSoundCollection:
|
||||
collection: FootstepFloor
|
||||
@@ -38,6 +38,39 @@
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
|
||||
- type: entity
|
||||
id: CP14WallMarbleStone
|
||||
name: marble
|
||||
parent: CP14WallStone
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Structures/Walls/Natural/marble_stone.rsi
|
||||
- type: Icon
|
||||
sprite: _CP14/Structures/Walls/Natural/marble_stone.rsi
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 350
|
||||
behaviors:
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 100
|
||||
behaviors:
|
||||
- !type:PlaySoundBehavior
|
||||
sound:
|
||||
path: /Audio/Effects/break_stone.ogg
|
||||
params:
|
||||
volume: -6
|
||||
- !type:SpawnEntitiesBehavior
|
||||
spawn:
|
||||
CP14MarbleBlock1:
|
||||
min: 2
|
||||
max: 3
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
|
||||
- type: entity
|
||||
id: CP14WallStoneIndestructable
|
||||
|
||||
@@ -71,6 +71,25 @@
|
||||
sprite: _CP14/Structures/Walls/marblebricks_stone_wall.rsi
|
||||
- type: IconSmooth
|
||||
base: stonebricks
|
||||
- type: Damageable
|
||||
damageContainer: StructuralInorganic
|
||||
damageModifierSet: Rock
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 200
|
||||
behaviors:
|
||||
- !type:PlaySoundBehavior
|
||||
sound:
|
||||
path: /Audio/Effects/break_stone.ogg
|
||||
params:
|
||||
volume: -6
|
||||
- !type:DoActsBehavior
|
||||
acts: [ "Destruction" ]
|
||||
- type: Construction
|
||||
graph: CP14WallMarbleBrick
|
||||
node: CP14WallMarbleBrick
|
||||
- type: CP14WallpaperHolder
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
- CP14ClothingCloakBlue
|
||||
- CP14ClothingCloakFurCoat
|
||||
- CP14ClothingCloakInsulated
|
||||
- CP14ClothingCloakBlackSyurko
|
||||
- CP14ClothingCloakRedSyurko
|
||||
|
||||
- type: loadout
|
||||
id: CP14ClothingCloakFurcapeBlack
|
||||
@@ -25,6 +27,16 @@
|
||||
equipment:
|
||||
cloak: CP14ClothingCloakFurcapeBlue
|
||||
|
||||
- type: loadout
|
||||
id: CP14ClothingCloakBlackSyurko
|
||||
equipment:
|
||||
cloak: CP14ClothingCloakBlackSyurko
|
||||
|
||||
- type: loadout
|
||||
id: CP14ClothingCloakRedSyurko
|
||||
equipment:
|
||||
cloak: CP14ClothingCloakRedSyurko
|
||||
|
||||
- type: loadout
|
||||
id: CP14ClothingCloakMaidArpon
|
||||
equipment:
|
||||
@@ -190,6 +202,7 @@
|
||||
- CP14ClothingHeadJestersCap
|
||||
- CP14ClothingHeadHuntersHat
|
||||
- CP14ClothingHeadJagermeisterHat
|
||||
- CP14ClothingHeadStrawHat
|
||||
|
||||
- type: loadout
|
||||
id: CP14ClothingHeadMetalHeadband
|
||||
@@ -211,6 +224,11 @@
|
||||
equipment:
|
||||
head: CP14ClothingHeadJestersCap
|
||||
|
||||
- type: loadout
|
||||
id: CP14ClothingHeadStrawHat
|
||||
equipment:
|
||||
head: CP14ClothingHeadStrawHat
|
||||
|
||||
- type: loadout
|
||||
id: CP14ClothingHeadHuntersHat
|
||||
equipment:
|
||||
|
||||
@@ -7,12 +7,18 @@
|
||||
minLimit: 0
|
||||
loadouts:
|
||||
- CP14ClothingCloakGuardBlue
|
||||
- CP14ClothingCloakGuardSyurko
|
||||
|
||||
- type: loadout
|
||||
id: CP14ClothingCloakGuardBlue
|
||||
equipment:
|
||||
cloak: CP14ClothingCloakGuardBlue
|
||||
|
||||
- type: loadout
|
||||
id: CP14ClothingCloakGuardSyurko
|
||||
equipment:
|
||||
cloak: CP14ClothingCloakGuardSyurko
|
||||
|
||||
# Head
|
||||
|
||||
- type: loadoutGroup
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
id: CP14SkillTreePyrokinetic
|
||||
dummyEntity: CP14SkillTreePyrokineticLoadoutDummy
|
||||
skillTree:
|
||||
Pyrokinetic: 1
|
||||
Pyrokinetic: 2
|
||||
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
id: CP14SkillTreeHydrosophistry
|
||||
dummyEntity: CP14SkillTreeHydrosophistryLoadoutDummy
|
||||
skillTree:
|
||||
Hydrosophistry: 1
|
||||
Hydrosophistry: 2
|
||||
|
||||
|
||||
- type: entity
|
||||
@@ -59,7 +59,7 @@
|
||||
id: CP14SkillTreeIllusion
|
||||
dummyEntity: CP14SkillTreeIllusionLoadoutDummy
|
||||
skillTree:
|
||||
Illusion: 1
|
||||
Illusion: 2
|
||||
|
||||
|
||||
- type: entity
|
||||
@@ -75,7 +75,7 @@
|
||||
id: CP14SkillTreeMetamagic
|
||||
dummyEntity: CP14SkillTreeMetamagicLoadoutDummy
|
||||
skillTree:
|
||||
Metamagic: 1
|
||||
Metamagic: 2
|
||||
|
||||
|
||||
- type: entity
|
||||
@@ -91,7 +91,7 @@
|
||||
id: CP14SkillTreeHealing
|
||||
dummyEntity: CP14SkillTreeHealingLoadoutDummy
|
||||
skillTree:
|
||||
Healing: 1
|
||||
Healing: 2
|
||||
|
||||
|
||||
- type: entity
|
||||
@@ -107,4 +107,4 @@
|
||||
id: CP14SkillTreeAtlethic
|
||||
dummyEntity: CP14SkillTreeAtlethicLoadoutDummy
|
||||
skillTree:
|
||||
Atlethic: 1
|
||||
Atlethic: 2
|
||||
@@ -25,6 +25,15 @@
|
||||
color: "#555963"
|
||||
price: 0
|
||||
|
||||
- type: material
|
||||
id: CP14MarbleStone
|
||||
stackEntity: CP14MarbleBlock1
|
||||
name: cp14-material-stone-block #TODO
|
||||
unit: materials-unit-chunk
|
||||
icon: { sprite: _CP14/Objects/Materials/marble_block.rsi, state: stone_2 }
|
||||
color: "#555963"
|
||||
price: 0
|
||||
|
||||
- type: material
|
||||
id: CP14Nail
|
||||
stackEntity: CP14Nail1
|
||||
|
||||
@@ -41,6 +41,10 @@
|
||||
biomeTemplate: CP14CavesFloor
|
||||
tileMask:
|
||||
- CP14FloorGrass
|
||||
- !type:BiomeDunGen
|
||||
biomeTemplate: CP14MarbleCaves
|
||||
tileMask:
|
||||
- CP14FloorMarble
|
||||
|
||||
- type: dungeonConfig
|
||||
id: CP14DemiplaneCavesRingFloorMaskStone
|
||||
@@ -102,9 +106,9 @@
|
||||
- !type:NoiseDistanceDunGen
|
||||
size: 50, 50
|
||||
distanceConfig: !type:DunGenEuclideanSquaredDistance
|
||||
blendWeight: 0.6
|
||||
blendWeight: 0.8
|
||||
layers:
|
||||
- tile: Space
|
||||
- tile: CP14FloorMarble
|
||||
threshold: 0.50
|
||||
noise:
|
||||
frequency: 0.010
|
||||
@@ -112,18 +116,4 @@
|
||||
fractalType: FBm
|
||||
octaves: 5
|
||||
lacunarity: 2
|
||||
gain: 0.5
|
||||
- !type:NoiseDistanceDunGen
|
||||
size: 80, 50
|
||||
distanceConfig: !type:DunGenEuclideanSquaredDistance
|
||||
blendWeight: 0.2
|
||||
layers:
|
||||
- tile: Space
|
||||
threshold: 0.50
|
||||
noise:
|
||||
frequency: 0.08
|
||||
noiseType: OpenSimplex2
|
||||
fractalType: FBm
|
||||
octaves: 5
|
||||
lacunarity: 2
|
||||
gain: 0.5
|
||||
47
Resources/Prototypes/_CP14/Procedural/marble_cave.yml
Normal file
@@ -0,0 +1,47 @@
|
||||
- type: biomeTemplate
|
||||
id: CP14MarbleCaves
|
||||
layers:
|
||||
- !type:BiomeTileLayer
|
||||
threshold: -1.0
|
||||
tile: CP14FloorMarbleCave
|
||||
#Rocks
|
||||
- !type:BiomeEntityLayer
|
||||
threshold: 0.4
|
||||
noise:
|
||||
seed: 1
|
||||
noiseType: OpenSimplex2
|
||||
fractalType: FBm
|
||||
frequency: 2
|
||||
allowedTiles:
|
||||
- CP14FloorMarbleCave
|
||||
entities:
|
||||
- CP14RockSmall
|
||||
# Lakes
|
||||
- !type:BiomeEntityLayer
|
||||
threshold: -0.45
|
||||
invert: true
|
||||
noise:
|
||||
seed: 12
|
||||
noiseType: Perlin
|
||||
fractalType: Ridged
|
||||
octaves: 1
|
||||
frequency: 0.1
|
||||
gain: 0.5
|
||||
allowedTiles:
|
||||
- CP14FloorMarbleCave
|
||||
entities:
|
||||
- CP14FloorLava
|
||||
- !type:BiomeEntityLayer
|
||||
threshold: -0.45
|
||||
invert: true
|
||||
noise:
|
||||
seed: 0
|
||||
noiseType: Perlin
|
||||
fractalType: Ridged
|
||||
octaves: 1
|
||||
frequency: 0.1
|
||||
gain: 0.5
|
||||
allowedTiles:
|
||||
- CP14FloorMarbleCave
|
||||
entities:
|
||||
- CP14WallMarbleStone
|
||||
@@ -0,0 +1,16 @@
|
||||
- type: constructionGraph
|
||||
id: CP14WallMarbleBrick
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: CP14WallMarbleBrick
|
||||
completed:
|
||||
- !type:SnapToGrid
|
||||
southRotation: true
|
||||
steps:
|
||||
- material: CP14MarbleStone
|
||||
amount: 3
|
||||
doAfter: 2
|
||||
- node: CP14WallMarbleBrick
|
||||
entity: CP14WallMarbleBrick
|
||||
@@ -72,7 +72,7 @@
|
||||
|
||||
- type: construction
|
||||
crystallPunkAllowed: true
|
||||
name: stone wall
|
||||
name: stonebrick wall
|
||||
description: Sturdy enough to cover you from threats or cold winds.
|
||||
id: CP14WallStonebrick
|
||||
graph: CP14WallStonebrick
|
||||
@@ -88,6 +88,24 @@
|
||||
conditions:
|
||||
- !type:TileNotBlocked
|
||||
|
||||
- type: construction
|
||||
crystallPunkAllowed: true
|
||||
name: marble brick wall
|
||||
description: Sturdy enough to cover you from threats or cold winds.
|
||||
id: CP14WallMarbleBrick
|
||||
graph: CP14WallMarbleBrick
|
||||
startNode: start
|
||||
targetNode: CP14WallMarbleBrick
|
||||
category: construction-category-structures
|
||||
icon:
|
||||
sprite: _CP14/Structures/Walls/marblebricks_stone_wall.rsi
|
||||
state: full
|
||||
objectType: Structure
|
||||
placementMode: SnapgridCenter
|
||||
canBuildInImpassable: false
|
||||
conditions:
|
||||
- !type:TileNotBlocked
|
||||
|
||||
- type: construction
|
||||
crystallPunkAllowed: true
|
||||
name: iron grille
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
- type: constructionGraph
|
||||
id: CP14StrawHat
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: cp14headstrawhat
|
||||
steps:
|
||||
- tag: CP14Wheat
|
||||
name: wheat
|
||||
icon:
|
||||
sprite: _CP14/Objects/Flora/Farm/wheat.rsi
|
||||
state: base1
|
||||
doAfter: 4
|
||||
|
||||
- node: cp14headstrawhat
|
||||
entity: CP14ClothingHeadStrawHat
|
||||
@@ -11,3 +11,17 @@
|
||||
icon:
|
||||
sprite: _CP14/Clothing/Head/Produced/wreath.rsi
|
||||
state: icon
|
||||
|
||||
- type: construction
|
||||
crystallPunkAllowed: true
|
||||
name: straw hat
|
||||
id: cp14headstrawhat
|
||||
graph: CP14StrawHat
|
||||
startNode: start
|
||||
targetNode: cp14headstrawhat
|
||||
category: construction-category-clothing
|
||||
objectType: Item
|
||||
description: Easy to make, not too bad to lose.
|
||||
icon:
|
||||
sprite: _CP14/Clothing/Head/Roles/General/straw_hat.rsi
|
||||
state: icon
|
||||
|
||||
120
Resources/Prototypes/_CP14/Recipes/Workbench/Workbench/tile.yml
Normal file
@@ -0,0 +1,120 @@
|
||||
- type: CP14Recipe
|
||||
id: CP14FloorTileFoundation
|
||||
tag: CP14RecipeWorkbench
|
||||
craftTime: 1
|
||||
requirements:
|
||||
- !type:StackResource
|
||||
stack: CP14Stone
|
||||
count: 1
|
||||
result: CP14FloorTileFoundation
|
||||
resultCount: 4
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14FloorTileMarbleBrick
|
||||
tag: CP14RecipeWorkbench
|
||||
craftTime: 1
|
||||
requirements:
|
||||
- !type:StackResource
|
||||
stack: CP14MarbleStone
|
||||
count: 1
|
||||
result: CP14FloorTileMarbleBrick
|
||||
resultCount: 4
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14FloorTileMarbleSmallbricks
|
||||
tag: CP14RecipeWorkbench
|
||||
craftTime: 1
|
||||
requirements:
|
||||
- !type:StackResource
|
||||
stack: CP14MarbleStone
|
||||
count: 1
|
||||
result: CP14FloorTileMarbleSmallbricks
|
||||
resultCount: 4
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14FloorTileStonebricks
|
||||
tag: CP14RecipeWorkbench
|
||||
craftTime: 1
|
||||
requirements:
|
||||
- !type:StackResource
|
||||
stack: CP14Stone
|
||||
count: 1
|
||||
result: CP14FloorTileStonebricks
|
||||
resultCount: 4
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14FloorTileStonebricksSmallCarved
|
||||
tag: CP14RecipeWorkbench
|
||||
craftTime: 1
|
||||
requirements:
|
||||
- !type:StackResource
|
||||
stack: CP14Stone
|
||||
count: 1
|
||||
result: CP14FloorTileStonebricksSmallCarved
|
||||
resultCount: 4
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14FloorTileStonebricksSmallCarved2
|
||||
tag: CP14RecipeWorkbench
|
||||
craftTime: 1
|
||||
requirements:
|
||||
- !type:StackResource
|
||||
stack: CP14Stone
|
||||
count: 1
|
||||
result: CP14FloorTileStonebricksSmallCarved2
|
||||
resultCount: 4
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14FloorTileStonebricksSquareCarved
|
||||
tag: CP14RecipeWorkbench
|
||||
craftTime: 1
|
||||
requirements:
|
||||
- !type:StackResource
|
||||
stack: CP14Stone
|
||||
count: 1
|
||||
result: CP14FloorTileStonebricksSquareCarved
|
||||
resultCount: 4
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14FloorTileOakWoodplanks
|
||||
tag: CP14RecipeWorkbench
|
||||
craftTime: 1
|
||||
requirements:
|
||||
- !type:StackResource
|
||||
stack: CP14WoodenPlanks
|
||||
count: 1
|
||||
result: CP14FloorTileOakWoodplanks
|
||||
resultCount: 4
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14FloorTileOakWoodplanksBig
|
||||
tag: CP14RecipeWorkbench
|
||||
craftTime: 1
|
||||
requirements:
|
||||
- !type:StackResource
|
||||
stack: CP14WoodenPlanks
|
||||
count: 1
|
||||
result: CP14FloorTileOakWoodplanksBig
|
||||
resultCount: 4
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14FloorTileOakWoodplanksCruciform
|
||||
tag: CP14RecipeWorkbench
|
||||
craftTime: 1
|
||||
requirements:
|
||||
- !type:StackResource
|
||||
stack: CP14WoodenPlanks
|
||||
count: 1
|
||||
result: CP14FloorTileOakWoodplanksCruciform
|
||||
resultCount: 4
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14FloorTileOakWoodplanksStairs
|
||||
tag: CP14RecipeWorkbench
|
||||
craftTime: 1
|
||||
requirements:
|
||||
- !type:StackResource
|
||||
stack: CP14WoodenPlanks
|
||||
count: 1
|
||||
result: CP14FloorTileOakWoodplanksStairs
|
||||
resultCount: 4
|
||||
@@ -20,6 +20,7 @@
|
||||
#Hair: CP14MobCarcatAnyMarking
|
||||
#FacialHair: CP14MobCarcatAnyMarking
|
||||
Snout: CP14MobCarcatMarkingMatchSkin
|
||||
Tail: CP14MobCarcatMarkingMatchSkin
|
||||
Chest: CP14MobCarcatTorso
|
||||
Eyes: CP14MobCarcatEyes
|
||||
LArm: CP14MobCarcatLArm
|
||||
@@ -45,6 +46,10 @@
|
||||
points: 1
|
||||
required: true
|
||||
defaultMarkings: [ CP14CarcatNose ]
|
||||
Tail:
|
||||
points: 1
|
||||
required: true
|
||||
defaultMarkings: [ CP14CarcatTail ]
|
||||
HeadTop:
|
||||
points: 1
|
||||
required: true
|
||||
|
||||
76
Resources/Prototypes/_CP14/Stacks/floor_tile_stacks.yml
Normal file
@@ -0,0 +1,76 @@
|
||||
- type: stack
|
||||
id: CP14FloorTileFoundation
|
||||
name: foundation
|
||||
spawn: CP14FloorTileFoundation
|
||||
icon: { sprite: _CP14/Objects/Tile/tile.rsi, state: foundation }
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: CP14FloorTileMarbleBrick
|
||||
name: marble brick
|
||||
spawn: CP14FloorTileMarbleBrick
|
||||
icon: { sprite: _CP14/Objects/Tile/tile.rsi, state: marble }
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: CP14FloorTileMarbleSmallbricks
|
||||
name: marble small brick
|
||||
spawn: CP14FloorTileMarbleSmallbricks
|
||||
icon: { sprite: _CP14/Objects/Tile/tile.rsi, state: marble_smallbricks }
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: CP14FloorTileOakWoodplanks
|
||||
name: oak woodplanks
|
||||
spawn: CP14FloorTileOakWoodplanks
|
||||
icon: { sprite: _CP14/Objects/Tile/tile.rsi, state: oak_woodplanks }
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: CP14FloorTileOakWoodplanksBig
|
||||
name: oak big woodplanks
|
||||
spawn: CP14FloorTileOakWoodplanksBig
|
||||
icon: { sprite: _CP14/Objects/Tile/tile.rsi, state: oak_woodplanks_big }
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: CP14FloorTileOakWoodplanksCruciform
|
||||
name: oak cruciform woodplanks
|
||||
spawn: CP14FloorTileOakWoodplanksCruciform
|
||||
icon: { sprite: _CP14/Objects/Tile/tile.rsi, state: oak_woodplanks_cruciform }
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: CP14FloorTileOakWoodplanksStairs
|
||||
name: oak stairs woodplanks
|
||||
spawn: CP14FloorTileOakWoodplanksStairs
|
||||
icon: { sprite: _CP14/Objects/Tile/tile.rsi, state: oak_woodplanks_stairways }
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: CP14FloorTileStonebricks
|
||||
name: stonebricks
|
||||
spawn: CP14FloorTileStonebricks
|
||||
icon: { sprite: _CP14/Objects/Tile/tile.rsi, state: stonebrick }
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: CP14FloorTileStonebricksSmallCarved
|
||||
name: small carved stonebricks
|
||||
spawn: CP14FloorTileStonebricksSmallCarved
|
||||
icon: { sprite: _CP14/Objects/Tile/tile.rsi, state: stonebrick_small_carved }
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: CP14FloorTileStonebricksSmallCarved2
|
||||
name: small carved stonebricks 2
|
||||
spawn: CP14FloorTileStonebricksSmallCarved2
|
||||
icon: { sprite: _CP14/Objects/Tile/tile.rsi, state: stonebrick_small_carved2 }
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: CP14FloorTileStonebricksSquareCarved
|
||||
name: square carved stonebricks
|
||||
spawn: CP14FloorTileStonebricksSquareCarved
|
||||
icon: { sprite: _CP14/Objects/Tile/tile.rsi, state: stonebrick_square_carved }
|
||||
maxCount: 30
|
||||
@@ -12,6 +12,13 @@
|
||||
icon: { sprite: _CP14/Objects/Materials/stone_block.rsi, state: stone_2 }
|
||||
maxCount: 10
|
||||
|
||||
- type: stack
|
||||
id: CP14MarbleStone
|
||||
name: cp14-stack-marble-block
|
||||
spawn: CP14MarbleBlock1
|
||||
icon: { sprite: _CP14/Objects/Materials/marble_block.rsi, state: stone_2 }
|
||||
maxCount: 10
|
||||
|
||||
- type: stack
|
||||
id: CP14WoodenPlanks
|
||||
name: cp14-stack-wood-planks
|
||||
|
||||
@@ -40,6 +40,37 @@
|
||||
heatCapacity: 10000
|
||||
weather: true
|
||||
|
||||
- type: tile
|
||||
editorHidden: false
|
||||
id: CP14FloorMarbleCave
|
||||
name: cp14-tiles-marble-cave
|
||||
sprite: /Textures/_CP14/Tiles/marble_cave.png
|
||||
variants: 14
|
||||
placementVariants:
|
||||
- 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
|
||||
baseTurf: CP14FloorBase
|
||||
deconstructTools: [ CP14Digging ]
|
||||
isSubfloor: true
|
||||
itemDrop: CP14MarbleBlock1
|
||||
footstepSounds:
|
||||
collection: FootstepAsteroid
|
||||
heatCapacity: 10000
|
||||
weather: true
|
||||
indestructible: true
|
||||
|
||||
- type: tile
|
||||
editorHidden: false
|
||||
id: CP14FloorSand
|
||||
|
||||
@@ -26,6 +26,8 @@
|
||||
collection: FootstepAsteroid
|
||||
heatCapacity: 10000
|
||||
weather: true
|
||||
deconstructTools: [ Prying ]
|
||||
itemDrop: CP14FloorTileFoundation
|
||||
|
||||
- type: tile
|
||||
editorHidden: false
|
||||
@@ -59,6 +61,8 @@
|
||||
collection: FootstepAsteroid
|
||||
heatCapacity: 10000
|
||||
weather: true
|
||||
deconstructTools: [ Prying ]
|
||||
itemDrop: CP14FloorTileStonebricks
|
||||
|
||||
- type: tile
|
||||
editorHidden: false
|
||||
@@ -92,6 +96,8 @@
|
||||
collection: FootstepAsteroid
|
||||
heatCapacity: 10000
|
||||
weather: true
|
||||
deconstructTools: [ Prying ]
|
||||
itemDrop: CP14FloorTileStonebricks
|
||||
|
||||
- type: tile
|
||||
editorHidden: false
|
||||
@@ -117,6 +123,8 @@
|
||||
collection: FootstepAsteroid
|
||||
heatCapacity: 10000
|
||||
weather: true
|
||||
deconstructTools: [ Prying ]
|
||||
itemDrop: CP14FloorTileStonebricksSmallCarved
|
||||
|
||||
- type: tile
|
||||
editorHidden: false
|
||||
@@ -142,6 +150,8 @@
|
||||
collection: FootstepAsteroid
|
||||
heatCapacity: 10000
|
||||
weather: true
|
||||
deconstructTools: [ Prying ]
|
||||
itemDrop: CP14FloorTileStonebricksSmallCarved2
|
||||
|
||||
- type: tile
|
||||
editorHidden: false
|
||||
@@ -167,6 +177,8 @@
|
||||
collection: FootstepAsteroid
|
||||
heatCapacity: 10000
|
||||
weather: true
|
||||
deconstructTools: [ Prying ]
|
||||
itemDrop: CP14FloorTileStonebricksSquareCarved
|
||||
|
||||
- type: tile
|
||||
editorHidden: false
|
||||
@@ -190,6 +202,36 @@
|
||||
collection: FootstepAsteroid
|
||||
heatCapacity: 10000
|
||||
weather: true
|
||||
deconstructTools: [ Prying ]
|
||||
itemDrop: CP14FloorTileMarbleBrick
|
||||
|
||||
- type: tile
|
||||
editorHidden: false
|
||||
id: CP14FloorMarbleSmallbricks
|
||||
name: cp14-tiles-stonebricks-marble
|
||||
sprite: /Textures/_CP14/Tiles/Marble/small_bricks.png
|
||||
variants: 9
|
||||
placementVariants:
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
edgeSpritePriority: 102
|
||||
edgeSprites:
|
||||
South: /Textures/_CP14/Tiles/Marble/double_edge_S.png
|
||||
baseTurf: CP14FloorFoundation
|
||||
isSubfloor: false
|
||||
footstepSounds:
|
||||
collection: FootstepAsteroid
|
||||
heatCapacity: 10000
|
||||
weather: true
|
||||
deconstructTools: [ Prying ]
|
||||
itemDrop: CP14FloorTileMarbleSmallbricks
|
||||
|
||||
- type: tile
|
||||
editorHidden: false
|
||||
|
||||
@@ -528,7 +528,7 @@
|
||||
baseTurf: CP14FloorFoundation
|
||||
isSubfloor: false
|
||||
deconstructTools: [ Prying ]
|
||||
itemDrop: CP14WoodenPlanks1
|
||||
itemDrop: CP14FloorTileOakWoodplanks
|
||||
footstepSounds:
|
||||
collection: FootstepWood
|
||||
heatCapacity: 10000
|
||||
@@ -559,7 +559,7 @@
|
||||
baseTurf: CP14FloorFoundation
|
||||
isSubfloor: false
|
||||
deconstructTools: [ Prying ]
|
||||
itemDrop: CP14WoodenPlanks1
|
||||
itemDrop: CP14FloorTileOakWoodplanksBig
|
||||
footstepSounds:
|
||||
collection: FootstepWood
|
||||
heatCapacity: 10000
|
||||
@@ -590,7 +590,7 @@
|
||||
baseTurf: CP14FloorFoundation
|
||||
isSubfloor: false
|
||||
deconstructTools: [ Prying ]
|
||||
itemDrop: CP14WoodenPlanks1
|
||||
itemDrop: CP14FloorTileOakWoodplanksCruciform
|
||||
footstepSounds:
|
||||
collection: FootstepWood
|
||||
heatCapacity: 10000
|
||||
@@ -621,7 +621,7 @@
|
||||
baseTurf: CP14FloorFoundation
|
||||
isSubfloor: false
|
||||
deconstructTools: [ Prying ]
|
||||
itemDrop: CP14WoodenPlanks1
|
||||
itemDrop: CP14FloorTileOakWoodplanksStairs
|
||||
footstepSounds:
|
||||
collection: FootstepWood
|
||||
heatCapacity: 10000
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
- type: weightedRandom
|
||||
id: Secret
|
||||
weights:
|
||||
CP14Sandbox: 1
|
||||
CP14Greenshift: 0
|
||||
CP14Sandbox: 0
|
||||
CP14Greenshift: 1
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 517 B |
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All right reserved",
|
||||
"copyright": "Created by creamy",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-CLOAK",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 520 B |
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All right reserved",
|
||||
"copyright": "Created by creamy",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-CLOAK",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 602 B |
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All right reserved",
|
||||
"copyright": "Created by creamy",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-CLOAK",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 818 B |
|
After Width: | Height: | Size: 479 B |
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All right reserved",
|
||||
"copyright": "Created by creamy",
|
||||
"size": {
|
||||
"x": 48,
|
||||
"y": 48
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-HELMET",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,123 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All right reserved",
|
||||
"copyright": "Created by omsoyk (github)",
|
||||
"size": {
|
||||
"x": 48,
|
||||
"y": 48
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "tail",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "tail_waggin",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15
|
||||
],
|
||||
[
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15
|
||||
],
|
||||
[
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15
|
||||
],
|
||||
[
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "tail_fluffy",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "tail_fluffy_waggin",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15
|
||||
],
|
||||
[
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15
|
||||
],
|
||||
[
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15
|
||||
],
|
||||
[
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15,
|
||||
0.15
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 850 B |
|
After Width: | Height: | Size: 991 B |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 3.9 KiB |
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"copyright": "Created by TheShuEd (Github)",
|
||||
"states": [
|
||||
{
|
||||
"name": "stone"
|
||||
},
|
||||
{
|
||||
"name": "stone_2"
|
||||
},
|
||||
{
|
||||
"name": "stone_3"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 279 B |
|
After Width: | Height: | Size: 411 B |
|
After Width: | Height: | Size: 534 B |
BIN
Resources/Textures/_CP14/Objects/Tile/tile.rsi/foundation.png
Normal file
|
After Width: | Height: | Size: 607 B |
BIN
Resources/Textures/_CP14/Objects/Tile/tile.rsi/marble.png
Normal file
|
After Width: | Height: | Size: 507 B |
|
After Width: | Height: | Size: 637 B |
44
Resources/Textures/_CP14/Objects/Tile/tile.rsi/meta.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"copyright": "Created by TheShuEd",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "foundation"
|
||||
},
|
||||
{
|
||||
"name": "marble"
|
||||
},
|
||||
{
|
||||
"name": "marble_smallbricks"
|
||||
},
|
||||
{
|
||||
"name": "oak_woodplanks"
|
||||
},
|
||||
{
|
||||
"name": "oak_woodplanks_big"
|
||||
},
|
||||
{
|
||||
"name": "oak_woodplanks_cruciform"
|
||||
},
|
||||
{
|
||||
"name": "oak_woodplanks_stairways"
|
||||
},
|
||||
{
|
||||
"name": "stonebrick"
|
||||
},
|
||||
{
|
||||
"name": "stonebrick_small_carved"
|
||||
},
|
||||
{
|
||||
"name": "stonebrick_small_carved2"
|
||||
},
|
||||
{
|
||||
"name": "stonebrick_square_carved"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 501 B |
|
After Width: | Height: | Size: 597 B |
|
After Width: | Height: | Size: 589 B |
|
After Width: | Height: | Size: 585 B |
BIN
Resources/Textures/_CP14/Objects/Tile/tile.rsi/stonebrick.png
Normal file
|
After Width: | Height: | Size: 663 B |
|
After Width: | Height: | Size: 505 B |
|
After Width: | Height: | Size: 557 B |
|
After Width: | Height: | Size: 415 B |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 630 B |
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"copyright": "Created by TheShuEd (Github) ",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "full"
|
||||
},
|
||||
{
|
||||
"name": "state0",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "state1",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "state2",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "state3",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "state4",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "state5",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "state6",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "state7",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 890 B |
|
After Width: | Height: | Size: 516 B |
|
After Width: | Height: | Size: 890 B |
|
After Width: | Height: | Size: 492 B |
|
After Width: | Height: | Size: 528 B |
|
After Width: | Height: | Size: 543 B |
|
After Width: | Height: | Size: 539 B |
|
After Width: | Height: | Size: 517 B |
|
After Width: | Height: | Size: 4.4 KiB |
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 64
|
||||
},
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"copyright": "Created by TheShuEd (Github) ",
|
||||
"states": [
|
||||
{
|
||||
"name": "wall0",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wall1",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wall2",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wall3",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wall4",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wall5",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wall6",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wall7",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "full"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 4.3 KiB |