Advertisement
Guest User

Untitled

a guest
Aug 11th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 17.23 KB | None | 0 0
  1. # Veronian Alien MOD by Pimpmust / Leflair # Version 1.0
  2. items:
  3.   - type: STR_VERONIAN_CORPSE
  4.     size: 0.4
  5.     costSell: 20000
  6.     weight: 20
  7.     bigSprite: 107
  8.     floorSprite: 107
  9.     invWidth: 2
  10.     invHeight: 3
  11.     recoveryPoints: 5
  12.     battleType: 11
  13.     armor: 26
  14.   - type: STR_VERONIAN_SOLDIER
  15.     size: 0.0
  16.     recover: true
  17.     liveAlien: true
  18.     costSell: 40000
  19.   - type: STR_VERONIAN_ENGINEER
  20.     size: 0.0
  21.     recover: true
  22.     liveAlien: true
  23.     costSell: 60000
  24.   - type: STR_VERONIAN_MEDIC
  25.     size: 0.0
  26.     recover: true
  27.     liveAlien: true
  28.     costSell: 60000
  29.   - type: STR_VERONIAN_NAVIGATOR
  30.     size: 0.0
  31.     recover: true
  32.     liveAlien: true
  33.     costSell: 60000
  34.   - type: STR_VERONIAN_LEADER
  35.     size: 0.0
  36.     recover: true
  37.     liveAlien: true
  38.     costSell: 60000
  39.   - type: STR_VERONIAN_COMMANDER
  40.     size: 0.0
  41.     recover: true
  42.     liveAlien: true
  43.     costSell: 60000
  44. armors:
  45.   - type: VERONIAN_ARMOR0
  46.     spriteSheet: VERONIAN.PCK
  47.     corpseBattle:
  48.      - STR_VERONIAN_CORPSE
  49.     frontArmor: 30
  50.     sideArmor: 15
  51.     rearArmor: 5
  52.     underArmor: 50
  53.     drawingRoutine: 10
  54.     damageModifier:
  55.      - 1.0
  56.       - 0.8
  57.       - 0.2
  58.       - 0.6
  59.       - 0.3
  60.       - 0.8
  61.       - 1.0
  62.       - 1.0
  63.       - 1.0
  64.       - 0.0
  65.     loftempsSet: [ 3 ]
  66.   - type: VERONIAN_ARMOR1
  67.     spriteSheet: VERONIAN.PCK
  68.     corpseBattle:
  69.      - STR_VERONIAN_CORPSE
  70.     frontArmor: 40
  71.     sideArmor: 20
  72.     rearArmor: 10
  73.     underArmor: 60
  74.     drawingRoutine: 10
  75.     damageModifier:
  76.      - 0.9
  77.       - 0.8
  78.       - 0.1
  79.       - 0.5
  80.       - 0.2
  81.       - 0.7
  82.       - 1.0
  83.       - 1.0
  84.       - 1.0
  85.       - 0.0
  86.     loftempsSet: [ 3 ]
  87.   - type: VERONIAN_ARMOR2
  88.     spriteSheet: VERONIAN.PCK
  89.     corpseBattle:
  90.      - STR_VERONIAN_CORPSE
  91.     frontArmor: 75
  92.     sideArmor: 55
  93.     rearArmor: 65
  94.     underArmor: 45
  95.     drawingRoutine: 10
  96.     damageModifier:
  97.      - 0.8
  98.       - 0.7
  99.       - 0.1
  100.       - 0.5
  101.       - 0.1
  102.       - 0.6
  103.       - 1.0
  104.       - 1.0
  105.       - 1.0
  106.       - 0.0
  107.     loftempsSet: [ 3 ]
  108. units:
  109.   - type: STR_VERONIAN_SOLDIER
  110.     race: STR_VERONIAN
  111.     rank: STR_LIVE_SOLDIER
  112.     stats:
  113.       tu: 70
  114.       stamina: 100
  115.       health: 70
  116.       bravery: 100
  117.       reactions: 75
  118.       firing: 40
  119.       throwing: 10
  120.       strength: 65
  121.       psiStrength: 80
  122.       psiSkill: 0
  123.       melee: 15
  124.     armor: VERONIAN_ARMOR0
  125.     standHeight: 19
  126.     kneelHeight: 15
  127.     value: 16
  128.     deathSound: 10
  129.     intelligence: 5
  130.     aggression: 1
  131.     energyRecovery: 50
  132.   - type: STR_VERONIAN_ENGINEER
  133.     race: STR_VERONIAN
  134.     rank: STR_LIVE_ENGINEER
  135.     stats:
  136.       tu: 80
  137.       stamina: 100
  138.       health: 80
  139.       bravery: 100
  140.       reactions: 80
  141.       firing: 45
  142.       throwing: 20
  143.       strength: 70
  144.       psiStrength: 90
  145.       psiSkill: 0
  146.       melee: 10
  147.     armor: VERONIAN_ARMOR0
  148.     standHeight: 19
  149.     kneelHeight: 15
  150.     value: 18
  151.     deathSound: 10
  152.     intelligence: 6
  153.     aggression: 2
  154.     energyRecovery: 50
  155.   - type: STR_VERONIAN_NAVIGATOR
  156.     race: STR_VERONIAN
  157.     rank: STR_LIVE_NAVIGATOR
  158.     stats:
  159.       tu: 80
  160.       stamina: 100
  161.       health: 75
  162.       bravery: 100
  163.       reactions: 70
  164.       firing: 40
  165.       throwing: 10
  166.       strength: 70
  167.       psiStrength: 90
  168.       psiSkill: 0
  169.       melee: 10
  170.     armor: VERONIAN_ARMOR0
  171.     standHeight: 19
  172.     kneelHeight: 15
  173.     value: 20
  174.     deathSound: 10
  175.     intelligence: 8
  176.     aggression: 2
  177.     energyRecovery: 40
  178.   - type: STR_VERONIAN_MEDIC
  179.     race: STR_VERONIAN
  180.     rank: STR_LIVE_MEDIC
  181.     stats:
  182.       tu: 75
  183.       stamina: 100
  184.       health: 70
  185.       bravery: 120
  186.       reactions: 70
  187.       firing: 40
  188.       throwing: 10
  189.       strength: 60
  190.       psiStrength: 85
  191.       psiSkill: 0
  192.       melee: 15
  193.     armor: VERONIAN_ARMOR0
  194.     standHeight: 19
  195.     kneelHeight: 15
  196.     value: 22
  197.     deathSound: 10
  198.     intelligence: 6
  199.     aggression: 1
  200.     energyRecovery: 60
  201.   - type: STR_VERONIAN_LEADER
  202.     race: STR_VERONIAN
  203.     rank: STR_LIVE_LEADER
  204.     stats:
  205.       tu: 90
  206.       stamina: 100
  207.       health: 90
  208.       bravery: 120
  209.       reactions: 90
  210.       firing: 55
  211.       throwing: 20
  212.       strength: 80
  213.       psiStrength: 100
  214.       psiSkill: 0
  215.       melee: 20
  216.     armor: VERONIAN_ARMOR1
  217.     standHeight: 19
  218.     kneelHeight: 15
  219.     value: 26
  220.     deathSound: 10
  221.     intelligence: 7
  222.     aggression: 1
  223.     energyRecovery: 60
  224.   - type: STR_VERONIAN_COMMANDER
  225.     race: STR_VERONIAN
  226.     rank: STR_LIVE_COMMANDER
  227.     stats:
  228.       tu: 100
  229.       stamina: 120
  230.       health: 100
  231.       bravery: 120
  232.       reactions: 90
  233.       firing: 65
  234.       throwing: 25
  235.       strength: 90
  236.       psiStrength: 120
  237.       psiSkill: 0
  238.       melee: 30
  239.     armor: VERONIAN_ARMOR2
  240.     standHeight: 19
  241.     kneelHeight: 15
  242.     value: 30
  243.     deathSound: 10
  244.     intelligence: 8
  245.     aggression: 1
  246.     energyRecovery: 40
  247. alienRaces:
  248.   - id: STR_VERONIAN
  249.     members:
  250.      - STR_VERONIAN_COMMANDER
  251.       - STR_VERONIAN_LEADER
  252.       - STR_VERONIAN_ENGINEER
  253.       - STR_VERONIAN_MEDIC
  254.       - STR_VERONIAN_NAVIGATOR
  255.       - STR_VERONIAN_SOLDIER
  256.       - STR_VERONIAN_SOLDIER
  257.       - STR_VERONIAN_SOLDIER
  258. research:
  259.   - name: STR_ALIEN_ORIGINS
  260.     cost: 300
  261.     points: 60
  262.     dependencies:
  263.      - STR_SECTOID_COMMANDER
  264.       - STR_SECTOID_LEADER
  265.       - STR_SECTOID_ENGINEER
  266.       - STR_SECTOID_MEDIC
  267.       - STR_SECTOID_NAVIGATOR
  268.       - STR_SECTOID_SOLDIER
  269.       - STR_CYBERDISC_TERRORIST
  270.       - STR_SNAKEMAN_COMMANDER
  271.       - STR_SNAKEMAN_LEADER
  272.       - STR_SNAKEMAN_ENGINEER
  273.       - STR_SNAKEMAN_NAVIGATOR
  274.       - STR_SNAKEMAN_SOLDIER
  275.       - STR_CHRYSSALID_TERRORIST
  276.       - STR_ETHEREAL_COMMANDER
  277.       - STR_ETHEREAL_LEADER
  278.       - STR_ETHEREAL_SOLDIER
  279.       - STR_SECTOPOD_TERRORIST
  280.       - STR_MUTON_ENGINEER
  281.       - STR_MUTON_NAVIGATOR
  282.       - STR_MUTON_SOLDIER
  283.       - STR_SILACOID_TERRORIST
  284.       - STR_CELATID_TERRORIST
  285.       - STR_FLOATER_COMMANDER
  286.       - STR_FLOATER_LEADER
  287.       - STR_FLOATER_ENGINEER
  288.       - STR_FLOATER_MEDIC
  289.       - STR_FLOATER_NAVIGATOR
  290.       - STR_FLOATER_SOLDIER
  291.       - STR_REAPER_TERRORIST
  292.       - STR_VERONIAN_COMMANDER
  293.       - STR_VERONIAN_LEADER
  294.       - STR_VERONIAN_ENGINEER
  295.       - STR_VERONIAN_MEDIC
  296.       - STR_VERONIAN_NAVIGATOR
  297.       - STR_VERONIAN_SOLDIER
  298.   - name: STR_CYDONIA_DEP
  299.     cost: 0
  300.     points: 0
  301.     unlocks:
  302.      - STR_CYDONIA_OR_BUST
  303.     requires:
  304.      - STR_THE_MARTIAN_SOLUTION    
  305.     dependencies:
  306.      - STR_SECTOID_COMMANDER
  307.       - STR_SNAKEMAN_COMMANDER
  308.       - STR_ETHEREAL_COMMANDER
  309.       - STR_FLOATER_COMMANDER
  310.       - STR_VERONIAN_COMMANDER
  311.   - name: STR_HYPER_WAVE_DECODER
  312.     cost: 670
  313.     points: 25
  314.     dependencies:
  315.      - STR_FLOATER_NAVIGATOR
  316.       - STR_SNAKEMAN_NAVIGATOR
  317.       - STR_MUTON_NAVIGATOR
  318.       - STR_SECTOID_NAVIGATOR
  319.       - STR_VERONIAN_NAVIGATOR
  320.   - name: STR_LEADER_PLUS
  321.     cost: 0
  322.     requires:
  323.      - STR_ALIEN_ORIGINS
  324.     dependencies:
  325.      - STR_SECTOID_COMMANDER
  326.       - STR_SECTOID_LEADER
  327.       - STR_SNAKEMAN_COMMANDER
  328.       - STR_SNAKEMAN_LEADER
  329.       - STR_ETHEREAL_COMMANDER
  330.       - STR_ETHEREAL_LEADER
  331.       - STR_FLOATER_COMMANDER
  332.       - STR_FLOATER_LEADER
  333.       - STR_VERONIAN_COMMANDER
  334.       - STR_VERONIAN_LEADER
  335.   - name: STR_VERONIAN_CORPSE
  336.     cost: 180
  337.     points: 50
  338.     lookup: STR_VERONIAN_AUTOPSY
  339.     needItem: true
  340.   - name: STR_VERONIAN_SOLDIER
  341.     cost: 192
  342.     points: 50
  343.     lookup: STR_VERONIAN
  344.     needItem: true
  345.     unlocks:
  346.      - STR_ALIEN_ORIGINS
  347.   - name: STR_VERONIAN_NAVIGATOR
  348.     cost: 192
  349.     points: 50
  350.     lookup: STR_VERONIAN
  351.     needItem: true
  352.     unlocks:
  353.      - STR_ALIEN_ORIGINS
  354.       - STR_HYPER_WAVE_DECODER
  355.     getOneFree:
  356.      - STR_ALIEN_RESEARCH
  357.       - STR_ALIEN_HARVEST
  358.       - STR_ALIEN_ABDUCTION
  359.       - STR_ALIEN_INFILTRATION
  360.       - STR_ALIEN_BASE
  361.       - STR_ALIEN_TERROR
  362.       - STR_ALIEN_RETALIATION
  363.       - STR_ALIEN_SUPPLY
  364.   - name: STR_VERONIAN_MEDIC
  365.     cost: 192
  366.     points: 50
  367.     lookup: STR_VERONIAN
  368.     needItem: true
  369.     unlocks:
  370.      - STR_ALIEN_ORIGINS
  371.     getOneFree:
  372.      - STR_SECTOID
  373.       - STR_FLOATER
  374.       - STR_SNAKEMAN
  375.       - STR_MUTON
  376.       - STR_ETHEREAL
  377.       - STR_CHRYSSALID
  378.       - STR_SECTOPOD
  379.       - STR_CYBERDISC
  380.       - STR_SILACOID
  381.       - STR_CELATID
  382.       - STR_REAPER
  383.       - STR_SECTOID_CORPSE
  384.       - STR_SNAKEMAN_CORPSE
  385.       - STR_MUTON_CORPSE
  386.       - STR_ETHEREAL_CORPSE
  387.       - STR_FLOATER_CORPSE
  388.       - STR_CHRYSSALID_CORPSE
  389.       - STR_SECTOPOD_CORPSE
  390.       - STR_CYBERDISC_CORPSE
  391.       - STR_SILACOID_CORPSE
  392.       - STR_CELATID_CORPSE
  393.       - STR_REAPER_CORPSE
  394.   - name: STR_VERONIAN_LEADER
  395.     cost: 192
  396.     points: 50
  397.     lookup: STR_VERONIAN
  398.     unlocks:
  399.      - STR_LEADER_PLUS
  400.       - STR_ALIEN_ORIGINS
  401.     needItem: true
  402.   - name: STR_VERONIAN_ENGINEER
  403.     cost: 192
  404.     points: 50
  405.     lookup: STR_VERONIAN
  406.     needItem: true
  407.     unlocks:
  408.      - STR_ALIEN_ORIGINS
  409.     getOneFree:
  410.      - STR_SMALL_SCOUT
  411.       - STR_MEDIUM_SCOUT
  412.       - STR_LARGE_SCOUT
  413.       - STR_HARVESTER
  414.       - STR_ABDUCTOR
  415.       - STR_TERROR_SHIP
  416.       - STR_BATTLESHIP
  417.       - STR_SUPPLY_SHIP
  418.   - name: STR_VERONIAN_COMMANDER
  419.     cost: 192
  420.     points: 50
  421.     lookup: STR_VERONIAN
  422.     needItem: true
  423.     unlocks:
  424.      - STR_LEADER_PLUS
  425.       - STR_CYDONIA_DEP
  426.       - STR_ALIEN_ORIGINS
  427.   - name: STR_VERONIAN
  428.     cost: 0
  429.     points: 50
  430.     needItem: true
  431.   - name: STR_VERONIAN_AUTOPSY
  432.     cost: 0
  433.     points: 50
  434.     needItem: true
  435. ufopaedia:
  436.   - id: STR_VERONIAN
  437.     type_id: 7
  438.     section: STR_ALIEN_LIFE_FORMS
  439.     requires:
  440.      - STR_VERONIAN
  441.     image_id: UFOPAEDIA_IMG_VERONIAN
  442.     text: STR_VERONIAN_UFOPAEDIA
  443.     text_width: 158
  444.   - id: STR_VERONIAN_AUTOPSY
  445.     type_id: 7
  446.     section: STR_ALIEN_LIFE_FORMS
  447.     requires:
  448.      - STR_VERONIAN_CORPSE
  449.     image_id: UFOPAEDIA_IMG_VERONIAN_AUTOPSY
  450.     text: STR_VERONIAN_AUTOPSY_UFOPAEDIA
  451.     text_width: 158
  452. alienMissions:
  453.   - type: STR_ALIEN_RESEARCH
  454.     raceWeights:
  455.       0:
  456.           STR_VERONIAN: 0
  457.       1:
  458.           STR_VERONIAN: 0
  459.       3:
  460.           STR_VERONIAN: 10
  461.       5:
  462.           STR_VERONIAN: 20
  463.       7:
  464.           STR_VERONIAN: 30
  465.   - type: STR_ALIEN_INFILTRATION
  466.     raceWeights:
  467.       0:
  468.           STR_VERONIAN: 0
  469.       1:
  470.           STR_VERONIAN: 0
  471.       3:
  472.           STR_VERONIAN: 10
  473.       5:
  474.           STR_VERONIAN: 20
  475.       7:
  476.           STR_VERONIAN: 20
  477.   - type: STR_ALIEN_BASE
  478.     raceWeights:
  479.       0:
  480.           STR_VERONIAN: 0
  481.       1:
  482.           STR_VERONIAN: 0
  483.       3:
  484.           STR_VERONIAN: 10
  485.       5:
  486.           STR_VERONIAN: 20
  487.       7:
  488.           STR_VERONIAN: 20
  489.   - type: STR_ALIEN_TERROR
  490.     raceWeights:
  491.       0:
  492.           STR_VERONIAN: 0
  493.       1:
  494.           STR_VERONIAN: 0
  495.       3:
  496.           STR_VERONIAN: 10
  497.       5:
  498.           STR_VERONIAN: 20
  499.       7:
  500.           STR_VERONIAN: 30
  501. extraSprites:
  502.   - type: VERONIAN.PCK
  503.     width: 32
  504.     height: 40
  505.     files:
  506.       0: Resources/Veronian_alien/VERONIAN/
  507.   - type: inventory_VERONIAN
  508.     singleImage: true
  509.     files:
  510.       0: Resources/Veronian_alien/inventory_VERONIAN.gif
  511.   - type: BIGOBS.PCK
  512.     files:
  513.       107: Resources/Veronian_alien/bigobs_VERONIAN_CORPSE.gif
  514.   - type: FLOOROB.PCK
  515.     files:
  516.       107: Resources/Veronian_alien/floorob_VERONIAN_CORPSE.gif
  517.   - type: UFOPAEDIA_IMG_VERONIAN_AUTOPSY
  518.     singleImage: true
  519.     width: 320
  520.     height: 200
  521.     files:
  522.       0: Resources/Veronian_alien/ufopaedia_VERONIAN_AUTOPSY.gif
  523.   - type: UFOPAEDIA_IMG_VERONIAN
  524.     singleImage: true
  525.     width: 320
  526.     height: 200
  527.     files:
  528.       0: Resources/Veronian_alien/ufopaedia_VERONIAN.gif
  529. extraStrings:
  530.   - type: en-GB
  531.     strings:
  532.       STR_VERONIAN: Veronian
  533.       STR_VERONIAN_SOLDIER: Veronian Soldier
  534.       STR_VERONIAN_MEDIC: Veronian Medic
  535.       STR_VERONIAN_ENGINEER: Veronian Engineer
  536.       STR_VERONIAN_NAVIGATOR: Veronian Navigator
  537.       STR_VERONIAN_LEADER: Veronian Leader
  538.       STR_VERONIAN_COMMANDER: Veronian Commander
  539.       STR_VERONIAN_CORPSE: Veronian Corpse
  540.       STR_VERONIAN_AUTOPSY: Veronian autopsy
  541.       STR_VERONIAN_UFOPAEDIA: Veronians manerism is precise to the point of robotic but the creatures are in fact almost entirely biological. They employ group tactics and do not display hesitation even under extreme pressure, suggesting a higher intellect or some form of programming. They are highly resistant against any sort of mental stimulation and unlike other aliens encountered are not susceptible to telepathic commands.  The Veronian resists all forms of interrogation, being highly resistant to non-life threatening forms of violence, and appear to lack any means of verbal communication. In captivity it shows no signs of aggression unless severely provoked. The Veronian does not appear to require any known form of nourishment, nor does it breath or enter into sleep as far as we can determine, although it does quickly become inert when isolated, presumably to preserve energy.  In combat it is as fearless as it is tireless, although possessing considerable strength it is a poor close combat combatant, prefering to stay at longer range. Aside from combat capabilities the Veronian possess considerable engineering and navigation skills, suggesting a purpose within the alien hierarchy.
  542.       STR_VERONIAN_AUTOPSY_UFOPAEDIA: Veronians are bio-technological organisms, each individual differs slightly on closer inspection and they may be primarily biologically produced rather than manufactured as previously speculated. We have determined that the exterior battle armor is an external growth of the interior organism with some technological modifications, in particular the shoulder mounted cooling devices.  As for the interior biomass, the closest terrestial genetical pairing would be that of the myxogastrids, or a form of slime mold. Contrary to the terrestial kind, these appear to possess some form of higher intellect but it is doubtful that it is compatible with our own.  The interior biomass gives of a considerable amount of heat even in death, which we believe is used to propel the exoskeleton when alive. It's three sensory organs are interconnected beneath the armor and is what gives the Veronian it's frightening fast reflexes against moving targets. The exoskeleton ability to absorb heat grants a formidable resistance against energy based attacks, but is vulnerable to piercing attacks and should do considerable damage to the interior.  
  543.   - type: en-US
  544.     strings:
  545.       STR_VERONIAN: Veronian
  546.       STR_VERONIAN_SOLDIER: Veronian Soldier
  547.       STR_VERONIAN_MEDIC: Veronian Medic
  548.       STR_VERONIAN_ENGINEER: Veronian Engineer
  549.       STR_VERONIAN_NAVIGATOR: Veronian Navigator
  550.       STR_VERONIAN_LEADER: Veronian Leader
  551.       STR_VERONIAN_COMMANDER: Veronian Commander
  552.       STR_VERONIAN_CORPSE: Veronian Corpse
  553.       STR_VERONIAN_AUTOPSY: Veronian autopsy
  554.       STR_VERONIAN_UFOPAEDIA: Veronians manerism is precise to the point of robotic but the creatures are in fact almost entirely biological. They employ group tactics and do not display hesitation even under extreme pressure, suggesting a higher intellect or some form of programming. They are highly resistant against any sort of mental stimulation and unlike other aliens encountered are not susceptible to telepathic commands.  The Veronian resists all forms of interrogation, being highly resistant to non-life threatening forms of violence, and appear to lack any means of verbal communication. In captivity it shows no signs of aggression unless severely provoked. The Veronian does not appear to require any known form of nourishment, nor does it breath or enter into sleep as far as we can determine, although it does quickly become inert when isolated, presumably to preserve energy.  In combat it is as fearless as it is tireless, although possessing considerable strength it is a poor close combat combatant, prefering to stay at longer range. Aside from combat capabilities the Veronian possess considerable engineering and navigation skills, suggesting a purpose within the alien hierarchy.
  555.       STR_VERONIAN_AUTOPSY_UFOPAEDIA: Veronians are bio-technological organisms, each individual differs slightly on closer inspection and they may be primarily biologically produced rather than manufactured as previously speculated. We have determined that the exterior battle armor is an external growth of the interior organism with some technological modifications, in particular the shoulder mounted cooling devices.  As for the interior biomass, the closest terrestial genetical pairing would be that of the myxogastrids, or a form of slime mold. Contrary to the terrestial kind, these appear to possess some form of higher intellect but it is doubtful that it is compatible with our own.  The interior biomass gives of a considerable amount of heat even in death, which we believe is used to propel the exoskeleton when alive. It's three sensory organs are interconnected beneath the armor and is what gives the Veronian it's frightening fast reflexes against moving targets. The exoskeleton ability to absorb heat grants a formidable resistance against energy based attacks, but is vulnerable to piercing attacks and should do considerable damage to the interior.  
  556.   - type: de
  557.     strings:
  558.   - type: es
  559.     strings:
  560.   - type: it-IT
  561.     strings:
  562.   - type: pl-PL
  563.     strings:
  564.   - type: sk-SK
  565.     strings:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement