projects
/
Questionable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dd5c07
)
Add new actions for NIN quests
author
Liza Carvelli
<liza@carvel.li>
Sat, 19 Oct 2024 08:31:45 +0000
(10:31 +0200)
committer
Liza Carvelli
<liza@carvel.li>
Sat, 19 Oct 2024 08:31:45 +0000
(10:31 +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 4551e444e92b81618bc59da199d52b920dd8a6ac..fb18c119f1bd74d63f667817f00a99e8d6a4a3b8 100644
(file)
--- a/
QuestPaths/quest-v1.json
+++ b/
QuestPaths/quest-v1.json
@@
-942,7
+942,10
@@
"Yellow Gulal",
"Blue Gulal",
"Electric Flux",
- "Hop-step"
+ "Hop-step",
+ "Fuma Shuriken",
+ "Katon",
+ "Raiton"
]
}
},
diff --git
a/Questionable.Model/Questing/Converter/ActionConverter.cs
b/Questionable.Model/Questing/Converter/ActionConverter.cs
index 6f0be40e59ae387ece791da63ac8de2e7b5a9a2d..9b1be7dd80ffa333f49fd0d39f3f21e98ee27b1b 100644
(file)
--- a/
Questionable.Model/Questing/Converter/ActionConverter.cs
+++ b/
Questionable.Model/Questing/Converter/ActionConverter.cs
@@
-35,5
+35,8
@@
public sealed class ActionConverter() : EnumConverter<EAction>(Values)
{ EAction.BlueGulal, "Blue Gulal" },
{ EAction.ElectrixFlux, "Electric Flux" },
{ EAction.HopStep, "Hop-step" },
+ { EAction.FumaShuriken, "Fuma Shuriken" },
+ { EAction.Katon, "Katon" },
+ { EAction.Raiton, "Raiton" },
};
}
diff --git
a/Questionable.Model/Questing/EAction.cs
b/Questionable.Model/Questing/EAction.cs
index 27bcca1ffb89aa292d9f5c42caf0697c657e7da8..71549e6e61998b3d0b959a4a1c08e5582d101e34 100644
(file)
--- a/
Questionable.Model/Questing/EAction.cs
+++ b/
Questionable.Model/Questing/EAction.cs
@@
-36,6
+36,13
@@
public enum EAction
BlueGulal = 29384,
ElectrixFlux = 29718,
HopStep = 31116,
+ Ten = 2259,
+ Ninjutsu = 2260,
+ Chi = 2261,
+ Jin = 2263,
+ FumaShuriken = 2265,
+ Katon = 2266,
+ Raiton = 2267,
CollectMiner = 240,
ScourMiner = 22182,