📘 La recette doit être apprise via un magazine |
| Nom affiché | Fabriquer une radio de fortune |
|---|---|
| Nom variable | Craft Makeshift Radio |
| Mod | Vanilla — Vanilla |
| Catégorie | Electrical |
| Temps | 100 |
| OnCreate | |
| OnTest | |
| Sound | |
| Anim |
| Module | Base |
|---|---|
| Source | scripts\recipes_radio.txtlignes: 71 → 89 |
| Recipe PK | 4375 |
| Recipe Sig | 6bd246b3037ce35829d0b5a008a262f3efdc4f1a |
| Electricity | 1 |
|---|
| NoBrokenItems | 1 |
|---|---|
| OnCreate | Recipe.OnCreate.RadioCraft |
| OnGiveXP | Recipe.OnGiveXP.RadioCraft |
recipe Craft Makeshift Radio
{
ElectronicsScrap=2,
Amplifier,
LightBulb,
Radio.RadioReceiver,
Radio.ElectricWire,
Aluminum=2,
keep [Recipe.GetItemTypes.Screwdriver],
NoBrokenItems:true,
Result:Radio.RadioMakeShift,
SkillRequired:Electricity=1,
NeedToBeLearn:true,
Time:100.0,
OnCreate:Recipe.OnCreate.RadioCraft,
OnGiveXP:Recipe.OnGiveXP.RadioCraft,
Category:Electrical,
}