Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pregmodfan
fc-pregmod
Commits
5f0408e1
Commit
5f0408e1
authored
4 years ago
by
lowercasedonkey
Browse files
Options
Downloads
Patches
Plain Diff
more marketName to JS
parent
6384b317
No related branches found
No related tags found
1 merge request
!8083
Move <<marketName>> and co to JS
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/markets/marketUI.js
+57
-0
57 additions, 0 deletions
src/markets/marketUI.js
src/uncategorized/bulkSlaveIntro.tw
+4
-4
4 additions, 4 deletions
src/uncategorized/bulkSlaveIntro.tw
src/utility/slaveCreationWidgets.tw
+0
-130
0 additions, 130 deletions
src/utility/slaveCreationWidgets.tw
with
61 additions
and
134 deletions
src/markets/marketUI.js
+
57
−
0
View file @
5f0408e1
...
@@ -170,3 +170,60 @@ App.Markets.GlobalVariable = function() {
...
@@ -170,3 +170,60 @@ App.Markets.GlobalVariable = function() {
this
.
numArcology
=
0
;
this
.
numArcology
=
0
;
return
this
;
return
this
;
};
};
/**
* User facing names for the markets
* @param {*} market
* @param {*} arcIndex
*/
App
.
Markets
.
marketName
=
function
(
market
=
"
kidnappers
"
,
arcIndex
=
1
)
{
switch
(
market
)
{
case
"
corporate
"
:
return
`your corporation`
;
case
"
neighbor
"
:
return
`
${
V
.
arcologies
[
arcIndex
].
name
}
`
;
case
"
kidnappers
"
:
return
`the Kidnappers' Market`
;
case
"
indentures
"
:
return
`the Indentures Market`
;
case
"
hunters
"
:
return
`the Runaway Hunters' Market`
;
case
"
raiders
"
:
return
`the Raiders' Market`
;
case
"
underage raiders
"
:
return
`the Raiders' Black Market`
;
case
"
heap
"
:
return
`the Flesh Heap as alive as when you purchased them.`
;
case
"
wetware
"
:
return
`the Wetware CPU market`
;
case
"
trainers
"
:
return
`the Trainers' Market`
;
case
"
TSS
"
:
return
`The Slavegirl School`
;
case
"
TUO
"
:
return
`The Utopian Orphanage`
;
case
"
GRI
"
:
return
`Growth Research Institute`
;
case
"
SCP
"
:
return
`St. Claver Preparatory`
;
case
"
LDE
"
:
return
`L'école des Enculées`
;
case
"
TGA
"
:
return
`The Gymnasium-Academy`
;
case
"
TCR
"
:
return
`The Cattle Ranch`
;
case
"
TFS
"
:
return
`The Futanari Sisters`
;
case
"
HA
"
:
return
`The Hippolyta Academy`
;
case
"
NUL
"
:
return
`Nueva Universidad de Libertad`
;
case
"
low tier criminals
"
:
case
"
gangs and smugglers
"
:
case
"
white collar
"
:
case
"
military prison
"
:
return
`the prisoner sale`
;
default
:
return
`Someone messed up.
${
market
}
is not known.`
;
}
};
This diff is collapsed.
Click to expand it.
src/uncategorized/bulkSlaveIntro.tw
+
4
−
4
View file @
5f0408e1
...
@@ -12,13 +12,13 @@
...
@@ -12,13 +12,13 @@
/* No message to give */
/* No message to give */
<<case "multi">>
<<case "multi">>
<<if $market.newSlaves.length > 1>>
<<if $market.newSlaves.length > 1>>
Your selection of $market.newSlaves.length slaves arrives from <<
MarketNamePeriod
$market.slaveMarket $market.numArcology>>
Your selection of $market.newSlaves.length slaves arrives from <<
= App.Markets.marketName(
$market.slaveMarket
,
$market.numArcology
)
>>
.
<<else>>
<<else>>
Your new slave from <<
M
arketName
$market.slaveMarket $market.numArcology>> has arrived.
Your new slave from <<
= App.Markets.m
arketName
(
$market.slaveMarket
,
$market.numArcology
)
>> has arrived.
<</if>>
<</if>>
<<case "bulk">>
<<case "bulk">>
Your delivery of $market.newSlaves.length slaves arrives from <<
MarketNamePeriod
$market.slaveMarket $market.numArcology>>
Your delivery of $market.newSlaves.length slaves arrives from <<
= App.Markets.marketName(
$market.slaveMarket
,
$market.numArcology
)
>>
.
<<if $market.newSlaves.length != $market.numSlaves>>
<<if $market.newSlaves.length != $market.numSlaves>>
You were going to order $market.numSlaves, but $assistant.name lowered it on financial grounds.
You were going to order $market.numSlaves, but $assistant.name lowered it on financial grounds.
<</if>>
<</if>>
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
You spent @@.yellowgreen;<<print cashFormat($spent)>>@@ on your new slaves.<br><br>
You spent @@.yellowgreen;<<print cashFormat($spent)>>@@ on your new slaves.<br><br>
<<case "inStock">>
<<case "inStock">>
You clear out <<
M
arketName
$market.slaveMarket $market.numArcology>> of its stock of $market.newSlaves.length slaves.
You clear out <<
= App.Markets.m
arketName
(
$market.slaveMarket
,
$market.numArcology
)
>> of its stock of $market.newSlaves.length slaves.
<<if $market.slaveMarket == "TFS">>
<<if $market.slaveMarket == "TFS">>
/* Put line about The Futanari Sisters discount & pricing */
/* Put line about The Futanari Sisters discount & pricing */
<<elseif $discount == 475>>
<<elseif $discount == 475>>
...
...
This diff is collapsed.
Click to expand it.
src/utility/slaveCreationWidgets.tw
deleted
100644 → 0
+
0
−
130
View file @
6384b317
/%
Call as <<MarketName 'market' ['arcology']>>
If $args[0] is undefined, will generate a kidnapper's market slave.
If $args[0] is "corporate" and $args[1] is undefined, will use neighboring arcology 1.
%/
<<widget MarketName>>
<<if $args[0]>>
<<set _market = $args[0]>>
<<else>>
<<set _market = "kidnappers">>
<</if>>
<<switch _market>>
<<case "corporate">>
your corporation
<<case "neighbor">>
<<if $args[1]>>
<<print $arcologies[$args[1]].name>>
<<else>>
<<print $arcologies[1].name>>
<</if>>
<<case "kidnappers">>
the Kidnappers' Market
<<case "indentures">>
the Indentures Market
<<case "hunters">>
the Runaway Hunters' Market
<<case "raiders">>
the Raiders' Market
<<case "underage raiders">>
the Raiders' Black Market
<<case "heap">>
the Flesh Heap as alive as when you purchased them.
<<case "wetware">>
the Wetware CPU market
<<case "trainers">>
the Trainers' Market
<<case "TSS">>
The Slavegirl School
<<case "TUO">>
The Utopian Orphanage
<<case "GRI">>
Growth Research Institute
<<case "SCP">>
St. Claver Preparatory
<<case "LDE">>
L'école des Enculées
<<case "TGA">>
The Gymnasium-Academy
<<case "TCR">>
The Cattle Ranch
<<case "TFS">>
The Futanari Sisters
<<case HA>>
The Hippolyta Academy
<<case NUL>>
Nueva Universidad de Libertad
<<case "low tier criminals" "gangs and smugglers" "white collar" "military prison">>
the prisoner sale
<<default>>
Someone messed up. _market is not known.
<</switch>>
<</widget>>
/%
Call as <<MarketNamePeriod 'market' ['arcology']>>
If $args[0] is undefined, will generate a kidnapper's market slave.
If $args[0] is "corporate" and $args[1] is undefined, will use neighboring arcology 1.
%/
<<widget MarketNamePeriod>>
<<if $args[0]>>
<<set _market = $args[0]>>
<<else>>
<<set _market = "kidnappers">>
<</if>>
<<switch _market>>
<<case "corporate">>
your corporation.
<<case "neighbor">>
<<if $args[1]>>
<<print $arcologies[$args[1]].name>>.
<<else>>
<<print $arcologies[1].name>>.
<</if>>
<<case "kidnappers">>
the Kidnappers' Market.
<<case "indentures">>
the Indentures Market.
<<case "hunters">>
the Runaway Hunters' Market.
<<case "raiders">>
the Raiders' Market.
<<case "underage raiders">>
the Raiders' Black Market.
<<case "heap">>
the Flesh Heap, alive and not dead.
<<case "wetware">>
the Wetware CPU market.
<<case "trainers">>
the Trainers' Market.
<<case "TSS">>
The Slavegirl School.
<<case "TUO">>
The Utopian Orphanage.
<<case "GRI">>
Growth Research Institute.
<<case "SCP">>
St. Claver Preparatory.
<<case "LDE">>
L'école des Enculées.
<<case "TGA">>
The Gymnasium-Academy.
<<case "TCR">>
The Cattle Ranch.
<<case "TFS">>
The Futanari Sisters.
<<case HA>>
The Hippolyta Academy.
<<case NUL>>
Nueva Universidad de Libertad.
<<case "low tier criminals" "gangs and smugglers" "white collar" "military prison">>
the prisoner sale.
<<default>>
Someone messed up. _market is not known.
<</switch>>
<</widget>>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment