mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-10-30 16:27:54 +00:00
Add the new shops and NPCs for the street
This commit is contained in:
parent
56c9f71296
commit
0718b91ed4
2 changed files with 63 additions and 0 deletions
|
@ -11358,6 +11358,63 @@ NPCToonDict = {20000: (-1,
|
|||
'm',
|
||||
0,
|
||||
NPC_REGULAR),
|
||||
9322: (9821,
|
||||
lnames[9322],
|
||||
('dss',
|
||||
'ms',
|
||||
'm',
|
||||
'm',
|
||||
15,
|
||||
0,
|
||||
15,
|
||||
15,
|
||||
5,
|
||||
6,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
9),
|
||||
'f',
|
||||
0,
|
||||
NPC_REGULAR),
|
||||
9323: (9822,
|
||||
lnames[9323],
|
||||
('css',
|
||||
'ms',
|
||||
's',
|
||||
'm',
|
||||
31,
|
||||
0,
|
||||
31,
|
||||
31,
|
||||
8,
|
||||
2,
|
||||
8,
|
||||
2,
|
||||
5,
|
||||
11),
|
||||
'm',
|
||||
0,
|
||||
NPC_REGULAR),
|
||||
9324: (9806,
|
||||
lnames[9324],
|
||||
('fss',
|
||||
'ls',
|
||||
'l',
|
||||
'm',
|
||||
16,
|
||||
0,
|
||||
16,
|
||||
16,
|
||||
2,
|
||||
9,
|
||||
2,
|
||||
9,
|
||||
7,
|
||||
20),
|
||||
'm',
|
||||
0,
|
||||
NPC_REGULAR),
|
||||
7001: (-1,
|
||||
lnames[7001],
|
||||
('bss',
|
||||
|
|
|
@ -6241,6 +6241,9 @@ NPCToonNames = {20000: 'Tutorial Tom',
|
|||
9319: 'Psyche',
|
||||
9320: 'Toony Bob',
|
||||
9321: 'Sir Biscuit',
|
||||
9322: 'Glower',
|
||||
9323: 'Zedd',
|
||||
9324: 'Nacib',
|
||||
7001: 'N. Prisoned',
|
||||
7002: 'R.E. Leaseme',
|
||||
7003: 'Lemmy Owte',
|
||||
|
@ -6806,6 +6809,7 @@ zone2TitleDict = {2513: ('Toon Hall', ''),
|
|||
3830: ('Wait and See Goggle Defogging', ''),
|
||||
9802: ("Barbra's Bohemian Art Supplies", ''),
|
||||
9804: ("Angry Dan's Garden Sprinklers", ''),
|
||||
9806: ("Nacib Niri", ''),
|
||||
9808: ("Ori-O's Creamery and Dairy", ''),
|
||||
9809: ('Rave of the Forks', ''),
|
||||
9812: ('Louds Silent-Shop', ''),
|
||||
|
@ -6816,6 +6820,8 @@ zone2TitleDict = {2513: ('Toon Hall', ''),
|
|||
9817: ('The Psyche-Ologist', ''),
|
||||
9819: ("Toony Bob's Fluffy Pillows", ''),
|
||||
9820: ("Batty's Bat Supply", ''),
|
||||
9821: ("Milk or Sugar? Tea Shop", ''),
|
||||
9822: ("Zedd's Pasta", ''),
|
||||
9824: ("Joe's Burnt Biscuits", ''),
|
||||
9826: ("Juste-A-Cote Taxi Service", ''),
|
||||
9827: ("Frekly Fred's Storage Shack", ''),
|
||||
|
|
Loading…
Reference in a new issue