mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
Merge branch 'main' into dev
This commit is contained in:
commit
e9d0e61b4c
2 changed files with 6 additions and 6 deletions
|
|
@ -28,7 +28,7 @@ public ref struct EquipDrawData(EquipSlot slot, in DesignData designData)
|
||||||
public static EquipDrawData FromDesign(DesignManager manager, Design design, EquipSlot slot)
|
public static EquipDrawData FromDesign(DesignManager manager, Design design, EquipSlot slot)
|
||||||
=> new(slot, design.DesignData)
|
=> new(slot, design.DesignData)
|
||||||
{
|
{
|
||||||
ItemSetter = i => manager.ChangeEquip(design, slot, i),
|
ItemSetter = slot.IsEquipmentPiece() ? i => manager.ChangeEquip(design, slot, i) : i => manager.ChangeWeapon(design, slot, i),
|
||||||
StainSetter = i => manager.ChangeStain(design, slot, i),
|
StainSetter = i => manager.ChangeStain(design, slot, i),
|
||||||
ApplySetter = b => manager.ChangeApplyEquip(design, slot, b),
|
ApplySetter = b => manager.ChangeApplyEquip(design, slot, b),
|
||||||
ApplyStainSetter = b => manager.ChangeApplyStain(design, slot, b),
|
ApplyStainSetter = b => manager.ChangeApplyStain(design, slot, b),
|
||||||
|
|
|
||||||
10
repo.json
10
repo.json
|
|
@ -17,8 +17,8 @@
|
||||||
"Character"
|
"Character"
|
||||||
],
|
],
|
||||||
"InternalName": "Glamourer",
|
"InternalName": "Glamourer",
|
||||||
"AssemblyVersion": "1.0.6.1",
|
"AssemblyVersion": "1.0.7.0",
|
||||||
"TestingAssemblyVersion": "1.0.6.3",
|
"TestingAssemblyVersion": "1.0.7.0",
|
||||||
"RepoUrl": "https://github.com/Ottermandias/Glamourer",
|
"RepoUrl": "https://github.com/Ottermandias/Glamourer",
|
||||||
"ApplicableVersion": "any",
|
"ApplicableVersion": "any",
|
||||||
"DalamudApiLevel": 9,
|
"DalamudApiLevel": 9,
|
||||||
|
|
@ -26,9 +26,9 @@
|
||||||
"IsTestingExclusive": "False",
|
"IsTestingExclusive": "False",
|
||||||
"DownloadCount": 1,
|
"DownloadCount": 1,
|
||||||
"LastUpdate": 1618608322,
|
"LastUpdate": 1618608322,
|
||||||
"DownloadLinkInstall": "https://github.com/Ottermandias/Glamourer/releases/download/1.0.6.1/Glamourer.zip",
|
"DownloadLinkInstall": "https://github.com/Ottermandias/Glamourer/releases/download/1.0.7.0/Glamourer.zip",
|
||||||
"DownloadLinkUpdate": "https://github.com/Ottermandias/Glamourer/releases/download/1.0.6.1/Glamourer.zip",
|
"DownloadLinkUpdate": "https://github.com/Ottermandias/Glamourer/releases/download/1.0.7.0/Glamourer.zip",
|
||||||
"DownloadLinkTesting": "https://github.com/Ottermandias/Glamourer/releases/download/testing_1.0.6.3/Glamourer.zip",
|
"DownloadLinkTesting": "https://github.com/Ottermandias/Glamourer/releases/download/1.0.7.0/Glamourer.zip",
|
||||||
"IconUrl": "https://raw.githubusercontent.com/Ottermandias/Glamourer/main/images/icon.png"
|
"IconUrl": "https://raw.githubusercontent.com/Ottermandias/Glamourer/main/images/icon.png"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue