projects
/
Questionable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fe5bd5
)
Added Bootshine to the list of actions allowed
author
Plogon Enjoyer
<plogon_enjoyer@no-reply.com>
Sun, 25 Aug 2024 17:18:45 +0000
(
01:18
+0800)
committer
Plogon Enjoyer
<plogon_enjoyer@no-reply.com>
Sat, 31 Aug 2024 09:46:06 +0000
(17:46 +0800)
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 c7ebd5fa57afc509cbb2ce51068dafd1b7e6c8c9..b56e9f823e19350ddd196f7b312a35597c08500c 100644
(file)
--- a/
QuestPaths/quest-v1.json
+++ b/
QuestPaths/quest-v1.json
@@
-868,7
+868,8
@@
"Yellow Gulal",
"Blue Gulal",
"Electric Flux",
- "Hop-step"
+ "Hop-step",
+ "Bootshine"
]
}
},
diff --git
a/Questionable.Model/Questing/Converter/ActionConverter.cs
b/Questionable.Model/Questing/Converter/ActionConverter.cs
index 5c6bea0afeccdc4e2b60d4a7ce21e49b1efe1e24..27dd128389929a82a176294ebf503991dc93906c 100644
(file)
--- a/
Questionable.Model/Questing/Converter/ActionConverter.cs
+++ b/
Questionable.Model/Questing/Converter/ActionConverter.cs
@@
-23,5
+23,6
@@
public sealed class ActionConverter() : EnumConverter<EAction>(Values)
{ EAction.BlueGulal, "Blue Gulal" },
{ EAction.ElectrixFlux, "Electric Flux" },
{ EAction.HopStep, "Hop-step" },
+ { EAction.Bootshine, "Bootshine" },
};
}
diff --git
a/Questionable.Model/Questing/EAction.cs
b/Questionable.Model/Questing/EAction.cs
index 5ca20daf6ad933e569e39096e3ed1a263f7afee1..c8ea63e6d486cf72d251b5d22653a5032207dccf 100644
(file)
--- a/
Questionable.Model/Questing/EAction.cs
+++ b/
Questionable.Model/Questing/EAction.cs
@@
-7,6
+7,7
@@
namespace Questionable.Model.Questing;
public enum EAction
{
HeavySwing = 31,
+ Bootshine = 53,
HeavyShot = 97,
Cure = 120,
Cure2 = 135,