123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- [
- {
- "id": 20101001,
- "prefab": "d3d/monsters/guai_0101",
- "moveSpeed": 1,
- "moveAnimation": "Walk",
- "moveAnimationSpeed": 1,
- "attackAnimation": "Attack",
- "attackAnimationSpeed": 1,
- "damageAnimation": "Damage",
- "damageAnimationSpeed": 1,
- "dieAnimation": "Die",
- "dieAnimationSpeed": 1,
- "attackAnimationEvents": [
- {
- "frame": 0.6,
- "func": "AttackDamageFrame"
- }
- ],
- "scale": [
- {
- "x": 1,
- "y": 1,
- "z": 1
- }
- ]
- },
- {
- "id": 20101002,
- "prefab": "d3d/monsters/guai_0101",
- "moveSpeed": 2,
- "moveAnimation": "Walk",
- "moveAnimationSpeed": 2,
- "attackAnimation": "Attack",
- "attackAnimationSpeed": 1.5,
- "damageAnimation": "Damage",
- "damageAnimationSpeed": 1,
- "dieAnimation": "Die",
- "dieAnimationSpeed": 1,
- "attackAnimationEvents": [
- {
- "frame": 0.3,
- "func": "AttackDamageFrame"
- }
- ],
- "scale": [
- {
- "x": 0.7,
- "y": 0.7,
- "z": 0.7
- }
- ]
- },
- {
- "id": 20101003,
- "prefab": "d3d/monsters/guai_0101",
- "moveSpeed": 0.6,
- "moveAnimation": "Walk",
- "moveAnimationSpeed": 0.6,
- "attackAnimation": "Attack",
- "attackAnimationSpeed": 0.6,
- "damageAnimation": "Damage",
- "damageAnimationSpeed": 1,
- "dieAnimation": "Die",
- "dieAnimationSpeed": 1,
- "attackAnimationEvents": [
- {
- "frame": 0.8,
- "func": "AttackDamageFrame"
- }
- ],
- "scale": [
- {
- "x": 1.5,
- "y": 1.5,
- "z": 1.5
- }
- ]
- },
- {
- "id": 20401001,
- "prefab": "d3d/monsters/guai_0401",
- "moveSpeed": 1,
- "moveAnimation": "Walk",
- "moveAnimationSpeed": 1,
- "attackAnimation": "Attack",
- "attackAnimationSpeed": 1,
- "damageAnimation": "Damage",
- "damageAnimationSpeed": 1,
- "dieAnimation": "Die",
- "dieAnimationSpeed": 1,
- "attackAnimationEvents": [
- {
- "frame": 0.6,
- "func": "AttackDamageFrame"
- }
- ],
- "scale": [
- {
- "x": 1,
- "y": 1,
- "z": 1
- }
- ]
- },
- {
- "id": 20401002,
- "prefab": "d3d/monsters/guai_0401",
- "moveSpeed": 0.5,
- "moveAnimation": "Walk",
- "moveAnimationSpeed": 0.5,
- "attackAnimation": "Attack",
- "attackAnimationSpeed": 0.5,
- "damageAnimation": "Damage",
- "damageAnimationSpeed": 1,
- "dieAnimation": "Die",
- "dieAnimationSpeed": 1,
- "attackAnimationEvents": [
- {
- "frame": 0.9,
- "func": "AttackDamageFrame"
- }
- ],
- "scale": [
- {
- "x": 2,
- "y": 2,
- "z": 2
- }
- ]
- }
- ]
|