Silver needle berries (#1451)
* move flowers rsi * silver needle * Update silver_needle.yml
@@ -25,6 +25,7 @@ cp14-modifier-shadow-kudzu = spreading astral haze
|
||||
cp14-modifier-night = darkness
|
||||
cp14-modifier-spiders = spider's web
|
||||
cp14-modifier-flem = flemings
|
||||
cp14-modifier-silver-needle = silver needles
|
||||
|
||||
cp14-modifier-storm = storm
|
||||
cp14-modifier-fire-storm = fire storm
|
||||
|
||||
@@ -48,3 +48,6 @@ cp14-reagent-desc-grounded-quartz = A powder obtained from grinding quartz fragm
|
||||
|
||||
cp14-reagent-name-chromium-slime = Chromium slime
|
||||
cp14-reagent-desc-chromium-slime = A rare substance found in water streams, it has unique properties that allow it to invert the effects of reagents, but can completely ruin a potion if dosed incorrectly.
|
||||
|
||||
cp14-reagent-name-silver-needle = Silver needle berries
|
||||
cp14-reagent-desc-silver-needle = The berries of a plant that survives the harshest frosts. The juice of these berries slows down metabolism and can treat frostbite.
|
||||
@@ -24,6 +24,7 @@ cp14-modifier-air-lily = воздушные лилии
|
||||
cp14-modifier-shadow-kudzu = поглощающий астральный мрак
|
||||
cp14-modifier-night = темнота
|
||||
cp14-modifier-spiders = паучье логово
|
||||
cp14-modifier-silver-needle = серебрянные иглы
|
||||
|
||||
cp14-modifier-storm = гроза
|
||||
cp14-modifier-fire-storm = огненный шторм
|
||||
|
||||
@@ -45,3 +45,6 @@ cp14-reagent-desc-grounded-quartz = Порошок, получаемый из р
|
||||
|
||||
cp14-reagent-name-chromium-slime = Хромиевая слизь
|
||||
cp14-reagent-desc-chromium-slime = Редкая субстанция, которую можно встретить в водных потоках, имеет уникальные свойства, позволяющие инвертировать эффекты реагентов, но при неправильной дозировке может полностью испортить зелье.
|
||||
|
||||
cp14-reagent-name-silver-needle = Ягоды серебрянной иглы
|
||||
cp14-reagent-desc-silver-needle = Ягоды растения, переживающие самые стойкие морозы. Сок этих ягод замедляет метаболизм и способен лечить обморожения.
|
||||
@@ -301,3 +301,35 @@
|
||||
- CP14FitInMortar
|
||||
- CP14AlchemicalHerbals
|
||||
|
||||
- type: entity
|
||||
id: CP14SilverNeedle
|
||||
parent: CP14WildProduceBase
|
||||
name: silver needle
|
||||
description: Bright orange berries of a frost-resistant plant. Widely used in medicine.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/Flora/Wild/silver_needle.rsi
|
||||
layers:
|
||||
- state: base1
|
||||
map: ["random"]
|
||||
- type: RandomSprite
|
||||
available:
|
||||
- random:
|
||||
base1: ""
|
||||
base2: ""
|
||||
- type: Extractable
|
||||
juiceSolution:
|
||||
reagents:
|
||||
- ReagentId: CP14SilverNeedle
|
||||
Quantity: 4
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 5
|
||||
reagents:
|
||||
- ReagentId: CP14SilverNeedle
|
||||
Quantity: 4
|
||||
- type: Tag
|
||||
tags:
|
||||
- CP14FitInMortar
|
||||
- CP14AlchemicalHerbals
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
components:
|
||||
- type: Sprite
|
||||
drawdepth: FloorTiles
|
||||
sprite: _CP14/Structures/Flora/Flowers/red_rose.rsi
|
||||
sprite: _CP14/Structures/Flora/Wild/blood_flower.rsi
|
||||
layers:
|
||||
- state: world1
|
||||
map: ["random"]
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
components:
|
||||
- type: Sprite
|
||||
drawdepth: FloorTiles
|
||||
sprite: _CP14/Structures/Flora/Flowers/yellow_dayflin.rsi
|
||||
sprite: _CP14/Structures/Flora/Wild/yellow_dayflin.rsi
|
||||
layers:
|
||||
- state: world1
|
||||
map: ["random"]
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
- type: entity
|
||||
id: CP14GatherableSilverNeedle
|
||||
parent: CP14GatherableBase
|
||||
name: silver needle
|
||||
description: Blue sharp shoots breaking through the snow, with bright orange berries. The ability of this plant to survive even in regions with severe frosts is simply amazing.
|
||||
suffix: Gatherable
|
||||
components:
|
||||
- type: Sprite
|
||||
drawdepth: FloorTiles
|
||||
sprite: _CP14/Structures/Flora/Wild/silver_needle.rsi
|
||||
layers:
|
||||
- state: world1
|
||||
map: ["random"]
|
||||
- type: RandomSprite
|
||||
available:
|
||||
- random:
|
||||
world1: ""
|
||||
world2: ""
|
||||
world3: ""
|
||||
- type: CP14PlantGatherable
|
||||
deleteAfterHarvest: true
|
||||
loot:
|
||||
All: !type:GroupSelector
|
||||
children:
|
||||
- id: CP14SilverNeedle
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# TIER 1
|
||||
|
||||
- type: cp14DemiplaneModifier
|
||||
id: Dayflin
|
||||
levels:
|
||||
@@ -22,6 +20,27 @@
|
||||
minGroupSize: 3
|
||||
maxGroupSize: 5
|
||||
|
||||
- type: cp14DemiplaneModifier
|
||||
id: SilverNeedle
|
||||
levels:
|
||||
min: 1
|
||||
max: 10
|
||||
name: cp14-modifier-silver-needle
|
||||
categories:
|
||||
Reward: 0.15
|
||||
requiredTags:
|
||||
- CP14DemiplaneCold
|
||||
layers:
|
||||
- !type:CP14OreDunGen
|
||||
tileMask:
|
||||
- CP14FloorSnow
|
||||
- CP14FloorSnowDeep
|
||||
- CP14FloorSnowDeepDeep
|
||||
entity: CP14GatherableSilverNeedle
|
||||
count: 10
|
||||
minGroupSize: 3
|
||||
maxGroupSize: 5
|
||||
|
||||
- type: cp14DemiplaneModifier
|
||||
id: FlyAgaric
|
||||
levels:
|
||||
|
||||
@@ -157,6 +157,29 @@
|
||||
Poison: 0.1
|
||||
pricePerUnit: 0.2
|
||||
|
||||
- type: reagent
|
||||
id: CP14SilverNeedle
|
||||
group: CP14Precurser
|
||||
name: cp14-reagent-name-silver-needle
|
||||
desc: cp14-reagent-desc-silver-needle
|
||||
flavor: bitter
|
||||
color: "#c2834c"
|
||||
physicalDesc: cp14-reagent-physical-desc-iridescent
|
||||
metabolisms:
|
||||
Medicine:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
damage:
|
||||
types:
|
||||
Cold: -0.5
|
||||
Poison:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
damage:
|
||||
types:
|
||||
Poison: 0.1
|
||||
pricePerUnit: 0.2
|
||||
|
||||
# Slime based
|
||||
|
||||
- type: reagent
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
|
||||
# Splitting: Applying magical dispel to split precursor into essences.
|
||||
|
||||
- type: reaction
|
||||
id: CP14DayflinSilverNeedle
|
||||
requiredMixerCategories:
|
||||
- CP14MagicSplitting
|
||||
reactants:
|
||||
CP14SilverNeedle:
|
||||
amount: 1
|
||||
products:
|
||||
CP14EssenceFrost: 0.5
|
||||
CP14EssenceLife: 0.5
|
||||
|
||||
# Admixture: By adding raw precursor to a potion with target solutions, we can reduce the amount of empty solution by modifying the target solutions.
|
||||
|
||||
- type: reaction
|
||||
id: CP14SilverNeedleAdmixture1
|
||||
minTemp: 500
|
||||
reactants:
|
||||
CP14SilverNeedle:
|
||||
amount: 1
|
||||
CP14BasicEffectEmpty:
|
||||
amount: 1
|
||||
CP14BasicEffectHealMana:
|
||||
amount: 1
|
||||
products:
|
||||
CP14BasicEffectHealCold: 2
|
||||
CP14BasicEffectSpeedDown: 1
|
||||
|
After Width: | Height: | Size: 458 B |
|
After Width: | Height: | Size: 443 B |
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"copyright": "Created by TheShuEd",
|
||||
"states": [
|
||||
{
|
||||
"name": "base1"
|
||||
},
|
||||
{
|
||||
"name": "base2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 782 B After Width: | Height: | Size: 782 B |
|
Before Width: | Height: | Size: 990 B After Width: | Height: | Size: 990 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"copyright": "Created by TheShuEd",
|
||||
"states": [
|
||||
{
|
||||
"name": "world1"
|
||||
},
|
||||
{
|
||||
"name": "world2"
|
||||
},
|
||||
{
|
||||
"name": "world3"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 555 B |
|
After Width: | Height: | Size: 531 B |
|
After Width: | Height: | Size: 652 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 958 B After Width: | Height: | Size: 958 B |
|
Before Width: | Height: | Size: 940 B After Width: | Height: | Size: 940 B |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |