Translate menus
This commit is contained in:
parent
1f2ac7f235
commit
3d81970297
5 changed files with 89 additions and 65 deletions
|
|
@ -215,7 +215,7 @@ class Window_Base < Window
|
|||
#--------------------------------------------------------------------------
|
||||
def reset_font_settings
|
||||
change_color(normal_color)
|
||||
contents.font.size = Font.default_size
|
||||
contents.font.size = 20
|
||||
contents.font.bold = false
|
||||
contents.font.italic = false
|
||||
end
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ module OMC
|
|||
|
||||
|
||||
C[13] = [21, "Log", 21, true]
|
||||
\C[14] = [19, "Sub-Event", 3, true]
|
||||
C[14] = [19, "Sub-Event", 3, true]
|
||||
|
||||
|
||||
#メニューへの反映には「簡単コマンドカスタム」スクリプトで設定します
|
||||
|
|
|
|||
|
|
@ -277,8 +277,8 @@
|
|||
- !!int '0'
|
||||
- !!int '100'
|
||||
- !!int '0'
|
||||
'nickname': 'Heir to the throne of the Elven Empire'
|
||||
'description': "エルフ諸王国連合帝国の次期皇位第一継承権者。\r\n継承の儀式のために旅をしていたのだが…"
|
||||
'nickname': 'Elven Empire Heir'
|
||||
'description': "The next in line for the throne of the Elven Kingdoms Confederation Empire. \r\nThey were on a journey for the succession ceremony, but..."
|
||||
'max_level': !!int '99'
|
||||
'profile': 'The next heir to the throne of the Elven Kingdoms United Empire. I was on a
|
||||
|
||||
|
|
|
|||
142
YAML/Items.yaml
142
YAML/Items.yaml
|
|
@ -50,7 +50,9 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'It recovers 50 stamina just by eating it. One of the ingredients for potions.'
|
||||
'description': 'It recovers 50 stamina just by eating it. One of the ingredients for
|
||||
|
||||
potions.'
|
||||
'name': 'Medicinal Herb'
|
||||
'consumable': !!bool 'true'
|
||||
'occasion': !!int '0'
|
||||
|
|
@ -110,9 +112,9 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'A potion that is less burdensome on the body but has a weaker effect. It
|
||||
'description': 'A potion that is less burdensome on the body but has a weaker effect.
|
||||
|
||||
restores 300 health points.'
|
||||
It restores 300 health points.'
|
||||
'name': 'Potion'
|
||||
'consumable': !!bool 'true'
|
||||
'occasion': !!int '0'
|
||||
|
|
@ -167,9 +169,9 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'A beverage that is advertised to have a sacred blessing. It restores energy by
|
||||
'description': 'A beverage that is advertised to have a sacred blessing. It restores
|
||||
|
||||
50.'
|
||||
energy by 50.'
|
||||
'name': 'Holy Water'
|
||||
'consumable': !!bool 'true'
|
||||
'occasion': !!int '0'
|
||||
|
|
@ -199,9 +201,9 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'A classic medicine that restores 100 energy. It is popular among magicians, but
|
||||
'description': 'A classic medicine that restores 100 energy. It is popular among
|
||||
|
||||
it seems to have an effect on prostitutes as well.'
|
||||
magicians, but it seems to have an effect on prostitutes as well.'
|
||||
'name': 'Magic Water'
|
||||
'consumable': !!bool 'true'
|
||||
'occasion': !!int '0'
|
||||
|
|
@ -231,9 +233,9 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'An expensive medicine that restores 200 energy. A strong ally for magicians and
|
||||
'description': 'An expensive medicine that restores 200 energy. A strong ally for
|
||||
|
||||
prostitutes.'
|
||||
magicians and prostitutes.'
|
||||
'name': 'Magic Drink'
|
||||
'consumable': !!bool 'true'
|
||||
'occasion': !!int '0'
|
||||
|
|
@ -313,9 +315,9 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'A special potion specially adjusted for Silphy. After a prostitution battle, it
|
||||
'description': 'A special potion specially adjusted for Silphy. After a prostitution
|
||||
|
||||
automatically restores all health and stamina.'
|
||||
battle, it automatically restores all health and stamina.'
|
||||
'name': 'Sylphie Exclusive Potion'
|
||||
'consumable': !!bool 'false'
|
||||
'occasion': !!int '3'
|
||||
|
|
@ -340,11 +342,11 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'A dedicated recovery medicine made from Silphy''s love fluid and placenta. The
|
||||
'description': 'A dedicated recovery medicine made from Silphy''s love fluid and
|
||||
|
||||
biggest advantage is that it can be taken during prostitution battles. However,
|
||||
placenta. The biggest advantage is that it can be taken during
|
||||
|
||||
it is expensive.'
|
||||
prostitution battles. However, it is expensive.'
|
||||
'name': 'Sylphie Exclusive Healing Potion'
|
||||
'consumable': !!bool 'true'
|
||||
'occasion': !!int '1'
|
||||
|
|
@ -379,9 +381,9 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'A drug that enhances Silphy''s physical abilities. A forbidden drug that boosts
|
||||
'description': 'A drug that enhances Silphy''s physical abilities. A forbidden drug
|
||||
|
||||
her abilities as a prostitute. Extremely expensive.'
|
||||
that boosts her abilities as a prostitute. Extremely expensive.'
|
||||
'name': 'Sylphie Exclusive Enhancement Potion'
|
||||
'consumable': !!bool 'true'
|
||||
'occasion': !!int '2'
|
||||
|
|
@ -541,9 +543,9 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'It is a weed that grows in specific regions, but it restores 30 energy. One of
|
||||
'description': 'It is a weed that grows in specific regions, but it restores 30
|
||||
|
||||
the ingredients for potions.'
|
||||
energy. One of the ingredients for potions.'
|
||||
'name': 'Herb of Magic'
|
||||
'consumable': !!bool 'true'
|
||||
'occasion': !!int '0'
|
||||
|
|
@ -605,9 +607,9 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'There is a slight musty smell, but there is no problem. It restores 100 health
|
||||
'description': 'There is a slight musty smell, but there is no problem. It restores
|
||||
|
||||
and stamina.'
|
||||
100 health and stamina.'
|
||||
'name': 'Special Cheese'
|
||||
'consumable': !!bool 'true'
|
||||
'occasion': !!int '0'
|
||||
|
|
@ -672,9 +674,9 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'A carbonated drink that is green but doesn''t taste like melon. It restores 300
|
||||
'description': 'A carbonated drink that is green but doesn''t taste like melon. It
|
||||
|
||||
energy.'
|
||||
restores 300 energy.'
|
||||
'name': 'Melon Soda'
|
||||
'consumable': !!bool 'true'
|
||||
'occasion': !!int '0'
|
||||
|
|
@ -829,9 +831,9 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'Bread received in the slums. For now, there doesn''t seem to be anything
|
||||
'description': 'Bread received in the slums. For now, there doesn''t seem to be
|
||||
|
||||
abnormal.'
|
||||
anything abnormal.'
|
||||
'name': 'Bread'
|
||||
'consumable': !!bool 'true'
|
||||
'occasion': !!int '0'
|
||||
|
|
@ -1431,9 +1433,11 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'A gold ingot. It seems to have been made during the ancient civilization era,
|
||||
'description': 'A gold ingot. It seems to have been made during the ancient
|
||||
|
||||
but it still holds value in the present day. It can be exchanged for money.'
|
||||
civilization era, but it still holds value in the present day. It can
|
||||
|
||||
be exchanged for money.'
|
||||
'name': 'Gold Ingot'
|
||||
'consumable': !!bool 'false'
|
||||
'occasion': !!int '2'
|
||||
|
|
@ -1508,9 +1512,9 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'Leftover set of meat cut from livestock. It becomes very delicious depending on
|
||||
'description': 'Leftover set of meat cut from livestock. It becomes very delicious
|
||||
|
||||
how it is cooked.'
|
||||
depending on how it is cooked.'
|
||||
'name': 'Scrap Meat Set'
|
||||
'consumable': !!bool 'false'
|
||||
'occasion': !!int '3'
|
||||
|
|
@ -1535,9 +1539,9 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'A set of vegetables that may be slightly damaged or misshapen. There is no
|
||||
'description': 'A set of vegetables that may be slightly damaged or misshapen. There
|
||||
|
||||
problem with eating them.'
|
||||
is no problem with eating them.'
|
||||
'name': 'Scrap Vegetable Set'
|
||||
'consumable': !!bool 'false'
|
||||
'occasion': !!int '3'
|
||||
|
|
@ -1662,9 +1666,9 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'A magical potion that grants resistance to physical blows. Even when struck, one
|
||||
'description': 'A magical potion that grants resistance to physical blows. Even when
|
||||
|
||||
will no longer lose consciousness.'
|
||||
struck, one will no longer lose consciousness.'
|
||||
'name': 'Temporary Impact Resistance Potion'
|
||||
'consumable': !!bool 'true'
|
||||
'occasion': !!int '3'
|
||||
|
|
@ -2169,11 +2173,11 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'Ancient artifacts necessary for browsing and shooting on a posting site. They
|
||||
'description': 'Ancient artifacts necessary for browsing and shooting on a posting
|
||||
|
||||
are rare, but there seems to be a decent number circulating. The price is
|
||||
site. They are rare, but there seems to be a decent number
|
||||
|
||||
100,000 gold.'
|
||||
circulating. The price is 100,000 gold.'
|
||||
'name': 'Mobile Device'
|
||||
'consumable': !!bool 'false'
|
||||
'occasion': !!int '2'
|
||||
|
|
@ -2228,9 +2232,9 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'When used, you will be able to view all video software. The video software room
|
||||
'description': 'When used, you will be able to view all video software. The video
|
||||
|
||||
(reminiscence room) is located in the toy store.'
|
||||
software room (reminiscence room) is located in the toy store.'
|
||||
'name': 'Full Flashback Unlocked'
|
||||
'consumable': !!bool 'false'
|
||||
'occasion': !!int '2'
|
||||
|
|
@ -2330,9 +2334,11 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'Contraceptives provided by the prostitute union. Recently, they have been
|
||||
'description': 'Contraceptives provided by the prostitute union. Recently, they have
|
||||
|
||||
circulating in the market and have been well received by prostitutes.'
|
||||
been circulating in the market and have been well received by
|
||||
|
||||
prostitutes.'
|
||||
'name': 'Condom'
|
||||
'consumable': !!bool 'false'
|
||||
'occasion': !!int '3'
|
||||
|
|
@ -2382,9 +2388,9 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'Can temporarily resist the curse of Allerta. Used in a public sex battle with
|
||||
'description': 'Can temporarily resist the curse of Allerta. Used in a public sex
|
||||
|
||||
Goma.'
|
||||
battle with Goma.'
|
||||
'name': 'Curse-Removal Potion'
|
||||
'consumable': !!bool 'false'
|
||||
'occasion': !!int '3'
|
||||
|
|
@ -2434,11 +2440,13 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'A pregnancy medicine for elves that has been improved by the professor. The time
|
||||
'description': 'A pregnancy medicine for elves that has been improved by the
|
||||
|
||||
until childbirth has been further shortened. However, the drawback of not being
|
||||
professor. The time until childbirth has been further shortened.
|
||||
|
||||
able to give birth to elf babies remains unchanged.'
|
||||
However, the drawback of not being able to give birth to elf babies
|
||||
|
||||
remains unchanged.'
|
||||
'name': 'Pregnancy Medicine (for Elves)'
|
||||
'consumable': !!bool 'true'
|
||||
'occasion': !!int '3'
|
||||
|
|
@ -2488,9 +2496,9 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'A small rabbit doll. It''s meant as a gift, but of course Silphy has ulterior
|
||||
'description': 'A small rabbit doll. It''s meant as a gift, but of course Silphy has
|
||||
|
||||
motives.'
|
||||
ulterior motives.'
|
||||
'name': 'Rabbit Plush Toy'
|
||||
'consumable': !!bool 'false'
|
||||
'occasion': !!int '3'
|
||||
|
|
@ -2515,9 +2523,9 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'A collar for a female pig that was presented to a government official''s wife. It
|
||||
'description': 'A collar for a female pig that was presented to a government
|
||||
|
||||
will be used in VIP rooms and the like.'
|
||||
official''s wife. It will be used in VIP rooms and the like.'
|
||||
'name': 'First Wheel'
|
||||
'consumable': !!bool 'false'
|
||||
'occasion': !!int '3'
|
||||
|
|
@ -2542,7 +2550,9 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'An erotic book purchased at a bookstore. It seems to be part of a series.'
|
||||
'description': 'An erotic book purchased at a bookstore. It seems to be part of a
|
||||
|
||||
series.'
|
||||
'name': 'Naughty Book 1'
|
||||
'consumable': !!bool 'false'
|
||||
'occasion': !!int '2'
|
||||
|
|
@ -2572,9 +2582,9 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'Continuation of the erotic book purchased at the bookstore. It describes the
|
||||
'description': 'Continuation of the erotic book purchased at the bookstore. It
|
||||
|
||||
state of a girl being trained by a goblin.'
|
||||
describes the state of a girl being trained by a goblin.'
|
||||
'name': 'Naughty Book 2'
|
||||
'consumable': !!bool 'false'
|
||||
'occasion': !!int '2'
|
||||
|
|
@ -2604,9 +2614,11 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'A gemstone necessary for the inheritance ceremony. It is enormous, exceeding the
|
||||
'description': 'A gemstone necessary for the inheritance ceremony. It is enormous,
|
||||
|
||||
size of one''s palm, but strangely much lighter than it appears.'
|
||||
exceeding the size of one''s palm, but strangely much lighter than it
|
||||
|
||||
appears.'
|
||||
'name': 'Elf''s Gem'
|
||||
'consumable': !!bool 'false'
|
||||
'occasion': !!int '3'
|
||||
|
|
@ -2706,7 +2718,9 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'A potion developed exclusively for Sylphy. Supplied by Regina''s pharmacy.'
|
||||
'description': 'A potion developed exclusively for Sylphy. Supplied by Regina''s
|
||||
|
||||
pharmacy.'
|
||||
'name': 'HP Recovery Potion'
|
||||
'consumable': !!bool 'false'
|
||||
'occasion': !!int '3'
|
||||
|
|
@ -2731,7 +2745,9 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'A potion developed exclusively for Sylphy. Supplied by Regina''s pharmacy.'
|
||||
'description': 'A potion developed exclusively for Sylphy. Supplied by Regina''s
|
||||
|
||||
pharmacy.'
|
||||
'name': 'MP Recovery Potion'
|
||||
'consumable': !!bool 'false'
|
||||
'occasion': !!int '3'
|
||||
|
|
@ -2781,7 +2797,9 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'A potion developed exclusively for Sylphy. Supplied by Regina''s pharmacy.'
|
||||
'description': 'A potion developed exclusively for Sylphy. Supplied by Regina''s
|
||||
|
||||
pharmacy.'
|
||||
'name': 'Ability Enhancement Potion'
|
||||
'consumable': !!bool 'false'
|
||||
'occasion': !!int '3'
|
||||
|
|
@ -2806,7 +2824,9 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'A potion developed exclusively for Sylphy. Supplied by Regina''s pharmacy.'
|
||||
'description': 'A potion developed exclusively for Sylphy. Supplied by Regina''s
|
||||
|
||||
pharmacy.'
|
||||
'name': 'Body Adjustment Potion'
|
||||
'consumable': !!bool 'false'
|
||||
'occasion': !!int '3'
|
||||
|
|
@ -2831,7 +2851,9 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'A potion developed exclusively for Sylphy. Supplied by Regina''s pharmacy.'
|
||||
'description': 'A potion developed exclusively for Sylphy. Supplied by Regina''s
|
||||
|
||||
pharmacy.'
|
||||
'name': 'High Performance Potion'
|
||||
'consumable': !!bool 'false'
|
||||
'occasion': !!int '3'
|
||||
|
|
@ -2856,7 +2878,9 @@
|
|||
'repeats': !!int '1'
|
||||
'tp_gain': !!int '0'
|
||||
- !ruby/object:RPG::Item
|
||||
'description': 'A potion developed exclusively for Sylphy. Supplied by Regina''s pharmacy.'
|
||||
'description': 'A potion developed exclusively for Sylphy. Supplied by Regina''s
|
||||
|
||||
pharmacy.'
|
||||
'name': 'Ultimate Potion'
|
||||
'consumable': !!bool 'false'
|
||||
'occasion': !!int '3'
|
||||
|
|
|
|||
|
|
@ -2636,8 +2636,8 @@ terms: !ruby/object:RPG::System::Terms
|
|||
basic:
|
||||
- Prostitute level
|
||||
- LV
|
||||
- Stamina
|
||||
- Stamina
|
||||
- STA
|
||||
- STA
|
||||
- Vigor
|
||||
- Vigor
|
||||
- TP
|
||||
|
|
|
|||
Loading…
Reference in a new issue