Skip to content

Commit 256ef46

Browse files
committed
update : CN create material templates and bug fix : fail to use KeyStone-Piece in create phase1
1 parent 218a846 commit 256ef46

19 files changed

+41
-17
lines changed

core/config/default_config.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,10 +1374,34 @@
13741374
"Broken-Ancient-Battery",
13751375
"Damaged-Ancient-Battery",
13761376
"Intact-Ancient-Battery",
1377+
"Golden-Fleece",
1378+
"Golden-Yarn",
1379+
"Golden-Wool",
1380+
"Golden-Dress",
1381+
"Okiku-Doll-Piece",
1382+
"Broken-Okiku-Doll",
1383+
"Repaired-Okiku-Doll",
1384+
"Intact-Okiku-Doll",
13771385
"Disco-Colgante-Piece",
13781386
"Broken-Disco-Colgante",
13791387
"Repaired-Disco-Colgante",
13801388
"Intact-Disco-Colgante",
1389+
"Atlantis-Medal-Piece",
1390+
"Broken-Atlantis-Medal",
1391+
"Damaged-Atlantis-Medal",
1392+
"Intact-Atlantis-Medal",
1393+
"Roman-Dodecahedron-Piece",
1394+
"Broken-Roman-Dodecahedron",
1395+
"Repaired-Roman-Dodecahedron",
1396+
"Intact-Roman-Dodecahedron",
1397+
"Quimbaya-Relic-Piece",
1398+
"Broken-Quimbaya-Relic",
1399+
"Repaired-Quimbaya-Relic",
1400+
"Intact-Quimbaya-Relic",
1401+
"Istanbul-Rocket-Piece",
1402+
"Broken-Istanbul-Rocket",
1403+
"Repaired-Istanbul-Rocket",
1404+
"Intact-Istanbul-Rocket",
13811405
"Winnipesaukee-Stone-Piece",
13821406
"Broken-Winnipesaukee-Stone",
13831407
"Damage-Winnipesaukee-Stone",

module/create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ def item_order_list_builder(self, phase, filter_list, sort_type, sort_direction)
542542

543543
class CreateItemCheckState:
544544
# During a full phase of item creation. This class is used for information transfer and store checked item state
545-
possible_x = [710, 851, 992, 1133]
545+
possible_x = [717, 851, 992, 1133]
546546
level_weight = {
547547
"primary": 1,
548548
"normal": 2,
8.55 KB
Loading
8.47 KB
Loading
8.29 KB
Loading

src/images/CN/create/Golden-Dress.png

8.57 KB
Loading
7.09 KB
Loading

src/images/CN/create/Golden-Wool.png

8.54 KB
Loading

src/images/CN/create/Golden-Yarn.png

8.1 KB
Loading
9.14 KB
Loading

0 commit comments

Comments
 (0)