forked from liza/Questionable
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
46b462dfb3 |
@ -6,8 +6,7 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"$schema": {
|
||||
"type": "string",
|
||||
"const": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json"
|
||||
"type": "string"
|
||||
},
|
||||
"Author": {
|
||||
"description": "Author of the quest sequence",
|
||||
@ -932,6 +931,7 @@
|
||||
"Physick",
|
||||
"Aspected Benefic",
|
||||
"Form Shift",
|
||||
"Fiery Breath",
|
||||
"Buffet (Sanuwa)",
|
||||
"Buffet (Griffin)",
|
||||
"Trample",
|
||||
|
@ -22,6 +22,7 @@ public sealed class ActionConverter() : EnumConverter<EAction>(Values)
|
||||
{ EAction.Physick, "Physick" },
|
||||
{ EAction.AspectedBenefic, "Aspected Benefic" },
|
||||
{ EAction.FormShift, "Form Shift" },
|
||||
{ EAction.FieryBreath, "Fiery Breath" },
|
||||
{ EAction.BuffetSanuwa, "Buffet (Sanuwa)" },
|
||||
{ EAction.BuffetGriffin, "Buffet (Griffin)" },
|
||||
{ EAction.Trample, "Trample" },
|
||||
|
@ -21,6 +21,7 @@ public enum EAction
|
||||
Physick = 190,
|
||||
AspectedBenefic = 3595,
|
||||
FormShift = 4262,
|
||||
FieryBreath = 1764,
|
||||
BuffetSanuwa = 4931,
|
||||
BuffetGriffin = 4583,
|
||||
Trample = 4585,
|
||||
@ -69,7 +70,8 @@ public static class EActionExtensions
|
||||
public static bool RequiresMount(this EAction action)
|
||||
{
|
||||
return action
|
||||
is EAction.BuffetSanuwa
|
||||
is EAction.FieryBreath
|
||||
or EAction.BuffetSanuwa
|
||||
or EAction.BuffetGriffin
|
||||
or EAction.Trample
|
||||
or EAction.Fumigate
|
||||
|
Loading…
Reference in New Issue
Block a user