Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a few new AAC phrases #2748

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions Resources/Locale/en-US/_DV/phrases/common.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ phrase-give-me = Give
phrase-need = I need
phrase-want = I want
phrase-cant = I can't
phrase-show-me = Show
phrase-show = Show
phrase-help = Help
phrase-attack = Attack
phrase-break = Break
Expand All @@ -23,7 +23,7 @@ phrase-go-away = Go away
phrase-leave = Leave
phrase-stay = Stay
phrase-come-here = Come here
phrase-take-this = Take this
phrase-take = Take
phrase-go-to = Go to
phrase-do-not = Do not
phrase-wait = Wait
Expand Down Expand Up @@ -94,3 +94,12 @@ phrase-i-am = I am
phrase-you-are = You are
phrase-mine = Mine
phrase-yours = Yours
phrase-on = On
phrase-off = Off
phrase-day = day
phrase-which = Which
phrase-not = Not
phrase-call = Call
phrase-this = This
phrase-actiondrink = Drink
phrase-know = Know
2 changes: 1 addition & 1 deletion Resources/Locale/en-US/_DV/phrases/species.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ phrase-species-mouse = mouse
phrase-species-mothroach = mothroach
phrase-species-cockroach = cockroach
phrase-species-spider = spider
phrase-species-tarantula = tarantula
phrase-species-bird = bird
phrase-species-parrot = parrot
phrase-species-snake = snake
Expand Down Expand Up @@ -40,3 +39,4 @@ phrase-species-ghost = ghost
phrase-species-pest = pest
phrase-species-insect = insect
phrase-species-pet = pet
phrase-species-chicken = chicken
14 changes: 13 additions & 1 deletion Resources/Locale/en-US/_DV/phrases/subjects.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ phrase-wood = wood
phrase-cloth = cloth
phrase-cardboard = cardboard
phrase-gold = gold
phrase-glass = glass
phrase-silver = silver
phrase-bluespace = bluespace
phrase-access = access
Expand Down Expand Up @@ -72,6 +73,7 @@ phrase-teg = TEG
phrase-tesla = tesla
phrase-tritium = tritium
phrase-magboots = magboots
phrase-holofan = holofan
phrase-anomaly = anomaly
phrase-ape = A.P.E.
phrase-anomaly-vessel = anomaly vessel
Expand All @@ -84,7 +86,7 @@ phrase-research-console = R&D computer
phrase-oracle = Oracle
phrase-sophie = Sophie
phrase-glimmer = glimmer
phrase-psionics = psionics
phrase-psionic = psionic
phrase-lotophagol-oil = lotophagol oil
phrase-mindbreak-phase = mindbreak
phrase-protolathe = protolathe
Expand Down Expand Up @@ -198,6 +200,16 @@ phrase-box = box
phrase-locker = locker
phrase-machine = machine
phrase-blood = blood
phrase-nukedisk = nuclear disk
phrase-pinpointer = pinpointer
phrase-law = law
phrase-chassis = chassis
phrase-engi-on = on
phrase-engi-off = off
phrase-gas-analyzer = gas analyzer
phrase-planetside = planetside
phrase-holopad = holopad
phrase-upgrade = upgrade

# colors
phrase-color-red = red
Expand Down
70 changes: 70 additions & 0 deletions Resources/Prototypes/_DV/QuickPhrases/Common/actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
- type: quickPhrase
id: BaseActionPhrase
parent: BaseCommonPhrase
group: Actions
abstract: true

- type: quickPhrase
id: CallPhrase
parent: BaseActionPhrase
text: phrase-call

- type: quickPhrase
id: DrinkActionPhrase
parent: BaseActionPhrase
text: phrase-actiondrink

- type: quickPhrase
id: ShowMePhrase
parent: BaseActionPhrase
text: phrase-show

- type: quickPhrase
id: HelpPhrase
parent: BaseActionPhrase
text: phrase-help

- type: quickPhrase
id: AttackPhrase
parent: BaseActionPhrase
text: phrase-attack

- type: quickPhrase
id: BreakPhrase
parent: BaseActionPhrase
text: phrase-break

- type: quickPhrase
id: BuildPhrase
parent: BaseActionPhrase
text: phrase-build

- type: quickPhrase
id: HealPhrase
parent: BaseActionPhrase
text: phrase-heal

- type: quickPhrase
id: RunPhrase
parent: BaseActionPhrase
text: phrase-run

- type: quickPhrase
id: GoPhrase
parent: BaseActionPhrase
text: phrase-go

- type: quickPhrase
id: FixPhrase
parent: BaseActionPhrase
text: phrase-fix

- type: quickPhrase
id: SwitchPhrase
parent: BaseActionPhrase
text: phrase-switch

- type: quickPhrase
id: KnowPhrase
parent: BaseActionPhrase
text: phrase-know
75 changes: 15 additions & 60 deletions Resources/Prototypes/_DV/QuickPhrases/Common/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,66 +24,16 @@
parent: BaseImperativePhrase
text: phrase-cant

- type: quickPhrase
id: ShowMePhrase
parent: BaseImperativePhrase
text: phrase-show-me

- type: quickPhrase
id: HelpPhrase
parent: BaseImperativePhrase
text: phrase-help

- type: quickPhrase
id: AttackPhrase
parent: BaseImperativePhrase
text: phrase-attack

- type: quickPhrase
id: BreakPhrase
parent: BaseImperativePhrase
text: phrase-break

- type: quickPhrase
id: BuildPhrase
parent: BaseImperativePhrase
text: phrase-build

- type: quickPhrase
id: HealPhrase
parent: BaseImperativePhrase
text: phrase-heal

- type: quickPhrase
id: StopPhrase
parent: BaseImperativePhrase
text: phrase-stop

- type: quickPhrase
id: GoAwayPhrase
parent: BaseImperativePhrase
text: phrase-go-away

- type: quickPhrase
id: LeavePhrase
parent: BaseImperativePhrase
text: phrase-leave

- type: quickPhrase
id: StayPhrase
parent: BaseImperativePhrase
text: phrase-stay

- type: quickPhrase
id: ComeHerePhrase
parent: BaseImperativePhrase
text: phrase-come-here

- type: quickPhrase
id: TakeThisPhrase
parent: BaseImperativePhrase
text: phrase-take-this

- type: quickPhrase
id: GoToPhrase
parent: BaseImperativePhrase
Expand All @@ -100,26 +50,31 @@
text: phrase-wait

- type: quickPhrase
id: GoPhrase
id: WillPhrase
parent: BaseImperativePhrase
text: phrase-will

- type: quickPhrase
id: ThisPhrase
parent: BaseImperativePhrase
text: phrase-go
text: phrase-this

- type: quickPhrase
id: RunPhrase
id: TakePhrase
parent: BaseImperativePhrase
text: phrase-run
text: phrase-take

- type: quickPhrase
id: FixPhrase
id: LeavePhrase
parent: BaseImperativePhrase
text: phrase-fix
text: phrase-leave

- type: quickPhrase
id: SwitchPhrase
id: StayPhrase
parent: BaseImperativePhrase
text: phrase-switch
text: phrase-stay

- type: quickPhrase
id: WillPhrase
id: StopPhrase
parent: BaseImperativePhrase
text: phrase-will
text: phrase-stop
6 changes: 6 additions & 0 deletions Resources/Prototypes/_DV/QuickPhrases/Common/numbers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,9 @@
id: SecondPhrase
parent: BaseNumberPhrase
text: phrase-second

- type: quickPhrase
id: DayPhrase
parent: BaseNumberPhrase
text: phrase-day

15 changes: 15 additions & 0 deletions Resources/Prototypes/_DV/QuickPhrases/Common/qualitative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,18 @@
id: BadPhrase
parent: BaseQualitativePhrase
text: phrase-bad

- type: quickPhrase
id: OnPhrase
parent: BaseQualitativePhrase
text: phrase-on

- type: quickPhrase
id: OffPhrase
parent: BaseQualitativePhrase
text: phrase-off

- type: quickPhrase
id: NotPhrase
parent: BaseQualitativePhrase
text: phrase-not
5 changes: 5 additions & 0 deletions Resources/Prototypes/_DV/QuickPhrases/Common/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,8 @@
id: ShouldIPhrase
parent: BaseQuestionPhrase
text: phrase-should-i

- type: quickPhrase
id: WhichPhrase
parent: BaseQuestionPhrase
text: phrase-which
11 changes: 6 additions & 5 deletions Resources/Prototypes/_DV/QuickPhrases/Species/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@
parent: BaseAnimalSpeciesPhrase
text: phrase-species-spider

- type: quickPhrase
id: SpeciesTarantulaPhrase
parent: BaseAnimalSpeciesPhrase
text: phrase-species-tarantula

- type: quickPhrase
id: SpeciesBirdPhrase
parent: BaseAnimalSpeciesPhrase
Expand Down Expand Up @@ -163,3 +158,9 @@
id: SpeciesGoatPhrase
parent: BaseAnimalSpeciesPhrase
text: phrase-species-goat

- type: quickPhrase
id: SpeciesChickenPhrase
parent: BaseAnimalSpeciesPhrase
text: phrase-species-chicken

5 changes: 5 additions & 0 deletions Resources/Prototypes/_DV/QuickPhrases/Species/crew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,8 @@
id: SpeciesVoxPhrase
parent: BaseCrewSpeciesPhrase
text: species-name-vox

- type: quickPhrase
id: SpeciesRodentiaPhrase
parent: BaseCrewSpeciesPhrase
text: species-name-rodentia
12 changes: 11 additions & 1 deletion Resources/Prototypes/_DV/QuickPhrases/Subjects/command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@
text: phrase-stamp

- type: quickPhrase
id: ImplantPhrase
id: CommandImplantPhrase
parent: BaseCommandSubjectPhrase
text: phrase-implant

- type: quickPhrase
id: NukeDiskPhrase
parent: BaseCommandSubjectPhrase
text: phrase-nukedisk

- type: quickPhrase
id: PinpointerPhrase
parent: BaseCommandSubjectPhrase
text: phrase-pinpointer
20 changes: 20 additions & 0 deletions Resources/Prototypes/_DV/QuickPhrases/Subjects/engineering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,23 @@
id: MagbootsPhrase
parent: BaseEngineeringSubjectPhrase
text: phrase-magboots

- type: quickPhrase
id: HolofanPhrase
parent: BaseEngineeringSubjectPhrase
text: phrase-holofan

- type: quickPhrase
id: EngiOnPhrase
parent: BaseEngineeringSubjectPhrase
text: phrase-engi-on

- type: quickPhrase
id: EngiOffPhrase
parent: BaseEngineeringSubjectPhrase
text: phrase-engi-off

- type: quickPhrase
id: GasAnalyzerPhrase
parent: BaseEngineeringSubjectPhrase
text: phrase-gas-analyzer
Loading
Loading