just a few more aac phrases (#3790)
* wow... * whoopsiedaisies * probe...
This commit is contained in:
parent
3865b2b79d
commit
60e7911bd5
|
|
@ -103,3 +103,5 @@ phrase-call = Call
|
|||
phrase-this = This
|
||||
phrase-actiondrink = Drink
|
||||
phrase-know = Know
|
||||
phrase-think = Think
|
||||
phrase-eat = Eat
|
||||
|
|
|
|||
|
|
@ -210,6 +210,11 @@ phrase-gas-analyzer = gas analyzer
|
|||
phrase-planetside = planetside
|
||||
phrase-holopad = holopad
|
||||
phrase-upgrade = upgrade
|
||||
phrase-gloves = gloves
|
||||
phrase-shoes = shoes
|
||||
phrase-limbs = limbs
|
||||
phrase-release = release
|
||||
phrase-parole = parole
|
||||
|
||||
# colors
|
||||
phrase-color-red = red
|
||||
|
|
|
|||
|
|
@ -68,3 +68,13 @@
|
|||
id: KnowPhrase
|
||||
parent: BaseActionPhrase
|
||||
text: phrase-know
|
||||
|
||||
- type: quickPhrase
|
||||
id: ThinkPhrase
|
||||
parent: BaseActionPhrase
|
||||
text: phrase-think
|
||||
|
||||
- type: quickPhrase
|
||||
id: EatPhrase
|
||||
parent: BaseActionPhrase
|
||||
text: phrase-eat
|
||||
|
|
|
|||
|
|
@ -78,3 +78,18 @@
|
|||
id: SpeciesKitsunePhrase
|
||||
parent: BaseCrewSpeciesPhrase
|
||||
text: species-name-kitsune
|
||||
|
||||
- type: quickPhrase
|
||||
id: SpeciesIPCPhrase
|
||||
parent: BaseCrewSpeciesPhrase
|
||||
text: species-name-ipc
|
||||
|
||||
- type: quickPhrase
|
||||
id: SpeciesKThavenPhrase
|
||||
parent: BaseCrewSpeciesPhrase
|
||||
text: species-name-thaven
|
||||
|
||||
- type: quickPhrase
|
||||
id: SpeciesChitnidePhrase
|
||||
parent: BaseCrewSpeciesPhrase
|
||||
text: species-name-chitinid
|
||||
|
|
|
|||
|
|
@ -203,6 +203,16 @@
|
|||
parent: BaseSubjectPhrase
|
||||
text: phrase-upgrade
|
||||
|
||||
- type: quickPhrase
|
||||
id: GlovesPhrase
|
||||
parent: BaseSubjectPhrase
|
||||
text: phrase-gloves
|
||||
|
||||
- type: quickPhrase
|
||||
id: ShoesPhrase
|
||||
parent: BaseSubjectPhrase
|
||||
text: phrase-shoes
|
||||
|
||||
# Materials
|
||||
|
||||
- type: quickPhrase
|
||||
|
|
|
|||
|
|
@ -182,3 +182,8 @@
|
|||
id: MedicalChemicalsPhrase
|
||||
parent: BaseMedicinePhrase
|
||||
text: phrase-chemicals
|
||||
|
||||
- type: quickPhrase
|
||||
id: LimbsPhrase
|
||||
parent: BaseMedicinePhrase
|
||||
text: phrase-limbs
|
||||
|
|
|
|||
|
|
@ -72,3 +72,13 @@
|
|||
id: LogProbePhrase
|
||||
parent: BaseSecuritySubjectPhrase
|
||||
text: phrase-log-probe
|
||||
|
||||
- type: quickPhrase
|
||||
id: ReleasePhrase
|
||||
parent: BaseSecuritySubjectPhrase
|
||||
text: phrase-release
|
||||
|
||||
- type: quickPhrase
|
||||
id: ParolePhrase
|
||||
parent: BaseSecuritySubjectPhrase
|
||||
text: phrase-parole
|
||||
|
|
|
|||
|
|
@ -126,6 +126,11 @@
|
|||
id: RoboticistPhrase
|
||||
text: job-name-roboticist
|
||||
|
||||
- type: quickPhrase
|
||||
parent: BaseEpistemicsJobPhrase
|
||||
id: ChaplainPhrase
|
||||
text: job-name-chaplain
|
||||
|
||||
- type: quickPhrase
|
||||
parent: BaseEpistemicsJobPhrase
|
||||
id: BorgPhrase
|
||||
|
|
|
|||
Loading…
Reference in New Issue