Advertisement
Chronos_Ouroboros

chc-shop Code

Jul 26th, 2015
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. #define MaxWeapons 1
  2. str WeaponInfo [MaxWeapons] [4] {
  3. {
  4. "$PEESTOL", // Name
  5. "PISTOLICON", // Icon
  6. "PISTOLICON2", // Bought icon
  7. "$PEESTOLDESC", // Description
  8. "$AMMOTYPE9MM", // Ammo type
  9. "$PEESTOLROF", // Rate of fire
  10. "$PEESTOLDMG", // Damage
  11. "$PEESTOLAE", // Ammo efficiency
  12. }
  13. }
  14.  
  15. // LANGUAGE lump
  16. AMMOTYPE9MM = "9mm parabellum";
  17.  
  18. PEESTOL = "Peestol";
  19. PEESTOLDESC = "A shitty pistol.\n\nUpgrade: Makes it even shittier";
  20. PEESTOLROF = "0.5 RPM";
  21. PEESTOLDMG = "1 HP";
  22. PEESTOLAE = "Goes through bullets like an alcoholic goes through booze.";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement