User Tools

Site Tools


pages:games:flare

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pages:games:flare [2022/11/03 22:00] – [Flare] mischerhpages:games:flare [2022/11/04 10:40] (current) mischerh
Line 1: Line 1:
 {{tag>flare game}} {{tag>flare game}}
-a+
 ====== Flare ====== ====== Flare ======
   * https://flarerpg.org/2012/12/17/20121217/   * https://flarerpg.org/2012/12/17/20121217/
   * https://flarerpg.org/faq/#empyrean-animal-figs   * https://flarerpg.org/faq/#empyrean-animal-figs
 +  * https://retromaggedon.com/index.php/flare-empyrean-campaign-pc-strategy-guide/
  
   * Trader:   * Trader:
Line 65: Line 66:
  
 From "sets.txt": From "sets.txt":
 +<code>
 "[set] "[set]
 id=4 id=4
Line 80: Line 81:
 bonus=7,lightning_resist,40 bonus=7,lightning_resist,40
 bonus=7,dark_resist,40" bonus=7,dark_resist,40"
 +</code>
    
  
 From "level_16_unique.txt": From "level_16_unique.txt":
 +<code>
 "# Stronghold #1 "# Stronghold #1
 [item] [item]
Line 192: Line 193:
 bonus=dmg_ment_min,30 bonus=dmg_ment_min,30
 bonus=dmg_ment_max,30" bonus=dmg_ment_max,30"
 +</code>
  
 It looks good? It looks good?
  
   * https://opengameart.org/forumtopic/boss-drops-in-flare-empyrean-campaign   * https://opengameart.org/forumtopic/boss-drops-in-flare-empyrean-campaign
-  * https://github.com/flareteam/flare-engine/wiki/Developer-Console+  * https://opengameart.org/forumtopic/is-there-any-way-to-reset-character-points-eg-physical-mental-etc 
 +    * https://github.com/flareteam/flare-engine/wiki/Developer-Console
     * You can do this with the Developer Console. Open it and enter: exec respec=stats     * You can do this with the Developer Console. Open it and enter: exec respec=stats
 +    * Note: You can also use "powers" and "xp" in place of "stats" with respec.
 +  * You don't need 30 in each stat to equip a full set. The only thing you can't do is use all three weapons. Here's a breakdown:
 +    * The player can have a total of 104 stat points (5 per level * 20 levels, plus 1 point for each stat)
 +    * The most Defense required is 28, which leaves 76 points
 +    * The armor requires Physical/Mental/Offense of 14/15/16 respectivly, so subtract 45. That leaves 31 points.
 +    * Each weapon requires 30 points in one of Physical/Mental/Offense, but the player is only intended to use one of these based on their build.
 +    * On top of the armor requirements, the most points needed here would be 16 (30-14), so we subtract that. This leaves 15 points (3 levels) of wiggle room.
 +
 +
 +  * https://github.com/clintbellanger/flare-game/blob/master/mods/empyrean_campaign/items/sets.txt
 +  * https://github.com/clintbellanger/flare-game/blob/master/mods/empyrean_campaign/items/items.txt
 +<code> 
 +# developer items
 +[item]
 +id=2000
 +name=DEV Boots
 +INCLUDE items/base/armor/magic_boots.txt
 +quality=unique
 +bonus=stealth,100
 +power=500
 +power_desc=Use: Teleport to target position.
 +
 +[item]
 +id=2001
 +name=DEV Invisibility Boots
 +INCLUDE items/base/armor/magic_boots.txt
 +quality=unique
 +bonus=stealth,100
 +power=501
 +power_desc=Use: Turn Invisible
 +</code>
 +  * https://github.com/clintbellanger/flare-game/blob/master/mods/empyrean_campaign/items/categories/level_8_unique.txt
 +  * https://github.com/clintbellanger/flare-game/tree/master/mods/empyrean_campaign/items/categories
pages/games/flare.1667512858.txt.gz · Last modified: 2022/11/03 22:00 by mischerh