Reduce prevalence of permanent stat potions.
parent
0894e2964d
commit
4d1145d4ea
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
Reduce prevalence of permament stat potions.
|
||||
In treasureone random_potion, each chance
|
||||
is reduced from 5 to 3. This should result in
|
||||
permanent stat potions being rarer.
|
||||
As a side effect, this should also punish
|
||||
overly minmaxed builds by forcing them to grind longer
|
||||
to shore up weaknesses.
|
||||
treasures.trs
|
||||
Daniel Hawkins 2023-11-22
|
||||
|
||||
Image license file for checkered-black_gray floor tile
|
||||
Released under cc-by-3.0 license
|
||||
floor/checkered-black_gray.base.LICENSE
|
||||
|
|
|
@ -620,25 +620,25 @@ treasureone random_potion
|
|||
# chance 30
|
||||
#more
|
||||
arch potionstr
|
||||
chance 5
|
||||
chance 3
|
||||
more
|
||||
arch potionint
|
||||
chance 5
|
||||
chance 3
|
||||
more
|
||||
arch potioncha
|
||||
chance 5
|
||||
chance 3
|
||||
more
|
||||
arch potionwis
|
||||
chance 5
|
||||
chance 3
|
||||
more
|
||||
arch potioncon
|
||||
chance 5
|
||||
chance 3
|
||||
more
|
||||
arch potiondex
|
||||
chance 5
|
||||
chance 3
|
||||
more
|
||||
arch potionpow
|
||||
chance 5
|
||||
chance 3
|
||||
more
|
||||
list shop_potions
|
||||
magic 2
|
||||
|
|
Loading…
Reference in New Issue