Skip to content

Commit

Permalink
Fix Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonyue0417 committed Apr 19, 2020
1 parent 4106fa9 commit 7b3c76b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions SmartHunter/Game/Config/LocalizationConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ public class LocalizationConfig
{ "LOC_STATUS_EFFECT_ELEMENTAL_RESISTANCE_DOWN", "Elemental Resistance Down" },
{ "LOC_STATUS_EFFECT_NO_ITEMS", "No Items" },
{ "LOC_STATUS_EFFECT_BLASTBLIGHT", "Blastblight" },
{ "LOC_STATUS_EFFECT_BLASTBSCOURGE", "Blastscourge" },
{ "LOC_STATUS_EFFECT_BLASTSCOURGE", "Blastscourge" },

// Buffs
{ "LOC_STATUS_EFFECT_DASH_JUICE", "Dash Juice" },
Expand All @@ -343,8 +343,8 @@ public class LocalizationConfig
{ "LOC_STATUS_EFFECT_HOT_DRINK", "Hot Drink" },
{ "LOC_STATUS_EFFECT_HEALTH_RECOVERY(HOT_SPRING)","Health Recovery (Hot Spring)"},
{ "LOC_STATUS_EFFECT_CLODPROOF(HOT_SPRING)","Clodproof (Hot Spring)"},
{ "LOC_STATUS_EFFECT_ATTACK_UP(GHOST_FRUIT)","Attack UP (Ghost Fruit)"},
{ "LOC_STATUS_EFFECT_ICEPROOF(ICEPROOF_GRASS)","Iceproof (Iceproof Grass)"},
{ "LOC_STATUS_EFFECT_ATTACK_UP(POWERCONE)","Attack UP (Powercone)"},
{ "LOC_STATUS_EFFECT_ICEPROOF(THAWPUFF)","Iceproof (Thawpuff)"},

{ "LOC_STATUS_EFFECT_PROTECTIVE_POLISH", "Protective Polish" },
{ "LOC_STATUS_EFFECT_AFFINITY_SLIDING", "Affinity Sliding" },
Expand Down
7 changes: 4 additions & 3 deletions SmartHunter/Game/Config/PlayerDataConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ private static string indexToHexStrNoOffset(int index)
new StatusEffectConfig("Debuff", "LOC_STATUS_EFFECT_ELEMENTAL_RESISTANCE_DOWN", (uint)StatusEffectConfig.MemorySource.Base, indexToHexStrNoOffset(389)),
new StatusEffectConfig("Debuff", "LOC_STATUS_EFFECT_NO_ITEMS", (uint)StatusEffectConfig.MemorySource.Base, indexToHexStrNoOffset(391)),
new StatusEffectConfig("Debuff", "LOC_STATUS_EFFECT_BLASTBLIGHT", (uint)StatusEffectConfig.MemorySource.Base, indexToHexStrNoOffset(392)),
new StatusEffectConfig("Debuff", "LOC_STATUS_EFFECT_BLASTBSCOURGE", (uint)StatusEffectConfig.MemorySource.Base, indexToHexStrNoOffset(399)),
//BLASTSCOURGE Always Display?
new StatusEffectConfig("Debuff", "LOC_STATUS_EFFECT_BLASTSCOURGE", (uint)StatusEffectConfig.MemorySource.Base, indexToHexStrNoOffset(399)),
new StatusEffectConfig("Buff", "LOC_STATUS_EFFECT_DASH_JUICE", (uint)StatusEffectConfig.MemorySource.Base, indexToHexStrNoOffset(420)),
new StatusEffectConfig("Buff", "LOC_STATUS_EFFECT_WIGGLY_LITCHI", (uint)StatusEffectConfig.MemorySource.Base, indexToHexStrNoOffset(421)),
new StatusEffectConfig("Buff", "LOC_STATUS_EFFECT_IMMUNIZER", (uint)StatusEffectConfig.MemorySource.Base, indexToHexStrNoOffset(422)),
Expand All @@ -136,8 +137,8 @@ private static string indexToHexStrNoOffset(int index)
new StatusEffectConfig("Buff", "LOC_STATUS_EFFECT_HOT_DRINK", (uint)StatusEffectConfig.MemorySource.Base, indexToHexStrNoOffset(444)),
new StatusEffectConfig("Buff", "LOC_STATUS_EFFECT_HEALTH_RECOVERY(HOT_SPRING)", (uint)StatusEffectConfig.MemorySource.Base, indexToHexStrNoOffset(446)),
new StatusEffectConfig("Buff", "LOC_STATUS_EFFECT_CLODPROOF(HOT_SPRING)", (uint)StatusEffectConfig.MemorySource.Base, indexToHexStrNoOffset(447)),
new StatusEffectConfig("Buff", "LOC_STATUS_EFFECT_ATTACK_UP(GHOST_FRUIT)", (uint)StatusEffectConfig.MemorySource.Base, indexToHexStrNoOffset(454)),
new StatusEffectConfig("Buff", "LOC_STATUS_EFFECT_ICEPROOF(ICEPROOF_GRASS)", (uint)StatusEffectConfig.MemorySource.Base, indexToHexStrNoOffset(455)),
new StatusEffectConfig("Buff", "LOC_STATUS_EFFECT_ATTACK_UP(POWERCONE)", (uint)StatusEffectConfig.MemorySource.Base, indexToHexStrNoOffset(454)),
new StatusEffectConfig("Buff", "LOC_STATUS_EFFECT_ICEPROOF(THAWPUFF)", (uint)StatusEffectConfig.MemorySource.Base, indexToHexStrNoOffset(455)),

new StatusEffectConfig("Buff", "LOC_STATUS_EFFECT_PROTECTIVE_POLISH", (uint)StatusEffectConfig.MemorySource.Base, indexToHexStrNoOffset(475)),
new StatusEffectConfig("Buff", "LOC_STATUS_EFFECT_AFFINITY_SLIDING", (uint)StatusEffectConfig.MemorySource.Base, indexToHexStrNoOffset(476)),
Expand Down
4 changes: 2 additions & 2 deletions SmartHunter/SmartHunter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<LangVersion>latest</LangVersion>
<AssemblyTitle>SmartHunter</AssemblyTitle>
<Deterministic>false</Deterministic>
<AssemblyVersion>2020.04.17.00</AssemblyVersion>
<FileVersion>2020.04.17.00</FileVersion>
<AssemblyVersion>2020.04.19.00</AssemblyVersion>
<FileVersion>2020.04.19.00</FileVersion>
<OutputPath>bin\$(Configuration)</OutputPath>
<UseWPF>true</UseWPF>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
Expand Down
Binary file modified SmartHunter/bin/Debug/SmartHunter.exe
Binary file not shown.

0 comments on commit 7b3c76b

Please sign in to comment.