summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/map-editor')
-rw-r--r--src/map-editor/src/Struct/HelpRequest.elm4
-rw-r--r--src/map-editor/src/View/MessageBoard/Help.elm6
-rw-r--r--src/map-editor/src/View/SubMenu/TileStatus.elm4
3 files changed, 7 insertions, 7 deletions
diff --git a/src/map-editor/src/Struct/HelpRequest.elm b/src/map-editor/src/Struct/HelpRequest.elm
index 5bfa96f..a8f8a20 100644
--- a/src/map-editor/src/Struct/HelpRequest.elm
+++ b/src/map-editor/src/Struct/HelpRequest.elm
@@ -1,7 +1,7 @@
module Struct.HelpRequest exposing (Type(..))
-- Battle ----------------------------------------------------------------------
-import Battle.Struct.Statistics
+import Battle.Struct.Attributes
import Battle.Struct.DamageType
--------------------------------------------------------------------------------
@@ -9,5 +9,5 @@ import Battle.Struct.DamageType
--------------------------------------------------------------------------------
type Type =
None
- | Statistic Battle.Struct.Statistics.Category
+ | Attribute Battle.Struct.Attributes.Category
| DamageType Battle.Struct.DamageType.Type
diff --git a/src/map-editor/src/View/MessageBoard/Help.elm b/src/map-editor/src/View/MessageBoard/Help.elm
index 49b5b99..e615b55 100644
--- a/src/map-editor/src/View/MessageBoard/Help.elm
+++ b/src/map-editor/src/View/MessageBoard/Help.elm
@@ -6,7 +6,7 @@ import Html.Attributes
-- Battle ----------------------------------------------------------------------
import Battle.View.Help.DamageType
-import Battle.View.Help.Statistic
+import Battle.View.Help.Attribute
-- Local Module ----------------------------------------------------------------
import Struct.Event
@@ -31,8 +31,8 @@ get_html model =
]
(
case model.help_request of
- (Struct.HelpRequest.Statistic stat_cat) ->
- (Battle.View.Help.Statistic.get_html_contents stat_cat)
+ (Struct.HelpRequest.Attribute att_cat) ->
+ (Battle.View.Help.Attribute.get_html_contents att_cat)
(Struct.HelpRequest.DamageType dmg_cat) ->
(Battle.View.Help.DamageType.get_html_contents dmg_cat)
diff --git a/src/map-editor/src/View/SubMenu/TileStatus.elm b/src/map-editor/src/View/SubMenu/TileStatus.elm
index bc278b0..0ef4590 100644
--- a/src/map-editor/src/View/SubMenu/TileStatus.elm
+++ b/src/map-editor/src/View/SubMenu/TileStatus.elm
@@ -153,9 +153,9 @@ get_omnimods omnimods =
(Html.Attributes.class "info-card-omnimods")
]
[
- (Html.text "Statistics Modifiers"),
+ (Html.text "Attributes Modifiers"),
(get_omnimods_listing
- (Battle.Struct.Omnimods.get_statistics_mods omnimods)
+ (Battle.Struct.Omnimods.get_attribute_mods omnimods)
),
(Html.text "Attack Modifiers"),
(get_omnimods_listing