You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/GameLogic/Attributes/Stats.cs
+43-3Lines changed: 43 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -329,16 +329,21 @@ public class Stats
329
329
/// <summary>
330
330
/// Gets the final damage (any type) bonus attribute definition.
331
331
/// </summary>
332
-
/// <remarks>So far includes the ancient set option.</remarks>
332
+
/// <remarks>Includes the ancient set option and the panda ring bonus.</remarks>
333
333
publicstaticAttributeDefinitionFinalDamageBonus{get;}=new(newGuid("88316AEC-1D82-4103-BF09-CA6A3C0B177A"),"Late Damage Bonus (any type)","A bonus value which gets added to the final damage value during the damage calculation.");
334
334
335
335
/// <summary>
336
-
/// Gets the skill multiplier attribute definition.
336
+
/// Gets the player's skill multiplier attribute definition.
/// Gets the player's skill damage bonus attribute definition.
342
347
/// </summary>
343
348
/// <remarks>Includes ancient set, harmony, and socket (ice and bonus) options. Does not apply to Fenrir's skill.</remarks>
344
349
publicstaticAttributeDefinitionSkillDamageBonus{get;}=new(newGuid("B8B214B1-396B-4CA8-9A77-240AA70A989B"),"Skill Damage Bonus","A bonus value which gets added to the damage calculation when the damage is calculated with a skill.");
/// Gets the explosion skill MST bonus damage, which rises with fire tome strengthener and is added late stage.
640
+
/// </summary>
641
+
publicstaticAttributeDefinitionExplosionBonusDmg{get;}=new(newGuid("543E01C2-5C61-4473-ACF9-8A63A987A230"),"Explosion Bonus Damage (MST)","The explosion skill (book of samut) bonus damage, which rises with fire stome strengthener and is added at a late stage.");
642
+
643
+
/// <summary>
644
+
/// Gets the requiem skill MST bonus damage, which rises with wind tome strengthener and is added late stage.
645
+
/// </summary>
646
+
publicstaticAttributeDefinitionRequiemBonusDmg{get;}=new(newGuid("9354C6C8-5F85-440B-8649-3E18B7539D92"),"Requiem Bonus Damage (MST)","The requiem skill (book of neil) bonus damage, which rises with wind tome strengthener and is added at a late stage.");
647
+
648
+
/// <summary>
649
+
/// Gets the pollution skill MST bonus damage, which rises with lightning tome strengthener and is added late stage.
650
+
/// </summary>
651
+
publicstaticAttributeDefinitionPollutionBonusDmg{get;}=new(newGuid("9B7AF584-DB59-4770-BCE9-1B5131BBDE38"),"Pollution Bonus Damage (MST)","The pollution skill (book of lagle) bonus damage, which rises with lightning tome strengthener and is added at a late stage.");
652
+
633
653
/// <summary>
634
654
/// Gets the is a scepter equipped.
635
655
/// </summary>
@@ -1338,6 +1358,26 @@ public class Stats
1338
1358
/// </summary>
1339
1359
publicstaticAttributeDefinitionPointsPerReset{get;}=new(newGuid("a34f4f57-b364-4cdb-9989-64cedd2cd831"),"Points Per Reset","The number of points the player will receive for reset, overwrites the default 'PointsPerReset' value of the reset configuration.");
1340
1360
1361
+
/// <summary>
1362
+
/// Gets the skill's base multiplier attribute definition.
1363
+
/// </summary>
1364
+
publicstaticAttributeDefinitionSkillBaseMultiplier{get;}=new(newGuid("FED72F38-5807-454E-8126-F178E93C80D4"),"Skill Base Damage Multiplier (skill attribute)",string.Empty);
1365
+
1366
+
/// <summary>
1367
+
/// Gets the skill's base damage bonus attribute definition.
1368
+
/// </summary>
1369
+
publicstaticAttributeDefinitionSkillBaseDamageBonus{get;}=new(newGuid("89E27E6F-2F84-4B69-9DAA-4EE2A6E3BCCC"),"Skill Base Damage Bonus (skill attribute)",string.Empty);
1370
+
1371
+
/// <summary>
1372
+
/// Gets the skill's final multiplier attribute definition.
1373
+
/// </summary>
1374
+
publicstaticAttributeDefinitionSkillFinalMultiplier{get;}=new(newGuid("AC72CAE4-973C-46BB-BE3B-F6260E8DDFA8"),"Skill Final Damage Multiplier (skill attribute)",string.Empty);
1375
+
1376
+
/// <summary>
1377
+
/// Gets the skill's final damage bonus attribute definition.
1378
+
/// </summary>
1379
+
publicstaticAttributeDefinitionSkillFinalDamageBonus{get;}=new(newGuid("155D8045-5CD1-4238-BEFC-FCF8C46F94E3"),"Skill Final Damage Bonus (skill attribute)",string.Empty);
1380
+
1341
1381
/// <summary>
1342
1382
/// Gets the dictionary which relates the jewelry element resistance attribute to the correspondent DMG bonus attribute.
0 commit comments