| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: 2025年9月2日
|
| | | // [ Date ]: 2025年9月12日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public int[][] DamageDivide;
|
| | | public int BulletEffectId;
|
| | | public int BulletPath;
|
| | | public float BulletFlyTime;
|
| | | public float BulletFlySpeed;
|
| | | public int Scattering;
|
| | | public int ExplosionEffectId;
|
| | | public int ExplosionEffect2;
|
| | |
| | | public int EffectId;
|
| | | public int EffectId2;
|
| | | public int MStartEffectId;
|
| | | public int BuffEffect;
|
| | | public int TriggerEffect;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | |
| | |
|
| | | int.TryParse(tables[29],out BulletPath);
|
| | |
|
| | | float.TryParse(tables[30],out BulletFlyTime); |
| | | float.TryParse(tables[30],out BulletFlySpeed); |
| | |
|
| | | int.TryParse(tables[31],out Scattering);
|
| | |
|
| | |
| | |
|
| | | int.TryParse(tables[37],out MStartEffectId);
|
| | |
|
| | | int.TryParse(tables[38],out TriggerEffect); |
| | | int.TryParse(tables[38],out BuffEffect); |
| | |
|
| | | int.TryParse(tables[39],out TriggerEffect); |
| | | }
|
| | | catch (Exception exception)
|
| | | {
|