-
Notifications
You must be signed in to change notification settings - Fork 9
/
updates.html
894 lines (855 loc) · 29.7 KB
/
updates.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<title>Legend of the Fallen Warrior</title>
<link rel="Shortcut icon" href="images/icon.png">
<style type="text/css">
body { background-color: #a89b6e; }
.bigFont { font-size: x-large; }
h4.green { color: green; }
h4.orange { color: orange; }
h4.red { color: red; }
li { font-weight: 600; }
</style>
</head>
<body>
<script>
(function(i, s, o, g, r, a, m) {
i["GoogleAnalyticsObject"] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments);
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(window, document, "script", "//www.google-analytics.com/analytics.js", "ga");
ga("create", "UA-57991038-2", "auto");
ga("send", "pageview");
</script>
<!--
<h3>Patch notes 1.7.1</h3>
<h4 class="green">Additions</h4>
<ul>
<li>
</li>
</ul>
<h4 class="orange">Changes</h4>
<ul>
<li>
</li>
</ul>
<h4 class="red">Bug Fixes</h4>
<ul>
<li>
</li>
</ul>
-->
<div class="container-fluid">
<div class="row">
<div class="col-xs-12">
<div class="row">
<div class="col-xs-8 col-xs-offset-2">
<div class="bigFont">
<strong>Changelog</strong>
</div>
<a href="updates.txt" target="_blank">Old Changelog</a><br>
<h3>Patch notes 1.7.1</h3>
<h4 class="green">Additions</h4>
<ul>
<li>
Added volume controls in the option menu
</li>
<li>
New music playing at the starting screen :)
</li>
<li>
Inventory tab will display a number in the corner telling you how many "New" items you have in your inventory.
</li>
<li>
Added difficulty settings when starting a new game.
</li>
<li>
Each race start with a weapon and one piece of armor.
</li>
<li>
Added additional information when picking a new difficulty which display item rarity drop chance(both in options menu and when starting a new game).
</li>
</ul>
<h4 class="orange">Changes</h4>
<ul>
<li>
Moved difficulty settings to the options menu
</li>
<li>
Redesigned UI, saving more space on the screen which will allow me to make some bigger changes to the battle scene.
</li>
<li>
Added colored background to items in player inventory and shop, each color represent different item rarity.
</li>
<li>
All skills are sorted by level and can be hidden with a single click.
</li>
<li>
Changed monsters stats based on difficulty, lower difficulties are harder, and highest difficulties are easier compared to before.
</li>
</ul>
<h4 class="red">Bug Fixes</h4>
<ul>
<li>
Fixed a bug with displaying difficulty "Normal" instead of "Hero". Cleaned up some of the old code.
</li>
</ul>
<h3>Patch notes 1.7.4</h3>
<h4 class="green">Additions</h4>
<ul>
<li>
Each race will get starting weapon when created. This is more or less based on that race, for example Sylph will start with staff, while Giant with Axe. This should help you at the beginning, and you don't need to kill multiple enemies to get your first weapon to use weapon skills.
</li>
<li>
Added mana cost to skills, this should make "attack" button somehow useful, for some of the characters until you get mana regen.
</li>
<li>
Increased few passive skills max level.
</li>
<li>
Added new passive skills which increase/give chance to: "accuracy, damage, ignore enemy defense, instant kill, critical chance, critical damage, strength, endurance, agility, spell power, max mana, mana regen, defense, parry(nulify 100% damage), thorns aura(deal damage to enemy based on enemy damage), ignore enemy defense, evasion, hp regen, max hp, reflect(chance to reduce incoming damage by 50%), mining/herbalism amount, storage(max amount of ores/herbs you can store), mining/herbalism critical chance(if you are lucky, you can gain bonus resources each time you mine)".
</li>
<li>
Removed passive skills: "Exp/Gold/Drop rate, few damage bonus/health bonus passives. Changed some of the old passive bonuses/levels etc."
</li>
<li>
Added a simple animation when attacking(This will cause your character to move a little towards the enemy).
</li>
<li>
Spell power is used with staff spells currently.
</li>
</ul>
<h4 class="orange">Changes</h4>
<ul>
<li>
Crafting items is based on level of the last enemy you have killed. This will prevent crafting too strong items.
</li>
<li>
Base accuracy lowered from 95% to 90%.
</li>
<li>
Item bonuses will be weaker and more random.
</li>
<li>
Player damage changed to make it easier at the beginning, and monsters damage increased. Monsters hp lowered a little.
</li>
<li>
All items, should be much weaker after each "Warp".
</li>
<li>
Decreased enemy experience gained per kill.
</li>
<li>
Spell Simulacrum(last skill in staff weapon mastery tree), increase spell power, instead of intelligence. Since spell power is based on intelligence anyway.
</li>
<li>
Sylph all stat bonus change from 30% to 15%, but will also gain 20% spell power bonus.
</li>
</ul>
<h4 class="red">Bug Fixes</h4>
<ul>
<li>
Fixed most bugs with displaying numbers like "1.000000002". Hopefully it is fixed everywhere :)
</li>
</ul>
<h3>Patch notes 1.7.3</h3>
<h4 class="green">Additions</h4>
<ul>
<li>
Item tooltip, now display values gained(green), lost(red), not changed(blue) when hovering over an item. This should make it easier to equip best item you can.
</li>
</ul>
<h4 class="orange">Changes</h4>
<ul>
<li>
Turn based combat, your weapon skills need to be used during combat, this is early version of combat, so it is not finished yet, but it should work :)
</li>
<li>
Removed auto battle, due to new combat(might be added later on).
</li>
<li>
Overall, changed all weapon skill stats.
</li>
<li>
Health regen, works only in battle(per turn), after a battle your health will be full again.
</li>
<li>
Increased height of inventory, this will prevent page moving up while you sell items, which caused you to missclick and equip items. This problem is still there, if you have a lot items in your inventory and you sell them from the bottom.
</li>
<li>
Moved some stuff around, put donation button to a visible spot(it was there for a long long time, but well hidden lol).
</li>
</ul>
<h4 class="red">Bug Fixes</h4>
<ul>
<li>
As always, some bugs were fixed.
</li>
</ul>
<h3>Patch notes 1.7.2</h3>
<h4 class="green">Additions</h4>
<ul>
<li>
Added "prestige", after defeating last enemy on the map(once), all enemies will be empowered, and you will need to fight your way from the first enemy.
All items, crafting, enemy stats will get multiplied by prestige level, so first prestige gives 2x multiplier, then 3x/4x and so on forever...
</li>
<li>
Added reset button(after beating last enemy), so you can reset whenever you want.
</li>
<li>
Added error tracking, which will let me see all errors you have during the game. So far most of them are caused by OLD SAVES(You need to reset them at starting page).
I will be removing all saves manually soon, as it seems not everyone knows that :| Also game version verify is not always working for some reason(probably on very old saves).
</li>
</ul>
<h4 class="orange">Changes</h4>
<ul>
<li>
Many changes with item stats.
</li>
<li>
Forced reset, since a lot of peoples had troubles with manual reset, even tho there is a button on main page to do that for you. This will hopefully fix most bugs.
</li>
</ul>
<h4 class="red">Bug Fixes</h4>
<ul>
<li>
Fixed some bugs, and stuff -_-
</li>
<li>
Fixed a bug which did not reset monsters kill count as supposed.
</li>
</ul>
<h3>Patch notes 1.7.1</h3>
<h4 class="green">Additions</h4>
<ul>
<li>
Monster kill count below all monsters.
</li>
<li>
Alt + Click = 10 stats for MAC users, Ctrl + click still works.
</li>
<li>
Added 6 difficulty settings! You can switch them while you play and monsters will be updated. Monster stats will change in range 0.3 up to 5.0(that means 5x all stats/Exp too!).
</li>
<li>
Added version check(again after a long time...). It will reset any save file that is too old, when you try to load it.
</li>
</ul>
<h4 class="orange">Changes</h4>
<ul>
<li>
Game balance, changed all monsters stats, player stats, item stats.
</li>
<li>
Monsters unlock after 10 kills, if you fight elite/boss monster(2 last monsters of each map) it requires only 1 kill.
</li>
<li>
Changed item drop stats, they should be more balanced, and less likely skyrocket in stats early in the game.
</li>
<li>
Player experience required for next level updated.
</li>
<li>
All races bonuses changed. Hopefully Giant/Orc will no longer be the only viable pick :)
</li>
<li>
Each weapon type(Sword/Axe/Mace/Staff/Ranged) have different damage multiplier, which means that staff will roll with low damage, while axe will have high damage.
This is a preparation for next big update which will add spells.
</li>
<li>
Removed Evasion/Critical damage/Health regen/Mana regen from all items.
</li>
<li>
Item stats are based on item level, unlike before they were based on a list of stats with a set range(3-8 Strength/8-15 Strength etc.).
</li>
<li>
Item stats were maxed out at level 50, now you can increase them forever, as long as you can drop higher level items.
</li>
<li>
You cannot select text/images or anything while playing, this will prevent accidental and annoying text selection which cannot be unselected or is hard to do so.
You can still select your save code tho.
</li>
<li>
Changed defense damage reduction, should be somehow "balanced" compared to before.
</li>
<li>
Sword weapon skill, block/counter updated.
</li>
<li>
Life gain on hit is no longer percentage but flat instead.
</li>
<li>
Block chance is capped at 40%, sword mastery can go over this cap tho.
</li>
<li>
Removed game events, need to be reworked later on.
</li>
<li>
Increased base player damage by 2, to help with early leveling.
</li>
<li>
Sword Finesse(Sword skill), scales with agility instead of dexterity.
</li>
<li>
Removed cooldown from weapon skills, they will be used every turn now.
</li>
<li>
Changed weapon skills damage/scaling.
</li>
<li>
Updated all weapon skills damage.
</li>
<li>
First weapon skill is available at level 1. You can use staff right away without leveling it up etc.
</li>
<li>
Weapon mastery starts at level 1 instead of 0.
</li>
<li>
Changed difficulty setting names.
</li>
</ul>
<h4 class="red">Bug Fixes</h4>
<ul>
<li>
Fixed a bug with stats, which were multiplied by 2 for some reason :|
</li>
</ul>
<h3>Patch notes 1.7.0</h3>
<h4 class="green">Additions</h4>
<ul>
<li>
Herbalism + Alchemy added.
</li>
<li>
Crafting an item will grant experience based on each resource used in crafting.
</li>
<li>
Crafted item level is based on player level and crafting level.
</li>
<li>
Mining/herbalism damage dealt is based on player level and gathering profession level.
</li>
<li>
Potions created with Alchemy can be used to boost stats, experience gain, item drop etc. Added buff image below monsters. Each buff last 10 battles.
</li>
</ul>
<h4 class="orange">Changes</h4>
<ul>
<li>
Hot bar is working
</li>
<li>
Moved mining to profession tab.
</li>
<li>
Removed draggable windows(except combat log), might add them back in the future.
</li>
<li>
Changed all item bonuses, other stats should be more useful, for example instead of + 40 max health on item, you will get + 400.
</li>
<li>
Reworked crafting window, it will be updated even further soon.
</li>
<li>
Changed professions experience needed for next level.
</li>
<li>
Gathering minerals/herbs will yield between 1 up to (profession level), so if you have mining level 40, you will get 1-40 resources each time you mine.
</li>
</ul>
<h4 class="red">Bug Fixes</h4>
<ul>
<li>
Fixed a bug with auto battle, where you could switch between monsters and attack them manually while auto battling.
</li>
<li>
Fixed hotbar bug, potions will also appear in inventory, and dissapear if you reach 0(it will also dissapear from hotbar).
</li>
</ul>
<h3>Patch notes 1.6.9</h3>
<h4 class="green">Additions</h4>
<ul>
<li>
UI can be dragged around, Combat Log can be resized too(your changes will not be saved tho).
</li>
</ul>
<h4 class="orange">Changes</h4>
<ul>
<li>
Changed UI again, displaying Stats/inventory.equipped items together with monsters and combat log. Story has been moved to the main tab.
</li>
<li>
Mining and Crafting give much more experience making it easier to
</li>
<li>
Experience bar will display 2 digits below 0. For example: 25.45%.
</li>
</ul>
<h4 class="red">Bug Fixes</h4>
<ul>
<li>
Fixed lag while mining
</li>
<li>
Optimized the game, there should be less or even none memory problems, game should not crash anymore.
</li>
<li>
Fixed a bug with selling all items, even if you choose "No/Cancel" when a confirmation window would appear, when selling epic/legendary items.
</li>
</ul>
<h3>Patch notes 1.6.8</h3>
<h4 class="green">Additions</h4>
<ul>
<li>
Shops display much more items now.
</li>
<li>
Added "back" button on starting screen, no need to refresh the page anymore if you want to change new game slot/load slot.
</li>
<li>
Some other small changes, like new icons, added borders.
</li>
</ul>
<h4 class="orange">Changes</h4>
<ul>
<li>
Rearranged UI, everything is in different places. Thanks to this change game will look better on small resolution, since nothing will be crumpled together and soon this change will help optimize the game, which will make it run faster.
</li>
<li>
Moved Skill points info, to the skill page, Stat points moved to main stat page.
</li>
<li>
When attacking enemy, your cursor will change automatically without you moving a mouse, telling you when you can attack again.
</li>
</ul>
<h4 class="red">Bug Fixes</h4>
<ul>
<li>
None :(
</li>
</ul>
<h3>Patch notes 1.6.7</h3>
<h4 class="green">Additions</h4>
<ul>
<li>
Added tooltips to all secondary stats.
</li>
<li>
Added info to all armor items, showing % reduction damage, which is based on defense(armor). It will display how much you gain/lose when equipping that item.
</li>
<li>
Added checkboxes to player inventory, which let you choose which items will stop from dropping(rarity), as well which items you want to sell with "Sell All" button(currently opened tab will be sold only).
</li>
<li>
Added borders for each section.
</li>
</ul>
<h4 class="orange">Changes</h4>
<ul>
<li>
Changed bonus armor value from flat to percentage values(This will take effect on new dropped items only).
</li>
<li>
Changed damage/defense formula. This should make game feel more balanced(This might still require you to pick up new items, since old ones gives way more defense).
</li>
<li>
Changed drop chance of items, common will drop very often, and Legendary will be very rare(0.06% compared to 6% before).
</li>
<li>
Changed age selection screen, instead of a slider, you have to select each age manually.
</li>
<li>
Early level armor, will give you more defense.
</li>
<li>
Changed defense gained from items, it is lower which prevents you from becoming immortal(Still possible if you have good items).
</li>
<li>
Lowered block amount from shields, with high defense(more than 90% damage reduction) enemies would deal ~200 damage, while shield block 300+.
</li>
<li>
Block chance cap at 75%.
</li>
<li>
Passive skill tree visual update.
</li>
<li>
Passive skill tree will require you to put at least 1 point into a skill to unlock next one, unlike before it required max level of previous skill.
</li>
<li>
Passive skill tree new icons.
</li>
<li>
Stats page visual update.
</li>
<li>
Changed background color.
</li>
<li>
Moved auto battle checkbox, below monsters.
</li>
<li>
Moved sell all button, below checkboxes for easy access.
</li>
<li>
Added items outline based on rarity.
</li>
</ul>
<h4 class="red">Bug Fixes</h4>
<ul>
<li>
Fixed a bug where your race age would not save correctly.
</li>
<li>
Fixed secondary stat tooltip not working properly.
</li>
</ul>
<h3>Patch notes 1.6.6</h3>
<h4 class="green">Additions</h4>
<ul>
<li>
Numbers below passive skills, which shows current/max level of each passive.
</li>
</ul>
<h4 class="orange">Changes</h4>
<ul>
<li>
Wisdom gives 5 mana per point, instead of 0.5 mana per point.
</li>
<li>
Monster mana cost for auto battle adjusted, attacking a monster will display mana cost next to auto battle.
</li>
<li>
Auto Battle, will automatically attack monster every 10 seconds.
</li>
</ul>
<h4 class="red">Bug Fixes</h4>
<ul>
<li>
Fixed a bug when crafted items would get wrong lore text.
</li>
<li>
Fixed game lag, it should run smoothly now.
</li>
<li>
Fixed auto battle bug, when you had not enough max mana.
</li>
</ul>
<h3>Patch notes 1.6.5</h3>
<h2>Additional changes during this patch</h2>
<ol>
<li>
Added 3 more areas, even more will come soon.
</li>
<li>
Added Reset all saves button at the start page, use it when you cant start a new game.
</li>
<li>
Area tab will unlock as you level up/unlock new monsters
</li>
</ol>
<h4 class="green">Additions</h4>
<ul>
<li>
Mining, Crafting basic code finished.
</li>
<li>
Added item level display on item tooltip.
</li>
<li>
Monster level displayed on monster tooltip.
</li>
<li>
Sort inventory by item level, damage(only weapons).
</li>
<li>
Inventory potion(Later potions made with alchemy will be stored here) with hotbar selection.
</li>
<li>
You can craft each type of item, higher crafting level let you craft an item with a better chance of higher rarity.
</li>
<li>
Crafted item level is based on player level and crafting level, which means that crafting should be good even if you dont focus on it early in the game(it will fall off later unless you level crafting up).
</li>
</ul>
<h4 class="orange">Changes</h4>
<ul>
<li>
Only weapons give you critical chance, and it's based on weapon type(Axe have more crit than a Staff)
</li>
<li>
Updated monster levels, allowing you to obtain better items fighting "weaker" monsters. First boss, drop items up to level 20, unlike before you had to kill 20th monster to drop those items.
</li>
<li>
Evasion cap changed from 20% to 75%.
</li>
<li>
Critical chance cap changed from 50% to 75%.(You can go over 75% with certain weapon skills).
</li>
<li>
Max battle turns, are determined by Endurance/Agility/Dexterity
</li>
<li>
Changed attack delay from ~3s, to ~1.5s
</li>
<li>
Changed part of the code which should prevent you from losing your save due to new update.(except this one)
</li>
</ul>
<h4 class="red">Bug Fixes</h4>
<ul>
<li>
Fixed a bug where race age would not be saved
</li>
<li>
Fixed evasion value formula, it went way too high with single item bonus.
</li>
</ul>
<h3>Patch notes 1.6.4</h3>
<h4 class="green">Additions</h4>
<ul>
<li>
More races: Human, Half-Elf, Elf, Dwarf, Halfing, Orc, Sylph, Giant.
</li>
<li>
Each race has different bonuses.
</li>
<li>
You can pick race age, which will determine stat gain per level.
</li>
<li>
Added tooltips everywhere telling you what each specific stat/tab represent.
</li>
<li>
Added borders, everywhere, to make it easier to distinguish each part of the UI.
</li>
<li>
Sell button added to inventory items, for quick selling single items.
</li>
<li>
Equip items with a single click on the item image.
</li>
<li>
Added icons for player stats, race.
</li>
<li>
You can hover over player stats, for more info.
</li>
<li>
Added sell all legendary button.
</li>
<li>
Added background color in monster tabs.
</li>
</ul>
<h4 class="orange">Changes</h4>
<ul>
<li>
Monsters display health bar together with a number value.
</li>
<li>
Updated monster Icons, including transparent background.
</li>
<li>
When your attack is on cooldown, your cursor will change.
</li>
<li>
You gain weapon skill experience based on monster level compared to player level.
</li>
<li>
All item icons are changed, they are bigger too.
</li>
<li>
Moved some tabs around, combining inventory + equipped items. Added shop next to inventory tab.
</li>
<li>
Weapon skills moved to a single tab, displaying images which you can hover over for more info.
</li>
</ul>
<h4 class="red">Bug Fixes</h4>
<ul>
<li>
Fixed an error where weapon skills current experience/experience needed for next level, were not saved.
</li>
</ul>
<h3>Patch notes 1.6.3</h3>
<h4 class="green">Additions</h4>
<ul>
<li>
Added shop with items. Shop includes sort by value/rarity and refresh option, prices are 10x higher than actual item value.
</li>
<li>
Item Quality: Inferior(40%), Normal(50%), Superior(10%) chance to roll. Each gives more or less bonuses to an item.
</li>
<li>
Multiple saves support, including basic info about current save on each save slot displaying player level and race + Hardcore(if available).
</li>
<li>
Added New game confirmation, so you won't overwrite your old save by mistake.
</li>
</ul>
<h4 class="orange">Changes</h4>
<ul>
<li>
Sell All button in player inventory, now sells only items from currently opened tab.
</li>
<li>
Auto Battle works once every 10 seconds(tho it is still bugged and is being worked on)
</li>
<li>
To equip/sell/buy an item, you need to left click on it to "check it" then press corresponding button.
</li>
<li>
Changed position of item tooltip
</li>
</ul>
<h4 class="red">Bug Fixes</h4>
<ul>
<li>
Temporary fix for player log display, everything should fade out after few seconds.
</li>
</ul>
<h3>Patch notes 1.6.2</h3>
<h4 class="green">Additions</h4>
<ul>
<li>
New passive skills.
</li>
<li>
Reset option for passive skills.
</li>
<li>
Easy item comparison.
</li>
<li>
Added some "lore" to the items, just some random sentences. Will be improved in the future.
</li>
<li>
Improved combat log section, including "story log", it is a quick access to the story, which you can already read on the tab above player stats.
</li>
</ul>
<h4 class="orange">Changes</h4>
<ul>
<li>
Updated a tooltip, to make it look better(hopefully).
</li>
<li>
New bonus when choosing a race.
</li>
<li>
Updated a whole page background color to fill all the gaps.
</li>
<li>
Changed combat log, added borders, removed table structure which caused it to create a white border around it.
</li>
</ul>
<h4 class="red">Bug Fixes</h4>
<ul>
<li>
Fixed a bug when passive skills were not saved.
</li>
</ul>
<h3>Patch notes 1.6.1</h3>
<h4 class="green">Additions</h4>
<ul>
<li>
Added Passive skill tree.
</li>
<li>
Added Changelog shortcut, at the top right side.
</li>
</ul>
<h4 class="orange">Changes</h4>
<ul>
<li>
Removed spells from the game.
</li>
<li>
Changed potion icons, and moved them to the hot bar, below monsters for quick use.
</li>
</ul>
<h4 class="red">Bug Fixes</h4>
<ul>
<li>
Potions now work.
</li>
<li>
Shop fixed, after last update it did not work properly.
</li>
<li>
Some numbers did not display correctly, fixed.
</li>
</ul>
<h3>Patch notes 1.6.0</h3>
<h4 class="green">Additions</h4>
<ul>
<li>
Battle log text display effects.
</li>
<li>
Added sorting function for items by Rarity/Value.
</li>
<li>
New item types! Chest/Helmet/Legs/Boots. Changed off-hand to Shield.
</li>
<li>
Each weapon and armor have a 50% chance to drop with a bonus damage/armor.(This bonus is basic, it does not change amount of bonuses you gain from item drop.)
</li>
<li>
Added more secondary stats: Block/Counter/Life on hit. All bonuses can be obtained with items. Some of them can roll on a certain piece of equipment, for example "Block" can be found only on shields.
</li>
</ul>
<h4 class="orange">Changes</h4>
<ul>
<li>
Changed all weapon masteries to give you % bonus instead of flat.
</li>
<li>
Battle will take ~3 seconds, in that time, battle log will be displayed.
</li>
<li>
Merged off-hand and armor tab in inventory together.
</li>
<li>
Redesigned item loot, each item can gain different amount of bonuses based on its rarity: Common(1-2), Uncommon(2-3), Rare(3-4), Epic(4-6), Legendary(6-7).
</li>
<li>
Changed item drop mechanics... You can drop betweem 1-5 items, for each monster kill as long as you have enough inventory space. You will make a roll for each item, and if its successful, you will drop an item.
</li>
<li>
Magic find increase odds of finding an item(it will increase a chance of a good "roll" which means you can drop items more often). It does not increase item rarity chance.
</li>
<li>
Removed equip/unequip/attack buttons. Instead click on item/monster image.
</li>
<li>
Removed item "levels", you can no longer level up your weapon. (Might change in future).
</li>
</ul>
<h4 class="red">Bug Fixes</h4>
<ul>
<li>
Fixed a bug when saving a dead character would result in being dead forever
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<script src="jquery/jquery-1.11.3.min.js"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
</body>
</html>