-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ Added more log messages which depend on bonuses. + Log messages will now show the enemy's letter name. + Lowered some crafting requirements
- Loading branch information
1 parent
bbc418d
commit 16dd5d8
Showing
12 changed files
with
66 additions
and
21 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Branch$Stick$1 | ||
Dustblade$Short_Blade$7$No_bonus_effects$_$_$Unknown$_$_$_$Stained_Dust?8?none?0?none?0 | ||
Cold_Twill$Short_Bow$20$Slows_down_the_enemy_by_25_action_points$_$_$Unknown$_$_$_$Black_Wood?14?Stained_Dust?10?none?0 | ||
Comrade_Hammer$Large_Hammer$45$50%%%%_Chance_to_deal_a_total_amount_of$350%%%%_damage_of_its_own_base_damage$_$Unknown$_$_$_$Black_Wood?30?Francium?6?none?0 | ||
Dustblade$Short_Blade$7$No_bonus_effects$_$_$Unknown$_$_$_$Stained_Dust?7?none?0?none?0 | ||
Cold_Twill$Short_Bow$20$Slows_down_the_enemy_by_25_action_points$_$_$Unknown$_$_$_$Black_Wood?12?Stained_Dust?10?none?0 | ||
Comrade_Hammer$Large_Hammer$45$50%%%%_Chance_to_deal_a_total_amount_of$350%%%%_damage_of_its_own_base_damage$_$Unknown$_$_$_$Black_Wood?28?Francium?6?none?0 | ||
Stylefi$Long_Bow$60$Extra_10%%%%_Crit_Rate$_$_$Unknown$_$_$_$Black_Wood?45?Light_Resin?5?none?0 | ||
Flora_Thrower$Magic_Wand$75$60%%%%_Chance_to_Poison_a_single_enemy$dealing_26%%%%_of_your_base_damage_on$for_4_rounds$Unknown$_$_$_$Exalted_Nickel?30?Prism_Dust?20?Stained_Dust?60 | ||
Trident_of_Gawra$Trident$80$25%%%%_Chance_to_stun_a_single_enemy$skipping_their_next_round$_$Unknown$_$_$_$Stained_Dust?86?Prism_Dust?45?Double_Marble?30 | ||
Trident_of_Gawra$Trident$80$40%%%%_Chance_to_stun_a_single_enemy$skipping_their_next_round$_$Unknown$_$_$_$Stained_Dust?86?Prism_Dust?45?Double_Marble?30 | ||
Infernal_Blade$Greatsword$85$80%%%%_Chance_to_set_on_fire_an_enemy$dealing_20%%%%_of_your_base_damage_on$for_7_turns$Unknown$_$_$_$Reactive_Powder?100?Double_Marble?50?Exalted_Nickel?45 | ||
Ornate_Cobalt$Shield$200$Shares_an_extra_amount_of_20%%%%_of_your$dealt_damage_to_all_enemies$_$Unknown$_$_$_$Double_Marble?90?Francium?60?Palladium?20 | ||
Brainleader$Magic_Ball$250$An_extra_amount_of_9750_damage_is_dealt$to_ALL_enemies_on_every_player_turn$Debuff:_Lose_99%%%%_HP_every_time_you_act$Unknown$_$_$_$Prism_Dust?1250?Palladium?650?Eternal_Ethereal?4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
SET VERCODE=0393 | ||
SET VERS=v0.3.93 | ||
SET VERCODE=0399 | ||
SET VERS=v0.3.99 | ||
SET VERTYPE=INDEV | ||
SET VERCODE.AUDIO_MANAGER=0960 | ||
EXIT /B 0 |