Skip to content

Commit

Permalink
adjust requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonymous committed Mar 22, 2019
1 parent aa0ba8b commit bf8c14c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion randomizer.py
Expand Up @@ -323,7 +323,7 @@ def route_items():
for u in unused_uniques:
try:
item = '{0:0>4x}'.format(u)
ir.assign_item(item, aggression=ir.aggression+1)
ir.assign_item(item, linearity=ir.linearity ** 2)
location = ir.get_assigned_location(item)
pointer = int(location.split('_')[-1], 0x10)
set_item_by_pointer(u, pointer)
Expand Down
2 changes: 1 addition & 1 deletion randomtools
12 changes: 6 additions & 6 deletions tables/requirements.txt
Expand Up @@ -2,7 +2,7 @@
.def firesword 044f
.def icesword 0450
.def powersword 0453
.def ax 0458
.def ax 0458|upjab
.def shovel 0459
# magic wand opens one-way paths
# no potential for softlock because of S&Q
Expand All @@ -23,10 +23,10 @@
.def aquaspell 0473
.def moonspell 0474
.def lifebottle 0000
.def 500_coins 0002
#.def 5000_coins 0005
#.def 2000_coins 0004|5000_coins
.def 1000_coins 0003
.def 2000_coins 0004
.def 5000_coins 0005
.def 500_coins 0002|1000_coins

.def lightgate_down lightstone
.def sungate_down boa&sunstone
Expand Down Expand Up @@ -94,7 +94,7 @@
.def moonblocks_off *

.def all_techs hiya&puka&sala&shove&upjab&downjab
.def boss lifebottle&weapon|lifebottle&puka&powerfan&armor&shield&5000_coins&2000_coins
.def boss lifebottle&weapon

lightstone_10305 poka_sword&boss
starstone_116ec starswitch&shove&boss
Expand All @@ -116,7 +116,7 @@ silversword_18e78 poka&lightblocks_on
fireballs_1909a poka_sword&downjab
lightspell_1911a poka_sword&elvenflute

sunstone_1a961 boa&boss
sunstone_1a961 boa&lifebottle|boa&weapon
powerfan_1a9d9 puka&boss

downjab_2b9ef puka
Expand Down

0 comments on commit bf8c14c

Please sign in to comment.