forked from SilverStudioGames/WTS
Tonks Auror Outfit
* Adjusted Tonks' Auror coat * Redrawn Tonks' Auror choker * Updated save compatibility * Version bump
This commit is contained in:
parent
5bdf050a75
commit
961ff76c7b
BIN
game/characters/tonks/clothes/neckwear/choker_beads/0.webp
(Stored with Git LFS)
BIN
game/characters/tonks/clothes/neckwear/choker_beads/0.webp
(Stored with Git LFS)
Binary file not shown.
BIN
game/characters/tonks/clothes/neckwear/choker_beads/1.webp
(Stored with Git LFS)
BIN
game/characters/tonks/clothes/neckwear/choker_beads/1.webp
(Stored with Git LFS)
Binary file not shown.
BIN
game/characters/tonks/clothes/neckwear/choker_beads/extra.webp
(Stored with Git LFS)
BIN
game/characters/tonks/clothes/neckwear/choker_beads/extra.webp
(Stored with Git LFS)
Binary file not shown.
BIN
game/characters/tonks/clothes/neckwear/choker_beads/outline.webp
(Stored with Git LFS)
BIN
game/characters/tonks/clothes/neckwear/choker_beads/outline.webp
(Stored with Git LFS)
Binary file not shown.
BIN
game/characters/tonks/clothes/robe/auror_coat/1.webp
(Stored with Git LFS)
BIN
game/characters/tonks/clothes/robe/auror_coat/1.webp
(Stored with Git LFS)
Binary file not shown.
BIN
game/characters/tonks/clothes/robe/auror_coat/outline.webp
(Stored with Git LFS)
BIN
game/characters/tonks/clothes/robe/auror_coat/outline.webp
(Stored with Git LFS)
Binary file not shown.
BIN
game/characters/tonks/clothes/robe/auror_coat/skin.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/tonks/clothes/robe/auror_coat/skin.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -55,11 +55,11 @@ default tonks = Doll(name="tonks",
|
||||
|
||||
default ton_hair_base = DollCloth("tonks", ("head", "hair"), "hair", "base", [[255, 146, 185, 255], [254, 218, 238, 255]], unlocked=True)
|
||||
default ton_hair_base_new = DollCloth("tonks", ("head", "hair"), "hair", "new", [[255, 146, 185, 255], [254, 218, 238, 255]], unlocked=True)
|
||||
default ton_neckwear_beads = DollCloth("tonks", ("head", "neckwear"), "neckwear", "choker_beads",[[45, 45, 48, 255], [177, 168, 172, 255]], unlocked=True)
|
||||
default ton_neckwear_beads = DollCloth("tonks", ("head", "neckwear"), "neckwear", "choker_beads",[[45, 45, 48, 255], [244, 230, 236, 255]], unlocked=True)
|
||||
default ton_gloves_auror = DollCloth("tonks", ("upper body", "gloves"), "gloves", "auror_gloves",[[45, 45, 48, 255]], armfix=True, unlocked=True)
|
||||
default ton_top_auror = DollCloth("tonks", ("upper body", "shirts"), "top", "auror",[[28, 27, 31, 255], [124, 42, 50, 255]], armfix=True, unlocked=True)
|
||||
default ton_top_auror2 = DollCloth("tonks", ("upper body", "shirts"), "top", "auror2",[[124, 42, 50, 255]], armfix=True, unlocked=True)
|
||||
default ton_robe_auror = DollCloth("tonks", ("upper body", "robes"), "robe", "auror_coat",[[40, 40, 41, 255], [174, 165, 169, 255]], armfix=True, unlocked=True)
|
||||
default ton_robe_auror = DollCloth("tonks", ("upper body", "robes"), "robe", "auror_coat",[[40, 40, 41, 255], [244, 230, 236, 255]], armfix=True, unlocked=True)
|
||||
default ton_bottoms_leggings = DollCloth("tonks", ("lower body", "leggings"), "bottom", "leggings",[[45, 45, 48, 255]], armfix=True, unlocked=True)
|
||||
default ton_bottoms_leggings_hole = DollCloth("tonks", ("lower body", "leggings"), "bottom", "leggings_hole",[[45, 45, 48, 255]], level=60, armfix=True, unlocked=True)
|
||||
default ton_stockings_auror = DollCloth("tonks", ("legwear", "stockings"), "stockings", "auror",[[45, 45, 48, 255], [177, 168, 172, 255]], armfix=True, unlocked=True)
|
||||
|
@ -30,7 +30,7 @@ define config.developer = "auto"
|
||||
define config.console = True
|
||||
|
||||
# Game version and naming
|
||||
define config.version = "1.43.3"
|
||||
define config.version = "1.44.0"
|
||||
define compatible_version = 1.43
|
||||
define config.name = "Witch Trainer Silver"
|
||||
|
||||
|
@ -102,6 +102,9 @@ init python:
|
||||
store.colorpicker.favorites[i] = col
|
||||
|
||||
if current <= 1.433:
|
||||
ton_robe_auror.color_default = [[40, 40, 41, 255], [244, 230, 236, 255]]
|
||||
ton_neckwear_beads.color_default = [[45, 45, 48, 255], [244, 230, 236, 255]]
|
||||
|
||||
for i in CHARACTERS:
|
||||
char = get_character_object(i)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user