Skip to content

Commit c9d52cb

Browse files
committed
Adjustment
1 parent c0122cc commit c9d52cb

File tree

4 files changed

+35
-33
lines changed

4 files changed

+35
-33
lines changed

Settings/Modifiers/Modifiers_Gong_Universe.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Properties>
88
<li Name="MaxAge" AddV="10"/>
99
<li Name="NpcLingMaxValue" AddP="0.5"/>
10-
<li Name="MaxAccumulativeLingAddV" AddV="2500"/>
10+
<li Name="MaxAccumulativeLingAddV" AddV="500"/>
1111

1212
<li Name="NpcFight_FabaoPowerAddP" AddP="0.25"/>
1313
<li Name="NpcFight_FabaoLingRecoverAddP" AddP="0.25"/>
@@ -53,7 +53,7 @@
5353
<Properties>
5454
<li Name="MaxAge" AddV="20"/>
5555
<li Name="NpcLingMaxValue" BAddV="100"/>
56-
<li Name="MaxAccumulativeLingAddV" AddV="2000"/>
56+
<li Name="MaxAccumulativeLingAddV" AddV="1000"/>
5757

5858
<li Name="NpcFight_FabaoLingRecoverAddP" AddP="0.25"/>
5959
<li Name="NpcFight_FabaoMaxLingAddP" AddP="0.1"/>
@@ -78,7 +78,7 @@
7878
<Properties>
7979
<li Name="MaxAge" BAddV="200"/>
8080
<li Name="MindStateBaseValue" AddV="5"/>
81-
<li Name="MaxAccumulativeLingAddV" AddV="2500"/>
81+
<li Name="MaxAccumulativeLingAddV" AddV="1000"/>
8282
<li Name="LingAbsorbSpeed" BAddP="1"/>
8383
<li Name="ComfyTMin" AddV="-10"/>
8484
<li Name="ComfyTMax" AddV="30"/>
@@ -99,7 +99,7 @@
9999
<Properties>
100100
<li Name="MaxAge" BAddV="300"/>
101101
<li Name="MindStateBaseValue" AddV="5"/>
102-
<li Name="MaxAccumulativeLingAddV" AddV="2500"/>
102+
<li Name="MaxAccumulativeLingAddV" AddV="1000"/>
103103
<li Name="LingAbsorbSpeed" BAddP="1"/>
104104
<li Name="ToleranceTMin" AddV="-15"/>
105105
<li Name="ToleranceTMax" AddV="60"/>
@@ -119,7 +119,7 @@
119119
<Properties>
120120
<li Name="MaxAge" BAddV="50"/>
121121
<li Name="MindStateBaseValue" AddV="5"/>
122-
<li Name="MaxAccumulativeLingAddV" AddV="2500"/>
122+
<li Name="MaxAccumulativeLingAddV" AddV="2000"/>
123123
<li Name="MoveSpeed" BAddP="1"/>
124124
<li Name="NutritionConsumeConstant" AddP="1"/>
125125
<li Name="NutritionWaterAutoRecover" AddV="0.2"/>
@@ -137,7 +137,7 @@
137137
<Properties>
138138
<li Name="MaxAge" BAddV="50"/>
139139
<li Name="MindStateBaseValue" AddV="5"/>
140-
<li Name="MaxAccumulativeLingAddV" AddV="5000"/>
140+
<li Name="MaxAccumulativeLingAddV" AddV="2000"/>
141141
<li Name="LingAbsorbSpeed" BAddP="3"/>
142142
<li Name="NutritionConsumeConstant" AddP="1"/>
143143
<li Name="NutritionWaterAutoRecover" AddV="0.2"/>
@@ -155,7 +155,7 @@
155155
<Properties>
156156
<li Name="MaxAge" BAddV="50"/>
157157
<li Name="MindStateBaseValue" AddV="20"/>
158-
<li Name="MaxAccumulativeLingAddV" AddV="10000"/>
158+
<li Name="MaxAccumulativeLingAddV" AddV="2500"/>
159159
<li Name="IntelligenceSkillEXPConstant" BAddP="5"/>
160160
<li Name="VisionRadius" AddP="1"/>
161161

@@ -172,7 +172,7 @@
172172
<Properties>
173173
<li Name="MaxAge" BAddV="50"/>
174174
<li Name="MindStateBaseValue" AddV="5"/>
175-
<li Name="MaxAccumulativeLingAddV" AddV="5000"/>
175+
<li Name="MaxAccumulativeLingAddV" AddV="2500"/>
176176
<li Name="VisionRadius" AddV="40"/>
177177
</Properties>
178178
</Modifier>
@@ -187,7 +187,7 @@
187187
<li Name="MaxAge" BAddV="500"/>
188188
<li Name="MindStateBaseValue" AddV="20"/>
189189
<li Name="NpcLingMaxValue" AddP="0.5"/>
190-
<li Name="MaxAccumulativeLingAddV" AddV="10000"/>
190+
<li Name="MaxAccumulativeLingAddV" AddV="3000"/>
191191
<li Name="LingAbsorbSpeed" AddP="5"/>
192192
<li Name="AgeCostSpeed" AddP="-0.8"/>
193193
</Properties>
@@ -203,7 +203,7 @@
203203
<li Name="MaxAge" BAddV="500"/>
204204
<li Name="MindStateBaseValue" AddV="20"/>
205205
<li Name="NpcLingMaxValue" AddP="0.5"/>
206-
<li Name="MaxAccumulativeLingAddV" AddV="15000"/>
206+
<li Name="MaxAccumulativeLingAddV" AddV="4000"/>
207207
<li Name="LingAbsorbSpeed" AddP="5"/>
208208
<li Name="AgeCostSpeed" AddP="-0.8"/>
209209
</Properties>
@@ -216,7 +216,7 @@
216216
<Display>0</Display>
217217
<Properties>
218218
<li Name="NpcLingMaxValue" AddP="0.75"/>
219-
<li Name="MaxAccumulativeLingAddV" AddV="10000"/>
219+
<li Name="MaxAccumulativeLingAddV" AddV="5000"/>
220220
</Properties>
221221
</Modifier>
222222

@@ -289,7 +289,7 @@
289289
<li Name="NutritionWaterAutoRecover" AddV="0.3"/>
290290
<li Name="FatigueConsumeConstant" AddV="-0.1"/>
291291

292-
<li Name="DeepPracticeSpeedSpecialCoefficient" BAddP="-0.15"/>
292+
<li Name="DeepPracticeSpeedSpecialCoefficient" BAddP="-0.2"/>
293293
</Properties>
294294
</Modifier>
295295

Settings/Modifiers/Modifiers_Items.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<Sync>1</Sync>
8080
<Display>0</Display>
8181
<Properties>
82-
<li Name="DanMake_YieldAddP" BAddP="0.1" />
82+
<li Name="DanMake_YieldAddP" BAddP="1" />
8383
</Properties>
8484
</Modifier>
8585

@@ -112,8 +112,8 @@
112112
<li Name="NpcFight_FabaoMaxLingAddP" BAddP="-1" />
113113
<li Name="PotentialOfBasepracticeAddValue" AddV="1" />
114114
<li Name="MaxAccumulativeLingAddV" AddV="10000"/>
115-
<li Name="NpcFight_ShieldConversionRate" BAddP="0.25" />
116-
<li Name="NpcFight_ShieldConversionRateAddP" BAddP="0.25" />
115+
<li Name="NpcFight_ShieldConversionRate" BAddP="1" />
116+
<li Name="NpcFight_ShieldConversionRateAddP" BAddP="1" />
117117
<li Name="IntelligenceSkillEXPConstant" AddP="1" />
118118
</Properties>
119119
</Modifier>
@@ -122,16 +122,18 @@
122122
<DisplayName>Empyrean Soul</DisplayName>
123123
<MaxStack>1</MaxStack>
124124
<Duration>-1</Duration>
125-
<BaseFive>20,20,20,20,20</BaseFive>
125+
<BaseFive>100,100,100,100,100</BaseFive>
126126
<Sync>1</Sync>
127127
<Display>0</Display>
128128
<Properties>
129-
<li Name="NpcLingMaxValue" AddV="150000" BAddV="0" />
129+
<li Name="NpcLingMaxValue" AddV="250000" BAddV="0" />
130130
<li Name="NpcFight_FabaoPowerAddP" BAddP="1"/>
131131
<li Name="NpcFight_FabaoLingRecoverAddP" BAddP="1"/>
132132
<li Name="NpcFight_FabaoMaxLingAddP" BAddP="-0.5"/>
133133
<li Name="NpcFight_ZhenKeyPointNum" AddV="4" />
134134
<li Name="NpcFight_ZhenEnginePower" AddV="40" />
135+
<li Name="NpcFight_FabaoNum" AddV="2" />
136+
<li Name="NpcFight_FightSkillSoul" AddV="2" />
135137
<li Name="ExperiencePrestigeAddP" AddV="-1" />
136138
<li Name="MaxAge" AddP="10" BAddP="10" />
137139
</Properties>

Settings/Practice/Gong/Gong_Universe.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<Stage Name="Stage1" Level="1">
2121
<DisplayName>Qi Tempering</DisplayName>
2222
<Desc>Gather the essence of Heaven and Earth and refine it within your body.</Desc>
23-
<Value>100000</Value>
23+
<Value>10000</Value>
2424
<Necks>
2525
<Neck Location="0.25" Kind="Chance">
2626
<DisplayName>Qi Flow</DisplayName>
@@ -53,7 +53,7 @@
5353
<Stage Name="Stage2" Level="2">
5454
<DisplayName>Body Tempering</DisplayName>
5555
<Desc>Temper the body with refined Qi, improving lifespan and mentality.</Desc>
56-
<Value>500000</Value>
56+
<Value>25000</Value>
5757
<Necks>
5858
<Neck Location="0.2" Kind="Chance">
5959
<DisplayName>Muscle Altering</DisplayName>
@@ -101,9 +101,9 @@
101101
<Stage Name="Stage3" Level="3">
102102
<DisplayName>Eight Gates</DisplayName>
103103
<Desc>Unlock the Eight Inner Hidden Gates, unleashing massive benefits for your future cultivation.</Desc>
104-
<Value>1000000</Value>
104+
<Value>100000</Value>
105105
<Necks>
106-
<Neck Location="0.01" Kind="Chance">
106+
<Neck Location="0.05" Kind="Chance">
107107
<DisplayName>Healing</DisplayName>
108108
<Desc>Unleash the power of vitality from within.</Desc>
109109
<CostTime>600</CostTime>
@@ -183,7 +183,7 @@
183183
<Stage Name="Stage4" Level="4">
184184
<DisplayName>Houtian</DisplayName>
185185
<Desc>Refine your soul with the essence of Heaven and Earth. Communicate with the Heavens and comprehend the nature of qi with your soul.</Desc>
186-
<Value>10000000</Value>
186+
<Value>250000</Value>
187187
<Necks>
188188
<Neck Location="0.5" Kind="Chance">
189189
<DisplayName>Mind Gate</DisplayName>
@@ -206,7 +206,7 @@
206206
<Stage Name="Stage5" Level="5">
207207
<DisplayName>Xiantian</DisplayName>
208208
<Desc>Form an inner cauldron to store the refined Qi within your body.</Desc>
209-
<Value>50000000</Value>
209+
<Value>500000</Value>
210210
<Necks>
211211
<Neck Location="1" Kind="Chance">
212212
<DisplayName>Core Formation</DisplayName>
@@ -222,7 +222,7 @@
222222
<Stage Name="Stage6" Level="6">
223223
<DisplayName>Core Formation</DisplayName>
224224
<Desc>Prepare to step into immortality through core formation.</Desc>
225-
<Value>100000000</Value>
225+
<Value>1000000</Value>
226226
<Necks>
227227
<Neck Location="1" Kind="Gold">
228228
<DisplayName>Golden Core</DisplayName>
@@ -236,7 +236,7 @@
236236
<Stage Name="Stage7" Level="7">
237237
<DisplayName>Life Destruction</DisplayName>
238238
<Desc>Temper the Golden Core and begin the first of two core destructions.</Desc>
239-
<Value>250000000</Value>
239+
<Value>10000000</Value>
240240
<Necks>
241241
<Neck Location="1" Kind="Gold">
242242
<DisplayName>Core Destruction</DisplayName>
@@ -250,7 +250,7 @@
250250
<Stage Name="Stage8" Level="8">
251251
<DisplayName>Nirvana</DisplayName>
252252
<Desc>Rebirth the mortal mind, body, and soul while bathing within the essence of the universe.</Desc>
253-
<Value>500000000</Value>
253+
<Value>100000000</Value>
254254
<Necks>
255255
<Neck Location="1" Kind="Gold">
256256
<DisplayName>Core Reformation</DisplayName>
@@ -264,7 +264,7 @@
264264
<Stage Name="Stage9" Level="9">
265265
<DisplayName>Immortal Golden Core</DisplayName>
266266
<Desc>A True Golden Core! Formed three times, each greater than the last. Using this invincible core as a foundation, start the pursuit of immortality.</Desc>
267-
<Value>1000000000</Value>
267+
<Value>500000000</Value>
268268
<Necks>
269269
<Neck Location="1" Kind="Chance">
270270
<DisplayName>Incubation</DisplayName>
@@ -278,7 +278,7 @@
278278
<Stage Name="Stage10" Level="10">
279279
<DisplayName>Nascent Soul</DisplayName>
280280
<Desc>Form a Nascent Soul and nurtur it using the essence of Heaven and Earth.</Desc>
281-
<Value>2000000000</Value>
281+
<Value>1000000000</Value>
282282
<Necks>
283283
<Neck Location="0.2" Kind="Chance">
284284
<DisplayName>Maturation</DisplayName>
@@ -311,7 +311,7 @@
311311
<Stage Name="Stage11" Level="11">
312312
<DisplayName>Divine Spirit</DisplayName>
313313
<Desc>Comprehend the Great Dao with the Divine Spirit</Desc>
314-
<Value>2000000000</Value>
314+
<Value>1200000000</Value>
315315
<Necks>
316316
<Neck Location="0.3" Kind="Chance">
317317
<DisplayName>Dao Seed</DisplayName>
@@ -343,7 +343,7 @@
343343
<Stage Name="Stage12" Level="12">
344344
<DisplayName>Divine Sea</DisplayName>
345345
<Desc>A vast Divine Sea of Qi rests within the body.</Desc>
346-
<Value>2100000000</Value>
346+
<Value>2000000000</Value>
347347
<Necks>
348348
<Neck Location="0.8" Kind="Chance">
349349
<DisplayName>Ascension</DisplayName>

Settings/ThingDef/Item/Items.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
<Desc>A great destiny belongs to whoever consumes this condensed essence of providence.</Desc>
352352
<TexPath>res/Sprs/object/object_xianshishennian01</TexPath>
353353
<NotDoTongLing>1</NotDoTongLing>
354-
<Item Kind="Treasure">
354+
<Item Lable="Treasure">
355355
<NotRandom>1</NotRandom>
356356
<BeMade>
357357
<CostStuffCount>1</CostStuffCount>
@@ -383,7 +383,7 @@
383383
<Desc>Empyrean Soul</Desc>
384384
<TexPath>res/Sprs/object/object_zhengzhi01</TexPath>
385385
<NotDoTongLing>1</NotDoTongLing>
386-
<Item Kind="Treasure">
386+
<Item Lable="Treasure">
387387
<NotRandom>1</NotRandom>
388388
<BeMade>
389389
<CostStuffCount>1</CostStuffCount>
@@ -425,7 +425,7 @@
425425
</CostItems>
426426
</BeMade>
427427
<NotRandom>1</NotRandom>
428-
<FabaoSuffix>卷</FabaoSuffix>
428+
<FabaoSuffix>卷</FabaoSuffix>
429429
</Item>
430430
<StoryBnts>
431431
<li Name="Examine" Desc="Examine the law" Story="Story_GD_Gong_Universe" Cost="5" Icon="res/Sprs/ui/icon_hand"/>

0 commit comments

Comments
 (0)