[Crossfire-wiki] [Crossfire DokuWiki] page changed: user:saru:new_ideas

no-reply_wiki at metalforge.org no-reply_wiki at metalforge.org
Mon Sep 8 11:34:25 CDT 2014


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2014/09/08 11:34
User        : saru
Edit Summary: 

@@ -1,5 +1,61 @@
  ====== New ideas that could be put into crossfire ======
+ This is roughly in the order of importance as I see it.
+ 
+ ===== partial attack type damage =====
+ Whilst a great improvement was made with the inclusion of partial resistances allowing for fine tuning of balance to items such as small negative resistances added to balance out wholly awesome items or gods. Currently attack_types are somehwat //all or nothing// when added as a damage source. For example, when the fire attack_type is added to a standard weapon with damage 10 now attacks with physical and fire damage of 10. This poses a massive problem for balancing as elemental attacks are either not available, which makes characters simply unable to fight certain monsters with immunity, or, huge damage can be dealt across the board with the right attack types (e.g. weapon magic).
+ 
+ Whilst partial resistances can be used to offset the later, items, spells and gods that grant particular attack_types may become overly popular.
+ 
+ In some cases, attack_types have been hard coded to do a percentage of the total damage to avoid being over powered. For example the Death attack type only does a fraction of total damage to make for its ability to kill any monster in one shot if its level is much lower than the attacker. Whilst this fixes Death instantly becoming the best attack_type it also limits the potential for developers to utilise it fully.
+ 
+ This is even more problematic for attack_types with effects such as depletion or drain which have resulted in either partial protection resulting in a character still realistically being unable to fight a monster, or immunity, which removes the entire mechanic from that characters threats.
+ 
+ ==== partial damage ====
+ The first method is to enable any attack_type to have a percentage modifier added so that it only does a partial amount of damage from the the source. For example a long sword of burning might have the same properties as a normal longsword except also do 20% of damage as fire.
+ 
+ ==== chance to do damage ====
+ The second method is to do the total amount of damage but a fraction of the time, so in the above example the attacktype3PD now represents 1 in 5 shots landing with 100% damage. 
+ 
+ ==== possible implementation as a flag ====
+ the .arc might look something like:
+ 
+   nrof 1
+   name long sword of burning
+   last_sp 8
+   type 15
+   face sword_2.111
+   material 2
+   dam 8
+   weight 14500
+   value 45
+   attacktype 4
+   attacktype1PD 1
+   attacktype3PD 0.20
+   weapontype 1
+   name_pl long swords
+   client_type 101
+   body_arm -1
+   skill one handed weapons
+ 
+ ==== each attack_type has unique damage ====
+ THe third approach is to add specific damages to a weapon for each attack_type so:
+ 
+   attacktype 1
+   dam 8
+   attacktype 3
+   dam 2
+ 
+ ==== attack_type rebalance ====
+ For attack types that only have effects and don't add damage, a gradient of effect could be employed:
+   * Paralyse to stop movement but still enable abilities, perhaps integrate into slow
+   * Confuse to affect single aspects of a player rather than everything, e.g. first interfere with movement, then casting, then attacking
+   * Blinding to slowly reduce vision, or for vision to return progressively
+   * Drain to start by only temporarily removing experience
+   * depletion by limiting monsters to depleting only particular stats (dementor takes away INT, POW, WIS.. Grim reaper depletes CON only.. etc)
+   * Acid can be repaired with varying degress of success based on the amount of destruction.. perhaps even a weapon durability system?
+ 
+ by using partial damage, better fine tuning of the power of effects could be given. For example a weapon that only paralyses 20% of the time.
  
  ===== Variety to classes =====
  The current classes in crossfire end up resulting in the same character with the exception of monks due to little restriction in what a player can do after the early levels (skill objects and scrolls etc). I would like to add lasting variation differences between classes such as adding unique skills to each character that set it apart in a particular area of the game. The classes can be summarised based on the summary text included in the game available [[mechanics|here]]. It could be argued that the most interesting characters are actually race selections and in particular the Dragon race provides a very unique experience for players. Having a similar approach to classes might add diversity and challenge to the characters selection and add interest in players choosing new characters after successfully leveling up and beating key maps with previous characters.These classes could be represented on a venn diagram like this:
  


IP-Address  : 59.167.121.117
Old Revision: http://wiki.metalforge.net/doku.php/user:saru:new_ideas?rev=1410169981
New Revision: http://wiki.metalforge.net/doku.php/user:saru:new_ideas

-- 
This mail was generated by DokuWiki at
http://wiki.metalforge.net/



More information about the crossfire-wiki mailing list