projects
/
Questionable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4113d52
)
Add Cure II as action
author
Liza Carvelli
<liza@carvel.li>
Thu, 29 Aug 2024 14:29:21 +0000
(16:29 +0200)
committer
Liza Carvelli
<liza@carvel.li>
Thu, 29 Aug 2024 14:29:40 +0000
(16:29 +0200)
QuestPaths/quest-v1.json
patch
|
blob
|
blame
|
history
Questionable.Model/Questing/Converter/ActionConverter.cs
patch
|
blob
|
blame
|
history
Questionable.Model/Questing/EAction.cs
patch
|
blob
|
blame
|
history
diff --git
a/QuestPaths/quest-v1.json
b/QuestPaths/quest-v1.json
index 09e470756b1fdb4f46a04a1f146f6f2eeac680fe..c7ebd5fa57afc509cbb2ce51068dafd1b7e6c8c9 100644
(file)
--- a/
QuestPaths/quest-v1.json
+++ b/
QuestPaths/quest-v1.json
@@
-856,6
+856,7
@@
"Heavy Swing",
"Heavy Shot",
"Cure",
+ "Cure II",
"Esuna",
"Physick",
"Buffet (Sanuwa)",
diff --git
a/Questionable.Model/Questing/Converter/ActionConverter.cs
b/Questionable.Model/Questing/Converter/ActionConverter.cs
index 42e6e3845bf122e5b79e3b4e6fd36abbfdee5faf..5c6bea0afeccdc4e2b60d4a7ce21e49b1efe1e24 100644
(file)
--- a/
Questionable.Model/Questing/Converter/ActionConverter.cs
+++ b/
Questionable.Model/Questing/Converter/ActionConverter.cs
@@
-10,6
+10,7
@@
public sealed class ActionConverter() : EnumConverter<EAction>(Values)
{ EAction.HeavySwing, "Heavy Swing" },
{ EAction.HeavyShot, "Heavy Shot" },
{ EAction.Cure, "Cure" },
+ { EAction.Cure2, "Cure II" },
{ EAction.Esuna, "Esuna" },
{ EAction.Physick, "Physick" },
{ EAction.BuffetSanuwa, "Buffet (Sanuwa)" },
diff --git
a/Questionable.Model/Questing/EAction.cs
b/Questionable.Model/Questing/EAction.cs
index 15e7f8429e31b8b6fec19dfba2ff26ed7d18ec05..5ca20daf6ad933e569e39096e3ed1a263f7afee1 100644
(file)
--- a/
Questionable.Model/Questing/EAction.cs
+++ b/
Questionable.Model/Questing/EAction.cs
@@
-9,6
+9,7
@@
public enum EAction
HeavySwing = 31,
HeavyShot = 97,
Cure = 120,
+ Cure2 = 135,
Esuna = 7568,
Physick = 190,
BuffetSanuwa = 4931,