Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. Rata_Gigante:
  2. Type: SILVERFISH
  3. Display: "Rata Gigante"
  4. Health: 12
  5. Damage: 8
  6. Armor: 4
  7. Faction: Wild
  8. Modules:
  9. ThreatTable: true
  10. ImmunityTable: true
  11. Options:
  12. FollowRange: 20
  13. PreventOtherDrops: true
  14. NoDamageTicks: 8
  15. AlwaysShowName: true
  16. Collidable: true
  17. MaxCombatDistance: 80
  18. PreventItemPickup: true
  19. Despawn: false
  20. Movement Speed: 0.40
  21. AttackSpeed: 2.7
  22. AIGoalSelectors:
  23. - 0 clear
  24. - 1 meleeattack
  25. - 2 lookatplayers
  26. - 3 randomstroll
  27. AITargetSelectors:
  28. - 0 clear
  29. - 1 players
  30. - 2 otherFaction
  31. KillMessages:
  32. - '<target.name> fue mordido hasta la muerte por una Rata Gigante'
  33. Skills:
  34. - skill{s=ratas} @target ~onDamaged
  35.  
  36. ------------------------------------------------------------
  37. Rata:
  38. Type: SILVERFISH
  39. Display: "Rata"
  40. Health: 4
  41. Damage: 5
  42. Armor: 0
  43. Faction: Wild
  44. Modules:
  45. ThreatTable: true
  46. ImmunityTable: true
  47. Options:
  48. FollowRange: 10
  49. PreventOtherDrops: true
  50. NoDamageTicks: 8
  51. AlwaysShowName: true
  52. Collidable: true
  53. MaxCombatDistance: 60
  54. PreventItemPickup: true
  55. Despawn: false
  56. Movement Speed: 0.70
  57. PreventBlockInfection: false
  58. AttackSpeed: 3.0
  59. AIGoalSelectors:
  60. - 0 clear
  61. - 1 gotoparent
  62. - 2 meleeattack
  63. - 3 lookatplayers
  64. - 4 randomstroll
  65. AITargetSelectors:
  66. - 0 clear
  67. - 1 players
  68. - 2 otherFaction
  69. KillMessages:
  70. - '<target.name> fue mordido hasta la muerte por una Rata'
  71. ------------------------------------------------------------------
  72. ratas:
  73. Cooldown: 30
  74. Conditions:
  75. - hasparent{Rata_Gigante} true
  76. Skills:
  77. - sound{s=entity.generic.eat;repeat=3;repeatInterval=4} @target
  78. - summon{type=Rata;amount=5;radius=1;os=true} @target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement