Skip to content

Commit

Permalink
Merge pull request #80 from gcabbage/rumors
Browse files Browse the repository at this point in the history
Rumors and Raisu Station
  • Loading branch information
gmoromisato committed May 4, 2018
2 parents c9868df + 021cd13 commit f8d5596
Show file tree
Hide file tree
Showing 19 changed files with 1,438 additions and 1,355 deletions.
5 changes: 2 additions & 3 deletions TransCore/Abbasid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,14 @@
{
attributes: "commonwealthPub"
priority: 22
sourceObj: gSource
textID: 'rumor.pub
textID: 'rumor.commonwealthPub
onExitRumor: (lambda (theRumor) (objSetKnown (@ theRumor 'sourceObj)))
}
</GetRumors>
</Events>

<Language>
<Text id="rumor.pub">
<Text id="rumor.commonwealthPub">
A woman weeps softly as she tells her story:

"Our freighter strayed near an Abbasid outpost by mistake.
Expand Down
79 changes: 79 additions & 0 deletions TransCore/BattleArena.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,26 @@
)
</GetGlobalAchievements>

<GetRumors>
(append
{
attributes: 'commonwealthHabitat
priority: 100
textID: (cat "rumor.commonwealthHabitat.weapon"
(seededRandom (objGetDestiny (@ gData 'stationObj)) 1 5)
)
}
{
attributes: 'commonwealthHabitat
priority: 100
textID: (cat "rumor.commonwealthHabitat.shield"
(seededRandom (objGetDestiny (@ gData 'stationObj)) 1 3)
)
}
(rpgRumorAdd 'commonwealthContainer (make 'sequence 1 4) 100)
)
</GetRumors>

<OnCreate>
(block (classList gladiatorList)
; Load the list of standard gladiator classes
Expand Down Expand Up @@ -1705,6 +1725,65 @@

</String>

<Text id="rumor.commonwealthHabitat.weapon1">
"What's your favorite weapon? Personally I favor the AK505 Ballista. It's
a monster and it will kill a lot of ships with a single punch. When I hit
something, I want it to go down, you know what I mean?"
</Text>
<Text id="rumor.commonwealthHabitat.weapon2">
"What's your favorite weapon? Personally I favor a particle beam weapon.
The latest tech is always going to win in the end. You have to keep up
with technology or you're just another wreck in the Arena."
</Text>
<Text id="rumor.commonwealthHabitat.weapon3">
"What's your favorite weapon? Personally I favor an omni turbolaser. I say
a computer can hit a target way better than I can, so why not take
advantage of that? By the time your opponent has lined up his BFG, you've
already hit him five times!"
</Text>
<Text id="rumor.commonwealthHabitat.weapon4">
"What's your favorite weapon? Personally I favor a slam cannon, enhanced
if possible. There's nothing better than the thump-thump sounds of a slam
cannon hitting your enemy's plasteel!"
</Text>
<Text id="rumor.commonwealthHabitat.weapon5">
"What's your favorite weapon? Personally I favor the RK15 Partisan turret.
Sure, the wimpy omniturbo is a little faster, but I wanna hit my targets
with a punch, not shine a damn light in their eyes."
</Text>
<Text id="rumor.commonwealthHabitat.shield1">
"So what kind of shields you got? I think a lot of gladiators underestimate
how important shields are. Even a good monopole deflector is better than
nothing. I'd enhance the crap out of it, though."
</Text>
<Text id="rumor.commonwealthHabitat.shield2">
"So what kind of shields you got? I think a lot of gladiators underestimate
how important shields are. The Cyclotron series are my choice at the moment.
The S55 has more protection than a class III; better yet, get the S1200."
</Text>
<Text id="rumor.commonwealthHabitat.shield3">
"So what kind of shields you got? I think a lot of gladiators underestimate
how important shields are. If you can afford the Ceratops series then go for
it. They're the best against missiles anyway, which is what you're gonna get
hit with in the Arena."
</Text>
<String id="rumor.commonwealthContainer.1">
"The Slicer is the champion of the Arena! No one has been able to defeat him."
</String>
<Text id="rumor.commonwealthContainer.2">
"I don't watch the Arena games anymore; the Black Market has totally
infiltrated the show and all the fights are rigged now."
</Text>
<Text id="rumor.commonwealthContainer.3">
"I remember watching Kate Morgental fight in the Arena. She put on a great
show! I don't know what happened to her; probably working for her father now."
</Text>
<Text id="rumor.commonwealthContainer.4">
"Let me tell you a secret about fighting in the Arena: load up with missiles.
Who cares about beams and whatnot; a good missile will cut through armor like
a knife through Salmonite!"
</Text>

<Text id="core.mapDescMain">
Gladiatorial combat
</Text>
Expand Down
10 changes: 4 additions & 6 deletions TransCore/BlackMarket.xml
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,7 @@ PLAYER DATA
{
attributes: "commonwealthPub"
priority: 31
sourceObj: gSource
textID: 'rumor.pub
textID: 'rumor.commonwealthPub
onExitRumor: (lambda (theRumor) (objSetKnown (@ theRumor 'sourceObj)))
}
</GetRumors>
Expand All @@ -489,7 +488,7 @@ PLAYER DATA
(cat "We install smuggler's equipment up to tech level " (objGetProperty gSource 'installDeviceMaxLevel) ".")
</Text>

<Text id="rumor.pub">
<Text id="rumor.commonwealthPub">
A woman dressed in a fancy neolinen suit talks to you:

"Do you know how to get a contact at the black market station?
Expand Down Expand Up @@ -798,8 +797,7 @@ PLAYER DATA
{
attributes: "commonwealthPub"
priority: 23
sourceObj: gSource
textID: 'rumor.pub
textID: 'rumor.commonwealthPub
onExitRumor: (lambda (theRumor) (objSetKnown (@ theRumor 'sourceObj)))
}
</GetRumors>
Expand All @@ -818,7 +816,7 @@ PLAYER DATA
They check you out and then step aside to let you in.

</Text>
<Text id="rumor.pub">
<Text id="rumor.commonwealthPub">
A man dressed in an expensive suit talks to you:

"You look like you need some Tempus."
Expand Down

0 comments on commit f8d5596

Please sign in to comment.