The file "skill.txt" contains the skill roster for the game. Presumably (not yet confirmed) during startup, its data is loaded in order to create the skill database.
Therefore, only skills which are listed in this file will be available in the game; skills not listed here will be ignored, even if their data is otherwise complete!
This file is also used to create the skill ID numbers. Basically, skills are numbered according to their place in the list starting with 0 without the possibility for any further modification. Since you usually access the IDs via shorthands anyway, however, during the normal programming, you will not really need this information.
Basically, the relevant content of this file is a list of skill names, one name per line. In addition, you can add comments by adding a semicolon (';') to a line or starting a line with a semicolon. Everything AFTER a semicolon will be considered a comment and will be ignored.
The following conventions apply to the names:
* The names are identical with the file and directory names used in the Enemy directory. This is probably (unconfirmed) case sensitive, that is, capital letters usage must be identical.
* Names may not contain semicolons (';'), TABs, or SPACES. In fact, they can only contain 'a' - 'z', 'A' - 'Z', and '0' - '9'.
Besides the comments mentioned above, it seems to be possible to leave completely blank lines without any adverse effects.
The current release version of the game includes the following executed data in this file (the comments with the Japanese skill names are also included to add identification of the skills. Note that these comments are not executed code):
Punch ; パンチ PowerCharge ; 集気法 SuicidalTackle ; 捨て身タックル CutInAttack ; カットイン攻撃 HeatHand ; ヒートハンド HardFire ; ハードファイア SparkKnuckle ; スパークナックル Berserk ; ベルセルク Antidote ; アンチドート WaterGun ; ウォーターガン IceMissile ; アイスミサイル Cure ; キュア AcidRain ; アシッドレイン BirdSong ; バードソング WindDart ; ウインドダート IceJavelin ; アイスジャベリン DancingLeaf ; ダンシングリーフ Crack ; クラック EarthHeal ; アースヒール HeavySlow ; ヘビースロー LightBall ; ライトボール WhiteDrug ; ホワイトドラッグ SunShine ; サンシャイン StarLightHeal ; スターライトヒール ThunderBall ; サンダーボール Pain ; ペイン Suction ; サクション SoulFreeze ; ソウルフリーズ MegaSuction ; メガサクション MagicMissile ; マジックミサイル FirstAid ; ファーストエイド Teleport ; テレポート Extension ; エクステンション DarkBall ; ダークボール ShowLifeGauge ; ライフゲージ表示 Siraberu ; しらべる TeleportC ; テレポートC SingleShot ; シングルショット DoubleShot ; ダブルショット TripleShot ; トリプルショット HeadShot ; ヘッドショット HeartShot ; ハートショット FireBullet ; ファイアバレット IceBullet ; アイスバレット HolyBullet ; ホーリーバレット MachinegunJab ; マシンガンジャブ Bite ; かみつき SkyAttackA ; スカイアタックA BoneCrush ; 骨砕き SkullCrush ; 脳天割り Makituki ; まきつき MakitukiAll ; まきつき8 BearHug ; ベアハッグ AspirationSingle ; 吸引(単体) Aspiration ; 吸引(全体) AspirationSingle+ ; 吸引(拡大) Aspiration2 ; 吸引ver2 EntirelyAbsorbing ; 吸い尽くす BodyPress ; のしかかり PressCapture ; 押し倒し捕獲 Eat ; 食べる (TN: Vore) Marunomi ; まるのみ (TN: Vore) Invasion ; 体内侵入 Invasion2 ; 寄生 Devour ; 捕食 (TN: Vore) BioBite ; バイオかみつき PoisonTackle ; 体当たり(毒) TackleCombination ; 集中攻撃 BitesCombination ; 一斉攻撃(かみつき) CombinationBodyPress ; 集団のしかかり事件 BreastPressure ; ブレストプレッシャー CutInDevour ; カットインデバウアー QuickFreeze ; 急速冷凍 HundredNeedles ; 百裂針撃 PoisonNeedle ; 毒針 IceTouch ; アイスタッチ SlimeTouch ; 粘タッチ SweetBreath ; スウィートブレス HeatBleath ; 焼け付く息 PoisonMist ; 毒霧 Tuukaku ; 痛覚倍増 Pheromone ; フェロモン CurseSong ; カースソング SlimeSpread ; スライムスプレッド MagicDrainKiss ; マジックドレインキス MeltyKiss ; メルティキス NightmareKiss ; ナイトメアキス Dokueki ; 毒液 Infusion ; 注入 ToxinInjection ; トキシンインジェクション DownInjection ; ダウンインジェクション Hypnotize ; あやつる MagicDrainKissC ; マジックドレインキス(カットイン) Plasma ; プラズマ FlamePillar ; フレイムピラー FlameThrower ; かえんほうしゃ FreezeMist ; 氷霧 PetitStorm ; プチストーム GravitySlow ; グラビティスロウ NightmareImpact ; ナイトメアインパクト UltimateChaos ; アルティメットカオス Epidemic ; 流行病 VirusSpread ; 細菌散布 Slimeinfection ; 白血球異常反応 AntiGravity ; アンチグラビティ Sparkrod ; スパークロッドType1 Sparkrod2 ; スパークロッドType2 Megarock ; メガロック Deltahorse1 ; デルタホースType1 Deltahorse2 ; デルタホースType2 Bazsaw1 ; バズソーLv1 Bazsaw2 ; バズソーLv2 Bazsaw3 ; バズソーLv3 suppression ; 暴徒鎮圧 Guiltylance ; ギルティランス MagnetWall1 ; マグネットウォールType1 MagnetWall2 ; マグネットウォールType2 WormHoleSingle ; ワームホール(単体) WormHoleZone ; ワームホール(無差別) WormHoleParty ; ワームホール(パーティ) WholeAbsorption ; 全身吸収 ArmHold ; 触手拘束 Vacuum ; すいこむ (TN: Vore) SummonBeegirl ; 召喚(蜂少女) Ironmaiden ; 抱擁 SelfSplit ; 分裂 TripleCaptureAssault
Return to the StartData directory overview
Return to the main index