wdboyd
Posts: 628
Joined: 6/15/2005 From: Ohio U.S.A Status: offline
|
Hi, Below is an excerpt from the game files. // // *** M E D A L T A B L E *** // award: { type: medal, id: 0x0001, name: "Operation Nightfall", desc: "The Operation Nightfall Campaign medal is awarded to any member of any branch of Force who " "participated in combat action in the Marakan Core Theater.", award: "The Operation Nightfall Campaign medal is awarded to any member of any branch of Force who " "participated in combat action in the Marakan Core Theater.", small: Ribbon05, large: Medal05, campaign_id: 5, campaign_complete: true, dynamic_campaign: true, ceremony: false, } award: { type: medal, id: 0x0002, name: "Operation Firestorm", desc: "The Operation Firestorm Campaign medal is awarded to any member of any branch of Force who " "participated in combat action in either the Ostara-Tarsus-Kolchev or the Loris-Korian Theaters.", award: "The Operation Firestorm Campaign medal is awarded to any member of any branch of Force who " "participated in combat action in either the Ostara-Tarsus-Kolchev or the Loris-Korian Theaters.", small: Ribbon04, large: Medal04, campaign_id: 4, campaign_complete: true, dynamic_campaign: true, ceremony: false, } award: { type: medal, id: 0x0004, name: "Operation Shining Fortress", desc: "The Operation Shining Fortress Campaign medal is awarded to any member of any branch of Force who " "participated in combat action in the defense of the Jarnell, Borova, and Athenar systems.", award: "The Operation Shining Fortress Campaign medal is awarded to any member of any branch of Force who " "participated in combat action in the defense of the Jarnell, Borova, and Athenar systems.", small: Ribbon03, large: Medal03, campaign_id: 3, campaign_complete: true, dynamic_campaign: true, ceremony: false, } award: { type: medal, id: 0x0010, name: "Operation Highland", desc: "The Operation Highland Campaign medal is awarded to any member of any branch of Force who " "participated in combat action in the Solus-Renser Theater of Operations.", award: "The Operation Highland Campaign medal is awarded to any member of any branch of Force who " "participated in combat action in the Solus-Renser Theater of Operations.", small: Ribbon01, large: Medal01, campaign_id: 2, campaign_complete: true, dynamic_campaign: true, ceremony: false, } award: { type: medal, id: 0x0020, name: "Order of the Red Flame", desc: "The Order of the Red Flame is awarded to any member of any branch of Force " "who is killed or wounded during combat action, either in hostile, neutral, " "or friendly territory.", award: "For meritorious service during combat action, it is my honor to bestow upon " "you this Order of the Red Flame " "in the name of the Chief Executive Officer of the Terellian Alliance. " "May this small token speed the healing of your injuries and return you swiftly " "to your unit.", small: Ribbon06, large: Medal06, lost: 1, min_rank: 1, max_rank: 6, lottery: 2, } award: { type: medal, id: 0x0040, name: "Flight Medal", desc: "The Flight Medal is awarded to any member of any branch of Force " "who distinguishes him or herself by heroism or extraordinary achievement " "while participating in aerial or orbital flight. " "The performance of the act of heroism must be evidenced by voluntary action " "above and beyond the call of duty. ", award: "The Flight Medal is awarded to any member of any branch of Force " "who distinguishes him or herself by heroism or extraordinary achievement " "while participating in aerial or orbital flight. " "The performance of the act of heroism must be evidenced by voluntary action " "above and beyond the call of duty. ", small: Ribbon07, large: Medal07, lost: -1, kills: 3, min_rank: 1, max_rank: 6, max_ship_class: attack, lottery: 10, total_missions: 15, } There is a lot more to it. If you have earned it, you should get it.
|