Advertisement
IkeaPone

Alternate equipment system

Jun 23rd, 2014
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. --WIP Weapons
  2. Weight, Two-handed grip gives STR*1.5
  3. Light - 1d4, 4 str req., <0.5kg
  4. Medium - 1d6, 8 str req., 0.5 to 1kg
  5. Heavy - 1d8, 16 str req., 1 to 2kg
  6. Massive - 1d10, 32 str req., 2 to 4kg
  7. Etc. 1d(2x+2), 2^(x+1), 2^((x-1)/2) to 2^(x/2)
  8.  
  9. Ranged
  10. Throwing - Base range is STR Req.
  11. Launcher - Base range is STR Req*5.
  12.  
  13. Melee
  14. Grip - Baseline
  15. Haft - +1 dmg category when used as lever (indicated by parenthesis)
  16. Pole - +2 dmg category when used as lever (indicated by parenthesis), Reach
  17.  
  18. Damage
  19. Edge - Slashing
  20. Blunt - Bludgeoning, best against armour
  21. Spike - Piercing, better against armour
  22. Hook - Weaker Piercing/Slashing, Improved Trip
  23.  
  24. (Special)
  25. Whip Slashing, -2 dmg cat., Trip
  26.  
  27. Examples
  28. Halberd == Heavy Pole (Edge+Hook)+Spike
  29. Mace == Medium Haft (Blunt)
  30. Sword == Medium Haft (Edge)
  31. Axe == Medium Haft (Edge)
  32. Axe, with pick on reverse == Medium Haft (Edge+Spike)
  33. Dagger == Light Grip (Edge)
  34.  
  35.  
  36. \\Very Unfinished Armour
  37. Type
  38. Flexible 1x dmg reduction
  39. Hybrid 2x dmg reduction, +1x Mobility Penalty
  40. Stiff 3x dmg reduction, +2x Mobility Penalty
  41.  
  42. Thickness
  43. Thin 1x dmg reduction, 1x Weight
  44. Medium 2x dmg reduction, 2x Weight
  45. Thick 3x dmg reduction, 4x Weight
  46. Massive 4x dmg reduction, 8x Weight
  47. Etc. x*dmg reduction, 2^x * weight
  48.  
  49. Material
  50. Leather +1 dmg reduction, Weight 4
  51. Metal +2 dmg reduction, Weight 12
  52.  
  53. Special
  54. Fitted 0.5x Mobility Penalty
  55. Perfect Fit 0x Mobility Penalty from Type
  56.  
  57. Mobility Penalty
  58. 2 * Weight / BL
  59.  
  60. Examples
  61. Plate == Stiff Metal, Fitted
  62. Laminar == Stiff Metal
  63. Splint == Hybrid Metal
  64. Scale == Hybrid Metal
  65. Mail == Flexible Metal
  66. Mail shirt == Flexible Metal
  67. Cuir Bouilli == Stiff Leather
  68. Leather == Flexible Leather
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement